Uses of Class
org.alfresco.rm.rest.api.model.RecordCategory
Packages that use RecordCategory
Package
Description
Package info that defines the Information Governance File Plans REST API
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 RecordCategoryModifier and TypeMethodDescriptionFilePlanChildrenRelation.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 RecordCategoryModifier and TypeMethodDescriptionFilePlanChildrenRelation.create
(String filePlanId, List<RecordCategory> nodeInfos, Parameters parameters) FilePlanChildrenRelation.readAll
(String filePlanId, Parameters parameters) Method parameters in org.alfresco.rm.rest.api.fileplans with type arguments of type RecordCategoryModifier and TypeMethodDescriptionFilePlanChildrenRelation.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 RecordCategoryModifier and TypeMethodDescriptionApiNodesModelFactory.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 RecordCategoryModifier and TypeMethodDescriptionRecordCategoriesEntityResource.readById
(String recordCategoryId, Parameters parameters) RecordCategoriesEntityResource.update
(String recordCategoryId, RecordCategory recordCategoryInfo, Parameters parameters) Methods in org.alfresco.rm.rest.api.recordcategories with parameters of type RecordCategoryModifier and TypeMethodDescriptionRecordCategoriesEntityResource.update
(String recordCategoryId, RecordCategory recordCategoryInfo, Parameters parameters)