@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
| Constructor and Description |
|---|
TransferContainerEntityResource() |
| Modifier and Type | Method and 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) |
public void setApiUtils(FilePlanComponentsApiUtils apiUtils)
public void setFileFolderService(org.alfresco.service.cmr.model.FileFolderService fileFolderService)
public void setNodesModelFactory(ApiNodesModelFactory nodesModelFactory)
public void setTransactionService(org.alfresco.service.transaction.TransactionService transactionService)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic TransferContainer readById(String transferContainerId, org.alfresco.rest.framework.resource.parameters.Parameters parameters) throws org.alfresco.rest.framework.core.exceptions.EntityNotFoundException
readById in interface org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.ReadById<TransferContainer>org.alfresco.rest.framework.core.exceptions.EntityNotFoundExceptionpublic TransferContainer update(String transferContainerId, TransferContainer transferContainerInfo, org.alfresco.rest.framework.resource.parameters.Parameters parameters)
update in interface org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.Update<TransferContainer>Copyright © 2005–2017 Alfresco Software. All rights reserved.