Uses of Class
org.alfresco.rm.rest.api.model.RecordCategoryChild
-
Packages that use RecordCategoryChild Package Description org.alfresco.rm.rest.api.impl org.alfresco.rm.rest.api.recordcategories Package info that defines the Information Governance Record Categories REST API -
-
Uses of RecordCategoryChild in org.alfresco.rm.rest.api.impl
Methods in org.alfresco.rm.rest.api.impl that return RecordCategoryChild Modifier and Type Method Description RecordCategoryChild
ApiNodesModelFactory. createRecordCategoryChild(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 RecordCategoryChild -
Uses of RecordCategoryChild in org.alfresco.rm.rest.api.recordcategories
Methods in org.alfresco.rm.rest.api.recordcategories that return RecordCategoryChild Modifier and Type Method Description RecordCategoryChild
RecordCategoryChildrenRelation. 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.recordcategories that return types with arguments of type RecordCategoryChild Modifier and Type Method Description List<RecordCategoryChild>
RecordCategoryChildrenRelation. create(String recordCategoryId, List<RecordCategoryChild> nodeInfos, org.alfresco.rest.framework.resource.parameters.Parameters parameters)
org.alfresco.rest.framework.resource.parameters.CollectionWithPagingInfo<RecordCategoryChild>
RecordCategoryChildrenRelation. readAll(String recordCategoryId, org.alfresco.rest.framework.resource.parameters.Parameters parameters)
Method parameters in org.alfresco.rm.rest.api.recordcategories with type arguments of type RecordCategoryChild Modifier and Type Method Description List<RecordCategoryChild>
RecordCategoryChildrenRelation. create(String recordCategoryId, List<RecordCategoryChild> nodeInfos, org.alfresco.rest.framework.resource.parameters.Parameters parameters)
-