Package org.ametys.cms.content.archive
Interface ArchiveConstants
-
public interface ArchiveConstants
Constants relative to archived contents.
-
-
Field Summary
Fields Modifier and Type Field Description static int
ARCHIVE_WORKFLOW_ACTION_ID
The workflow archive action id.static String
ARCHIVE_WORKSPACE
The archive workspace name.static String
META_ARCHIVE_DATE
The archival date metadata.static String
META_ARCHIVE_SCHEDULED_DATE
The scheduled archiving date metadata.
-
-
-
Field Detail
-
ARCHIVE_WORKSPACE
static final String ARCHIVE_WORKSPACE
The archive workspace name.- See Also:
- Constant Field Values
-
ARCHIVE_WORKFLOW_ACTION_ID
static final int ARCHIVE_WORKFLOW_ACTION_ID
The workflow archive action id.- See Also:
- Constant Field Values
-
META_ARCHIVE_DATE
static final String META_ARCHIVE_DATE
The archival date metadata.- See Also:
- Constant Field Values
-
META_ARCHIVE_SCHEDULED_DATE
static final String META_ARCHIVE_SCHEDULED_DATE
The scheduled archiving date metadata.- See Also:
- Constant Field Values
-
-