Package org.ametys.plugins.workspaces
Interface WorkspacesConstants
-
public interface WorkspacesConstants
Constants for workspaces plugin.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ABOUT_CONTENT_TYPE
ContentType for the about contentstatic String
CATALOG_NEWS_CONTENT_TYPE_ID
The content type id for catalog newsstatic String
CONTENT_WORKFLOW_NAME
The workflow name for contentsstatic String
MEMBER_CONTENT_TYPE_ID
The id of content type associated to membersstatic String
PROJECT_ALERT_CONTENT_TYPE_ID
The content type id for project newsstatic String
PROJECT_ARTICLE_CONTENT_TYPE
ContentType for the mini-site contentsstatic String
PROJECT_NEWS_CONTENT_TYPE_ID
The content type id for project newsstatic String
WALL_CONTENT_CONTENT_TYPE_ID
The wall content type id
-
-
-
Field Detail
-
CATALOG_NEWS_CONTENT_TYPE_ID
static final String CATALOG_NEWS_CONTENT_TYPE_ID
The content type id for catalog news- See Also:
- Constant Field Values
-
PROJECT_NEWS_CONTENT_TYPE_ID
static final String PROJECT_NEWS_CONTENT_TYPE_ID
The content type id for project news- See Also:
- Constant Field Values
-
MEMBER_CONTENT_TYPE_ID
static final String MEMBER_CONTENT_TYPE_ID
The id of content type associated to members- See Also:
- Constant Field Values
-
WALL_CONTENT_CONTENT_TYPE_ID
static final String WALL_CONTENT_CONTENT_TYPE_ID
The wall content type id- See Also:
- Constant Field Values
-
PROJECT_ALERT_CONTENT_TYPE_ID
static final String PROJECT_ALERT_CONTENT_TYPE_ID
The content type id for project news- See Also:
- Constant Field Values
-
ABOUT_CONTENT_TYPE
static final String ABOUT_CONTENT_TYPE
ContentType for the about content- See Also:
- Constant Field Values
-
PROJECT_ARTICLE_CONTENT_TYPE
static final String PROJECT_ARTICLE_CONTENT_TYPE
ContentType for the mini-site contents- See Also:
- Constant Field Values
-
CONTENT_WORKFLOW_NAME
static final String CONTENT_WORKFLOW_NAME
The workflow name for contents- See Also:
- Constant Field Values
-
-