Class 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 Detail

      • TransferContainerEntityResource

        public TransferContainerEntityResource()
    • Method Detail

      • 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 interface org.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 interface org.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 interface org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.Update<TransferContainer>