Class UnfiledContainerChildrenRelation

  • All Implemented Interfaces:
    org.alfresco.rest.framework.resource.actions.interfaces.MultiPartRelationshipResourceAction.Create<UnfiledContainerChild>, org.alfresco.rest.framework.resource.actions.interfaces.RelationshipResourceAction.Create<UnfiledContainerChild>, org.alfresco.rest.framework.resource.actions.interfaces.RelationshipResourceAction.Read<UnfiledContainerChild>, org.alfresco.rest.framework.resource.actions.interfaces.ResourceAction

    @RelationshipResource(name="children",
                          entityResource=UnfiledContainerEntityResource.class,
                          title="Children of an unfiled container")
    public class UnfiledContainerChildrenRelation
    extends Object
    implements org.alfresco.rest.framework.resource.actions.interfaces.RelationshipResourceAction.Read<UnfiledContainerChild>, org.alfresco.rest.framework.resource.actions.interfaces.RelationshipResourceAction.Create<UnfiledContainerChild>, org.alfresco.rest.framework.resource.actions.interfaces.MultiPartRelationshipResourceAction.Create<UnfiledContainerChild>
    Unfiled container children relation
    Since:
    2.6
    Author:
    Tuna Aksoy, Ana Bozianu
    • Constructor Detail

      • UnfiledContainerChildrenRelation

        public UnfiledContainerChildrenRelation()
    • Method Detail

      • setSearchTypesFactory

        public void setSearchTypesFactory​(SearchTypesFactory searchTypesFactory)
      • 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)
      • readAll

        public org.alfresco.rest.framework.resource.parameters.CollectionWithPagingInfo<UnfiledContainerChild> readAll​(String unfiledContainerId,
                                                                                                                       org.alfresco.rest.framework.resource.parameters.Parameters parameters)
        Specified by:
        readAll in interface org.alfresco.rest.framework.resource.actions.interfaces.RelationshipResourceAction.Read<UnfiledContainerChild>
      • create

        public UnfiledContainerChild create​(String unfiledContainerId,
                                            org.springframework.extensions.webscripts.servlet.FormData formData,
                                            org.alfresco.rest.framework.resource.parameters.Parameters parameters,
                                            org.alfresco.rest.framework.webscripts.WithResponse withResponse)
        Specified by:
        create in interface org.alfresco.rest.framework.resource.actions.interfaces.MultiPartRelationshipResourceAction.Create<UnfiledContainerChild>