Class UnfiledContainerEntityResource

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

    @EntityResource(name="unfiled-containers",
                    title="Unfiled containers")
    public class UnfiledContainerEntityResource
    extends Object
    implements org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.ReadById<UnfiledContainer>, org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.Update<UnfiledContainer>, org.springframework.beans.factory.InitializingBean
    Unfiled container entity resource
    Since:
    2.6
    Author:
    Ana Bozianu, Tuna Aksoy
    • Constructor Detail

      • UnfiledContainerEntityResource

        public UnfiledContainerEntityResource()
    • 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 UnfiledContainer readById​(String unfiledContainerId,
                                         org.alfresco.rest.framework.resource.parameters.Parameters parameters)
        Specified by:
        readById in interface org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.ReadById<UnfiledContainer>
      • update

        public UnfiledContainer update​(String unfiledContainerId,
                                       UnfiledContainer unfiledContainerInfo,
                                       org.alfresco.rest.framework.resource.parameters.Parameters parameters)
        Specified by:
        update in interface org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.Update<UnfiledContainer>