Class RecordCategoriesEntityResource
java.lang.Object
org.alfresco.rm.rest.api.recordcategories.RecordCategoriesEntityResource
- All Implemented Interfaces:
EntityResourceAction.Delete,EntityResourceAction.ReadById<RecordCategory>,EntityResourceAction.Update<RecordCategory>,ResourceAction,org.springframework.beans.factory.InitializingBean
@EntityResource(name="record-categories",
title="Record Categories")
public class RecordCategoriesEntityResource
extends Object
implements EntityResourceAction.ReadById<RecordCategory>, EntityResourceAction.Delete, EntityResourceAction.Update<RecordCategory>, org.springframework.beans.factory.InitializingBean
Record category entity resource
- Since:
- 2.6
- Author:
- Ana Bozianu, Tuna Aksoy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddelete(String recordCategoryId, Parameters parameters) readById(String recordCategoryId, Parameters parameters) voidsetApiUtils(FilePlanComponentsApiUtils apiUtils) voidsetFileFolderService(FileFolderService fileFolderService) voidsetNodesModelFactory(ApiNodesModelFactory nodesModelFactory) voidsetTransactionService(TransactionService transactionService) update(String recordCategoryId, RecordCategory recordCategoryInfo, Parameters parameters)
-
Constructor Details
-
RecordCategoriesEntityResource
public RecordCategoriesEntityResource()
-
-
Method Details
-
setApiUtils
-
setFileFolderService
-
setNodesModelFactory
-
setTransactionService
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
readById
- Specified by:
readByIdin interfaceEntityResourceAction.ReadById<RecordCategory>
-
update
public RecordCategory update(String recordCategoryId, RecordCategory recordCategoryInfo, Parameters parameters) - Specified by:
updatein interfaceEntityResourceAction.Update<RecordCategory>
-
delete
- Specified by:
deletein interfaceEntityResourceAction.Delete
-