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 TypeMethodDescriptionvoidreadById(String filePlanId, Parameters parameters) voidsetApiUtils(FilePlanComponentsApiUtils apiUtils) voidsetFileFolderService(FileFolderService fileFolderService) voidsetNodesModelFactory(ApiNodesModelFactory nodesModelFactory) voidsetTransactionService(TransactionService transactionService) update(String filePlanId, FilePlan filePlanInfo, Parameters parameters)
-
Constructor Details
-
FilePlanEntityResource
public FilePlanEntityResource()
-
-
Method Details
-
setApiUtils
-
setFileFolderService
-
setNodesModelFactory
-
setTransactionService
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
readById
- Specified by:
readByIdin interfaceEntityResourceAction.ReadById<FilePlan>
-
update
- Specified by:
updatein interfaceEntityResourceAction.Update<FilePlan>
-