Class FilePlanComponentAspects
- java.lang.Object
-
- org.alfresco.rest.rm.community.model.fileplancomponents.FilePlanComponentAspects
-
public class FilePlanComponentAspects extends Object
File plan component aspect names constants- Since:
- 2.6
- Author:
- Kristijan Conkas
-
-
Field Summary
Fields Modifier and Type Field Description static StringASPECT_STORE_SELECTORstatic StringASPECT_WORM_LOCKstatic StringASPECTS_COMPLETED_RECORDstatic StringASPECTS_VITAL_RECORDstatic StringASPECTS_VITAL_RECORD_DEFINITIONstatic StringCUT_OFF_ASPECTstatic StringFROZEN_ASPECTstatic StringRECORD_SEARCH_ASPECTstatic StringVERSION_AS_RECORD
-
-
-
Field Detail
-
ASPECTS_COMPLETED_RECORD
public static final String ASPECTS_COMPLETED_RECORD
- See Also:
- Constant Field Values
-
ASPECTS_VITAL_RECORD_DEFINITION
public static final String ASPECTS_VITAL_RECORD_DEFINITION
- See Also:
- Constant Field Values
-
ASPECTS_VITAL_RECORD
public static final String ASPECTS_VITAL_RECORD
- See Also:
- Constant Field Values
-
FROZEN_ASPECT
public static final String FROZEN_ASPECT
- See Also:
- Constant Field Values
-
RECORD_SEARCH_ASPECT
public static final String RECORD_SEARCH_ASPECT
- See Also:
- Constant Field Values
-
CUT_OFF_ASPECT
public static final String CUT_OFF_ASPECT
- See Also:
- Constant Field Values
-
VERSION_AS_RECORD
public static final String VERSION_AS_RECORD
- See Also:
- Constant Field Values
-
ASPECT_STORE_SELECTOR
public static final String ASPECT_STORE_SELECTOR
- See Also:
- Constant Field Values
-
ASPECT_WORM_LOCK
public static final String ASPECT_WORM_LOCK
- See Also:
- Constant Field Values
-
-