Class TransferContainerEntityResource
- java.lang.Object
-
- org.alfresco.rm.rest.api.transfercontainers.TransferContainerEntityResource
-
- All Implemented Interfaces:
org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.ReadById<TransferContainer>
,org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.Update<TransferContainer>
,org.alfresco.rest.framework.resource.actions.interfaces.ResourceAction
,org.springframework.beans.factory.InitializingBean
@EntityResource(name="transfer-containers", title="Transfer Containers") public class TransferContainerEntityResource extends Object implements org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.ReadById<TransferContainer>, org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.Update<TransferContainer>, org.springframework.beans.factory.InitializingBean
Transfer Container entity resource- Since:
- 2.6
- Author:
- Silviu Dinuta
-
-
Constructor Summary
Constructors Constructor Description TransferContainerEntityResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
TransferContainer
readById(String transferContainerId, org.alfresco.rest.framework.resource.parameters.Parameters parameters)
void
setApiUtils(FilePlanComponentsApiUtils apiUtils)
void
setFileFolderService(org.alfresco.service.cmr.model.FileFolderService fileFolderService)
void
setNodesModelFactory(ApiNodesModelFactory nodesModelFactory)
void
setTransactionService(org.alfresco.service.transaction.TransactionService transactionService)
TransferContainer
update(String transferContainerId, TransferContainer transferContainerInfo, org.alfresco.rest.framework.resource.parameters.Parameters parameters)
-
-
-
Method Detail
-
setApiUtils
public void setApiUtils(FilePlanComponentsApiUtils apiUtils)
-
setFileFolderService
public void setFileFolderService(org.alfresco.service.cmr.model.FileFolderService fileFolderService)
-
setNodesModelFactory
public void setNodesModelFactory(ApiNodesModelFactory nodesModelFactory)
-
setTransactionService
public void setTransactionService(org.alfresco.service.transaction.TransactionService transactionService)
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
readById
public TransferContainer readById(String transferContainerId, org.alfresco.rest.framework.resource.parameters.Parameters parameters) throws org.alfresco.rest.framework.core.exceptions.EntityNotFoundException
- Specified by:
readById
in interfaceorg.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.ReadById<TransferContainer>
- Throws:
org.alfresco.rest.framework.core.exceptions.EntityNotFoundException
-
update
public TransferContainer update(String transferContainerId, TransferContainer transferContainerInfo, org.alfresco.rest.framework.resource.parameters.Parameters parameters)
- Specified by:
update
in interfaceorg.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.Update<TransferContainer>
-
-