Uses of Class
org.alfresco.rest.core.v0.BaseAPI.RETENTION_SCHEDULE
-
Packages that use BaseAPI.RETENTION_SCHEDULE Package Description org.alfresco.rest.core.v0 org.alfresco.rest.v0 -
-
Uses of BaseAPI.RETENTION_SCHEDULE in org.alfresco.rest.core.v0
Methods in org.alfresco.rest.core.v0 that return BaseAPI.RETENTION_SCHEDULE Modifier and Type Method Description static BaseAPI.RETENTION_SCHEDULEBaseAPI.RETENTION_SCHEDULE. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseAPI.RETENTION_SCHEDULE[]BaseAPI.RETENTION_SCHEDULE. values()Returns an array containing the constants of this enum type, 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_SCHEDULE Modifier and Type Method Description Map<BaseAPI.RETENTION_SCHEDULE,String>RecordCategoriesAPI. getRetentionProperties(String authority, String instructions)Returns a map of retention propertiesMethod parameters in org.alfresco.rest.v0 with type arguments of type BaseAPI.RETENTION_SCHEDULE Modifier and Type Method Description org.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
-