Class RecordCategoryChildrenRelation
java.lang.Object
org.alfresco.rm.rest.api.recordcategories.RecordCategoryChildrenRelation
- All Implemented Interfaces:
MultiPartRelationshipResourceAction.Create<RecordCategoryChild>
,RelationshipResourceAction.Create<RecordCategoryChild>
,RelationshipResourceAction.Read<RecordCategoryChild>
,ResourceAction
@RelationshipResource(name="children",
entityResource=RecordCategoriesEntityResource.class,
title="Children of a record category")
public class RecordCategoryChildrenRelation
extends Object
implements RelationshipResourceAction.Read<RecordCategoryChild>, RelationshipResourceAction.Create<RecordCategoryChild>, MultiPartRelationshipResourceAction.Create<RecordCategoryChild>
Record category children relation
- Since:
- 2.6
- Author:
- Ana Bozianu, Tuna Aksoy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(String recordCategoryId, List<RecordCategoryChild> nodeInfos, Parameters parameters) create
(String entityResourceId, org.springframework.extensions.webscripts.servlet.FormData formData, Parameters parameters, WithResponse withResponse) readAll
(String recordCategoryId, Parameters parameters) void
setApiUtils
(FilePlanComponentsApiUtils apiUtils) void
setFileFolderService
(FileFolderService fileFolderService) void
setNodesModelFactory
(ApiNodesModelFactory nodesModelFactory) void
setSearchTypesFactory
(SearchTypesFactory searchTypesFactory) void
setTransactionService
(TransactionService transactionService)
-
Constructor Details
-
RecordCategoryChildrenRelation
public RecordCategoryChildrenRelation()
-
-
Method Details
-
setApiUtils
-
setSearchTypesFactory
-
setFileFolderService
-
setNodesModelFactory
-
setTransactionService
-
readAll
public CollectionWithPagingInfo<RecordCategoryChild> readAll(String recordCategoryId, Parameters parameters) - Specified by:
readAll
in interfaceRelationshipResourceAction.Read<RecordCategoryChild>
-
create
public List<RecordCategoryChild> create(String recordCategoryId, List<RecordCategoryChild> nodeInfos, Parameters parameters) - Specified by:
create
in interfaceRelationshipResourceAction.Create<RecordCategoryChild>
-
create
public RecordCategoryChild create(String entityResourceId, org.springframework.extensions.webscripts.servlet.FormData formData, Parameters parameters, WithResponse withResponse) - Specified by:
create
in interfaceMultiPartRelationshipResourceAction.Create<RecordCategoryChild>
-