Uses of Enum Class
org.alfresco.rest.core.v0.BaseAPI.RETENTION_SCHEDULE
Packages that use BaseAPI.RETENTION_SCHEDULE
-
Uses of BaseAPI.RETENTION_SCHEDULE in org.alfresco.rest.core.v0
Methods in org.alfresco.rest.core.v0 that return BaseAPI.RETENTION_SCHEDULEModifier and TypeMethodDescriptionstatic BaseAPI.RETENTION_SCHEDULEReturns the enum constant of this class with the specified name.static BaseAPI.RETENTION_SCHEDULE[]BaseAPI.RETENTION_SCHEDULE.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BaseAPI.RETENTION_SCHEDULE in org.alfresco.rest.v0
Methods in org.alfresco.rest.v0 that return types with arguments of type BaseAPI.RETENTION_SCHEDULEModifier and TypeMethodDescriptionRecordCategoriesAPI.getRetentionProperties(String authority, String instructions) Returns a map of retention propertiesMethod parameters in org.alfresco.rest.v0 with type arguments of type BaseAPI.RETENTION_SCHEDULEModifier and TypeMethodDescriptionorg.apache.http.HttpResponseRecordCategoriesAPI.addDispositionScheduleSteps(String user, String password, String categoryName, Map<BaseAPI.RETENTION_SCHEDULE, String> properties) Creates a retention schedule steps for the category given as parameterorg.apache.http.HttpResponseRecordCategoriesAPI.setRetentionScheduleGeneralFields(String user, String password, String retentionNodeRef, Map<BaseAPI.RETENTION_SCHEDULE, String> retentionProperties, Boolean appliedToRecords) Sets retention schedule authority and instructions, also if it is applied to records or folders