Uses of Class
org.alfresco.rest.rm.community.model.recordcategory.RetentionPeriodProperty
-
Packages that use RetentionPeriodProperty Package Description org.alfresco.rest.rm.community.model.recordcategory org.alfresco.rest.v0.service -
-
Uses of RetentionPeriodProperty in org.alfresco.rest.rm.community.model.recordcategory
Methods in org.alfresco.rest.rm.community.model.recordcategory that return RetentionPeriodProperty Modifier and Type Method Description static RetentionPeriodPropertyRetentionPeriodProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static RetentionPeriodProperty[]RetentionPeriodProperty. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RetentionPeriodProperty in org.alfresco.rest.v0.service
Methods in org.alfresco.rest.v0.service with parameters of type RetentionPeriodProperty Modifier and Type Method Description voidDispositionScheduleService. addAccessionStep(String categoryName, Boolean timeOrEvent, String events, String period, RetentionPeriodProperty periodProperty, Boolean combineConditions)Helper method for adding an accession stepvoidDispositionScheduleService. addCutOffAfterPeriodStep(String categoryName, String period, RetentionPeriodProperty periodProperty)Helper method for adding a cut off after period stepvoidDispositionScheduleService. addDestroyWithGhostingAfterPeriodStep(String categoryName, String period, RetentionPeriodProperty periodProperty)Helper method for adding a destroy step with ghosting after periodvoidDispositionScheduleService. addDestroyWithoutGhostingAfterPeriodStep(String categoryName, String period, RetentionPeriodProperty periodProperty)Helper method for adding a destroy step without ghosting after period
-