Interface ProjectConstants
-
public interface ProjectConstants
Project constants.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ABOUT_TEMPLATE
Project workspace page template for the about module.static String
CALENDAR_MODULE_SERVICE_ID
Calendar module service identifierstatic String
MINISITE_TEMPLATE
Project workspace page template for the minisite module.static String
PROJECT_TEMPLATE
Project workspace page template.static String
RIGHT_PROJECT_ADD_MEMBER
Project Right to add a member to a projectstatic String
RIGHT_PROJECT_ADD_TAG
Right ID to add a tagstatic String
RIGHT_PROJECT_CREATE_PRIVATE
Right ID to create private project in the back officestatic String
RIGHT_PROJECT_CREATE_PUBLIC_MODERATED
Right ID to create public project with moderation in the back officestatic String
RIGHT_PROJECT_CREATE_PUBLIC_OPENED
Right ID to create public project opened in the back officestatic String
RIGHT_PROJECT_DELETE
Right ID to delete project in the back officestatic String
RIGHT_PROJECT_DELETE_TAG
Right ID to delete a tagstatic String
RIGHT_PROJECT_EDIT
Right ID to edit project in the back officestatic String
RIGHT_PROJECT_HANDLE_PROJECTKEYWORDS
Right ID to manager project keywords (not modules keywords)static String
RIGHT_PROJECT_HANDLE_TAGS
Right ID to manager project tagsstatic String
RIGHT_PROJECT_REMOVE_MEMBER
Project Right to remove a member from the project
-
-
-
Field Detail
-
PROJECT_TEMPLATE
static final String PROJECT_TEMPLATE
Project workspace page template.- See Also:
- Constant Field Values
-
ABOUT_TEMPLATE
static final String ABOUT_TEMPLATE
Project workspace page template for the about module.- See Also:
- Constant Field Values
-
MINISITE_TEMPLATE
static final String MINISITE_TEMPLATE
Project workspace page template for the minisite module.- See Also:
- Constant Field Values
-
CALENDAR_MODULE_SERVICE_ID
static final String CALENDAR_MODULE_SERVICE_ID
Calendar module service identifier- See Also:
- Constant Field Values
-
RIGHT_PROJECT_CREATE_PRIVATE
static final String RIGHT_PROJECT_CREATE_PRIVATE
Right ID to create private project in the back office- See Also:
- Constant Field Values
-
RIGHT_PROJECT_CREATE_PUBLIC_MODERATED
static final String RIGHT_PROJECT_CREATE_PUBLIC_MODERATED
Right ID to create public project with moderation in the back office- See Also:
- Constant Field Values
-
RIGHT_PROJECT_CREATE_PUBLIC_OPENED
static final String RIGHT_PROJECT_CREATE_PUBLIC_OPENED
Right ID to create public project opened in the back office- See Also:
- Constant Field Values
-
RIGHT_PROJECT_EDIT
static final String RIGHT_PROJECT_EDIT
Right ID to edit project in the back office- See Also:
- Constant Field Values
-
RIGHT_PROJECT_DELETE
static final String RIGHT_PROJECT_DELETE
Right ID to delete project in the back office- See Also:
- Constant Field Values
-
RIGHT_PROJECT_ADD_TAG
static final String RIGHT_PROJECT_ADD_TAG
Right ID to add a tag- See Also:
- Constant Field Values
-
RIGHT_PROJECT_DELETE_TAG
static final String RIGHT_PROJECT_DELETE_TAG
Right ID to delete a tag- See Also:
- Constant Field Values
-
RIGHT_PROJECT_HANDLE_TAGS
static final String RIGHT_PROJECT_HANDLE_TAGS
Right ID to manager project tags- See Also:
- Constant Field Values
-
RIGHT_PROJECT_HANDLE_PROJECTKEYWORDS
static final String RIGHT_PROJECT_HANDLE_PROJECTKEYWORDS
Right ID to manager project keywords (not modules keywords)- See Also:
- Constant Field Values
-
RIGHT_PROJECT_ADD_MEMBER
static final String RIGHT_PROJECT_ADD_MEMBER
Project Right to add a member to a project- See Also:
- Constant Field Values
-
RIGHT_PROJECT_REMOVE_MEMBER
static final String RIGHT_PROJECT_REMOVE_MEMBER
Project Right to remove a member from the project- See Also:
- Constant Field Values
-
-