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 TypeMethodDescriptionvoid
void
delete
(String recordCategoryId, Parameters parameters) readById
(String recordCategoryId, Parameters parameters) void
setApiUtils
(FilePlanComponentsApiUtils apiUtils) void
setFileFolderService
(FileFolderService fileFolderService) void
setNodesModelFactory
(ApiNodesModelFactory nodesModelFactory) void
setTransactionService
(TransactionService transactionService) update
(String recordCategoryId, RecordCategory recordCategoryInfo, Parameters parameters)
-
Constructor Details
-
RecordCategoriesEntityResource
public RecordCategoriesEntityResource()
-
-
Method Details
-
setApiUtils
-
setFileFolderService
-
setNodesModelFactory
-
setTransactionService
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
readById
- Specified by:
readById
in interfaceEntityResourceAction.ReadById<RecordCategory>
-
update
public RecordCategory update(String recordCategoryId, RecordCategory recordCategoryInfo, Parameters parameters) - Specified by:
update
in interfaceEntityResourceAction.Update<RecordCategory>
-
delete
- Specified by:
delete
in interfaceEntityResourceAction.Delete
-