Class FilePlanEntityResource
java.lang.Object
org.alfresco.rm.rest.api.fileplans.FilePlanEntityResource
- All Implemented Interfaces:
EntityResourceAction.ReadById<FilePlan>
,EntityResourceAction.Update<FilePlan>
,ResourceAction
,org.springframework.beans.factory.InitializingBean
@EntityResource(name="file-plans",
title="File plans")
public class FilePlanEntityResource
extends Object
implements EntityResourceAction.ReadById<FilePlan>, EntityResourceAction.Update<FilePlan>, org.springframework.beans.factory.InitializingBean
File plan entity resource
- Since:
- 2.6
- Author:
- Ramona Popa
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
readById
(String filePlanId, Parameters parameters) void
setApiUtils
(FilePlanComponentsApiUtils apiUtils) void
setFileFolderService
(FileFolderService fileFolderService) void
setNodesModelFactory
(ApiNodesModelFactory nodesModelFactory) void
setTransactionService
(TransactionService transactionService) update
(String filePlanId, FilePlan filePlanInfo, Parameters parameters)
-
Constructor Details
-
FilePlanEntityResource
public FilePlanEntityResource()
-
-
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<FilePlan>
-
update
- Specified by:
update
in interfaceEntityResourceAction.Update<FilePlan>
-