Uses of Class
org.alfresco.rest.rm.community.model.recordcategory.RecordCategory
-
Packages that use RecordCategory Package Description org.alfresco.rest.rm.community.requests.gscore.api org.alfresco.rest.v0.service -
-
Uses of RecordCategory in org.alfresco.rest.rm.community.requests.gscore.api
Methods in org.alfresco.rest.rm.community.requests.gscore.api that return RecordCategory Modifier and Type Method Description RecordCategoryFilePlanAPI. createRootRecordCategory(RecordCategory recordCategoryModel, String filePlanId)RecordCategoryFilePlanAPI. createRootRecordCategory(RecordCategory recordCategoryModel, String filePlanId, String parameters)Creates a root record category.RecordCategoryRecordCategoryAPI. getRecordCategory(String recordCategoryId)RecordCategoryRecordCategoryAPI. getRecordCategory(String recordCategoryId, String parameters)Gets a record category.RecordCategoryRecordCategoryAPI. updateRecordCategory(RecordCategory recordCategoryModel, String recordCategoryId)RecordCategoryRecordCategoryAPI. 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 RecordCategory Modifier and Type Method Description RecordCategoryFilePlanAPI. createRootRecordCategory(RecordCategory recordCategoryModel, String filePlanId)RecordCategoryFilePlanAPI. createRootRecordCategory(RecordCategory recordCategoryModel, String filePlanId, String parameters)Creates a root record category.RecordCategoryRecordCategoryAPI. updateRecordCategory(RecordCategory recordCategoryModel, String recordCategoryId)RecordCategoryRecordCategoryAPI. 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 RecordCategory Modifier and Type Method Description org.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
-