Enum Class RetentionPeriodProperty
java.lang.Object
java.lang.Enum<RetentionPeriodProperty>
org.alfresco.rest.rm.community.model.recordcategory.RetentionPeriodProperty
- All Implemented Interfaces:
Serializable,Comparable<RetentionPeriodProperty>,Constable
The property of the dispositioned item that is used to calculate the "as of" period.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionItem created date.Item cut off date.Record filed date. -
Method Summary
Modifier and TypeMethodDescriptionstatic RetentionPeriodPropertyReturns the enum constant of this class with the specified name.static RetentionPeriodProperty[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CREATED_DATE
Item created date. -
DATE_FILED
Record filed date. -
CUT_OFF_DATE
Item cut off date.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getPeriodProperty
-