Interface ProjectConstants
-
public interface ProjectConstants
Project constants.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CALENDAR_MODULE_SERVICE_ID
Calendar module service identifierstatic String
EDITIONFO_TEMPLATE
Project workspace page template for the edition FO 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_PLACE
Right ID to add a placestatic String
RIGHT_PROJECT_ADD_TAG
Right ID to add a tagstatic String
RIGHT_PROJECT_CREATE
Right ID to create project in the back officestatic String
RIGHT_PROJECT_DELETE
Right ID to delete project in the back officestatic String
RIGHT_PROJECT_DELETE_PLACE
Right ID to delete a placestatic 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
-
EDITIONFO_TEMPLATE
static final String EDITIONFO_TEMPLATE
Project workspace page template for the edition FO 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
static final String RIGHT_PROJECT_CREATE
Right ID to create project 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_ADD_PLACE
static final String RIGHT_PROJECT_ADD_PLACE
Right ID to add a place- See Also:
- Constant Field Values
-
RIGHT_PROJECT_DELETE_PLACE
static final String RIGHT_PROJECT_DELETE_PLACE
Right ID to delete a place- 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
-
-