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, Parameters parameters, 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, Parameters parameters)
CollectionWithPagingInfo<RecordCategory>
FilePlanChildrenRelation. readAll(String filePlanId, 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, 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(FileInfo info, Parameters parameters, Map<String,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, Parameters parameters)
RecordCategory
RecordCategoriesEntityResource. update(String recordCategoryId, RecordCategory recordCategoryInfo, 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, Parameters parameters)
-