Uses of Enum Class
org.alfresco.rest.rm.community.model.recordcategory.RetentionPeriodProperty
Packages that use RetentionPeriodProperty
Package
Description
-
Uses of RetentionPeriodProperty in org.alfresco.rest.rm.community.model.recordcategory
Methods in org.alfresco.rest.rm.community.model.recordcategory that return RetentionPeriodPropertyModifier and TypeMethodDescriptionstatic RetentionPeriodPropertyReturns the enum constant of this class with the specified name.static RetentionPeriodProperty[]RetentionPeriodProperty.values()Returns an array containing the constants of this enum class, 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 RetentionPeriodPropertyModifier and TypeMethodDescriptionvoidDispositionScheduleService.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