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