Class TransferEntityResource

  • All Implemented Interfaces:
    org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.ReadById<Transfer>, org.alfresco.rest.framework.resource.actions.interfaces.ResourceAction, org.springframework.beans.factory.InitializingBean

    @EntityResource(name="transfers",
                    title="Transfers")
    public class TransferEntityResource
    extends Object
    implements org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.ReadById<Transfer>, org.springframework.beans.factory.InitializingBean
    Transfer entity resource
    Since:
    2.6
    Author:
    Silviu Dinuta
    • Constructor Detail

      • TransferEntityResource

        public TransferEntityResource()
    • Method Detail

      • setFileFolderService

        public void setFileFolderService​(org.alfresco.service.cmr.model.FileFolderService fileFolderService)
      • setNodesModelFactory

        public void setNodesModelFactory​(ApiNodesModelFactory nodesModelFactory)
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception
      • readById

        public Transfer readById​(String transferId,
                                 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<Transfer>
        Throws:
        org.alfresco.rest.framework.core.exceptions.EntityNotFoundException