Uses of Class
org.alfresco.rest.rm.community.model.recordcategory.RecordCategory
Packages that use RecordCategory
-
Uses of RecordCategory in org.alfresco.rest.rm.community.requests.gscore.api
Methods in org.alfresco.rest.rm.community.requests.gscore.api that return RecordCategoryModifier and TypeMethodDescriptionFilePlanAPI.createRootRecordCategory(RecordCategory recordCategoryModel, String filePlanId) FilePlanAPI.createRootRecordCategory(RecordCategory recordCategoryModel, String filePlanId, String parameters) Creates a root record category.RecordCategoryAPI.getRecordCategory(String recordCategoryId) RecordCategoryAPI.getRecordCategory(String recordCategoryId, String parameters) Gets a record category.RecordCategoryAPI.updateRecordCategory(RecordCategory recordCategoryModel, String recordCategoryId) RecordCategoryAPI.updateRecordCategory(RecordCategory recordCategoryModel, String recordCategoryId, String parameters) Updates a record category.Methods in org.alfresco.rest.rm.community.requests.gscore.api with parameters of type RecordCategoryModifier and TypeMethodDescriptionFilePlanAPI.createRootRecordCategory(RecordCategory recordCategoryModel, String filePlanId) FilePlanAPI.createRootRecordCategory(RecordCategory recordCategoryModel, String filePlanId, String parameters) Creates a root record category.RecordCategoryAPI.updateRecordCategory(RecordCategory recordCategoryModel, String recordCategoryId) RecordCategoryAPI.updateRecordCategory(RecordCategory recordCategoryModel, String recordCategoryId, String parameters) Updates a record category. -
Uses of RecordCategory in org.alfresco.rest.v0.service
Methods in org.alfresco.rest.v0.service with parameters of type RecordCategoryModifier and TypeMethodDescriptionorg.alfresco.utility.model.UserModelRoleService.createCollaboratorWithRMRoleAndPermission(org.alfresco.utility.model.SiteModel siteModel, RecordCategory recordCategory, UserRoles userRole, UserPermissions userPermission) Helper method to create a user with rm role and permissions over the recordCategory and collaborator role in collaboration siteorg.alfresco.utility.model.UserModelRoleService.createUserWithRMRoleAndCategoryPermission(String userRole, RecordCategory recordCategory, UserPermissions userPermission) Helper method to create a test user with rm role and permissions over the record category