Package org.ametys.plugins.workspaces
Interface WorkspacesConstants
-
public interface WorkspacesConstants
Constants for workspaces plugin.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCATALOG_NEWS_CONTENT_TYPE_IDThe content type id for catalog newsstatic StringEDITIONFO_CONTENT_TYPEContentType for the editionFO contentsstatic StringMEMBER_CONTENT_TYPE_IDThe id of content type associated to membersstatic StringPROJECT_ALERT_CONTENT_TYPE_IDThe content type id for project newsstatic StringPROJECT_NEWS_CONTENT_TYPE_IDThe content type id for project newsstatic StringWALL_CONTENT_CONTENT_TYPE_IDThe 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
-
EDITIONFO_CONTENT_TYPE
static final String EDITIONFO_CONTENT_TYPE
ContentType for the editionFO contents- See Also:
- Constant Field Values
-
-