Uses of Class
org.alfresco.rm.rest.api.model.RecordCategory
-
Packages that use RecordCategory Package Description org.alfresco.rm.rest.api.fileplans Package info that defines the Information Governance File Plans REST APIorg.alfresco.rm.rest.api.impl org.alfresco.rm.rest.api.recordcategories Package info that defines the Information Governance Record Categories REST API -
-
Uses of RecordCategory in org.alfresco.rm.rest.api.fileplans
Methods in org.alfresco.rm.rest.api.fileplans that return RecordCategory Modifier and Type Method Description RecordCategory
FilePlanChildrenRelation. create(String entityResourceId, org.springframework.extensions.webscripts.servlet.FormData formData, org.alfresco.rest.framework.resource.parameters.Parameters parameters, org.alfresco.rest.framework.webscripts.WithResponse withResponse)
Methods in org.alfresco.rm.rest.api.fileplans that return types with arguments of type RecordCategory Modifier and Type Method Description List<RecordCategory>
FilePlanChildrenRelation. create(String filePlanId, List<RecordCategory> nodeInfos, org.alfresco.rest.framework.resource.parameters.Parameters parameters)
org.alfresco.rest.framework.resource.parameters.CollectionWithPagingInfo<RecordCategory>
FilePlanChildrenRelation. readAll(String filePlanId, org.alfresco.rest.framework.resource.parameters.Parameters parameters)
Method parameters in org.alfresco.rm.rest.api.fileplans with type arguments of type RecordCategory Modifier and Type Method Description List<RecordCategory>
FilePlanChildrenRelation. create(String filePlanId, List<RecordCategory> nodeInfos, org.alfresco.rest.framework.resource.parameters.Parameters parameters)
-
Uses of RecordCategory in org.alfresco.rm.rest.api.impl
Methods in org.alfresco.rm.rest.api.impl that return RecordCategory Modifier and Type Method Description RecordCategory
ApiNodesModelFactory. createRecordCategory(org.alfresco.service.cmr.model.FileInfo info, org.alfresco.rest.framework.resource.parameters.Parameters parameters, Map<String,org.alfresco.rest.api.model.UserInfo> mapUserInfo, boolean isMinimalInfo)
Creates an object of type RecordCategory -
Uses of RecordCategory in org.alfresco.rm.rest.api.recordcategories
Methods in org.alfresco.rm.rest.api.recordcategories that return RecordCategory Modifier and Type Method Description RecordCategory
RecordCategoriesEntityResource. readById(String recordCategoryId, org.alfresco.rest.framework.resource.parameters.Parameters parameters)
RecordCategory
RecordCategoriesEntityResource. update(String recordCategoryId, RecordCategory recordCategoryInfo, org.alfresco.rest.framework.resource.parameters.Parameters parameters)
Methods in org.alfresco.rm.rest.api.recordcategories with parameters of type RecordCategory Modifier and Type Method Description RecordCategory
RecordCategoriesEntityResource. update(String recordCategoryId, RecordCategory recordCategoryInfo, org.alfresco.rest.framework.resource.parameters.Parameters parameters)
-