Uses of Interface
org.nuxeo.ecm.platform.publisher.api.PublicationTree
-
-
Uses of PublicationTree in org.nuxeo.ecm.platform.publisher.api
Classes in org.nuxeo.ecm.platform.publisher.api that implement PublicationTree Modifier and Type Class Description classAbstractBasePublicationTreeFields in org.nuxeo.ecm.platform.publisher.api declared as PublicationTree Modifier and Type Field Description protected PublicationTreeAbstractBasePublishedDocumentFactory. publicationTreeprotected PublicationTreeAbstractPublicationNode. treeMethods in org.nuxeo.ecm.platform.publisher.api that return PublicationTree Modifier and Type Method Description PublicationTreePublisherService. getPublicationTree(String treeName, CoreSession coreSession, Map<String,String> params)PublicationTreePublisherService. getPublicationTree(String treeName, CoreSession coreSession, Map<String,String> params, DocumentModel currentDocument)PublicationTreePublisherService. getPublicationTreeFor(DocumentModel doc, CoreSession coreSession)PublicationTreeAbstractBasePublicationTree. getTree()PublicationTreeAbstractPublicationNode. getTree()PublicationTreePublicationNode. getTree()Constructors in org.nuxeo.ecm.platform.publisher.api with parameters of type PublicationTree Constructor Description AbstractPublicationNode(PublicationTree tree) -
Uses of PublicationTree in org.nuxeo.ecm.platform.publisher.descriptors
Methods in org.nuxeo.ecm.platform.publisher.descriptors that return types with arguments of type PublicationTree Modifier and Type Method Description Class<? extends PublicationTree>PublicationTreeDescriptor. getKlass()Method parameters in org.nuxeo.ecm.platform.publisher.descriptors with type arguments of type PublicationTree Modifier and Type Method Description voidPublicationTreeDescriptor. setKlass(Class<? extends PublicationTree> klass) -
Uses of PublicationTree in org.nuxeo.ecm.platform.publisher.helper
Methods in org.nuxeo.ecm.platform.publisher.helper that return PublicationTree Modifier and Type Method Description static PublicationTreePublicationRelationHelper. getPublicationTreeUsedForPublishing(DocumentModel documentModel, CoreSession coreSession)Methods in org.nuxeo.ecm.platform.publisher.helper with parameters of type PublicationTree Modifier and Type Method Description static voidPublicationRelationHelper. addPublicationRelation(DocumentModel documentModel, PublicationTree publicationTree) -
Uses of PublicationTree in org.nuxeo.ecm.platform.publisher.impl.core
Classes in org.nuxeo.ecm.platform.publisher.impl.core that implement PublicationTree Modifier and Type Class Description classRootSectionsPublicationTreeclassSectionPublicationTreeSimple implementation of aPublicationTreeusing the Core Sections.Constructors in org.nuxeo.ecm.platform.publisher.impl.core with parameters of type PublicationTree Constructor Description CoreFolderPublicationNode(DocumentModel doc, PublicationTree tree, PublicationNode parent, PublishedDocumentFactory factory)CoreFolderPublicationNode(DocumentModel doc, PublicationTree tree, PublishedDocumentFactory factory)VirtualCoreFolderPublicationNode(CoreSession coreSession, String documentPath, PublicationTree tree, PublishedDocumentFactory factory) -
Uses of PublicationTree in org.nuxeo.ecm.platform.publisher.impl.service
Methods in org.nuxeo.ecm.platform.publisher.impl.service that return PublicationTree Modifier and Type Method Description protected PublicationTreePublisherServiceImpl. buildTree(String treeConfigName, CoreSession coreSession, Map<String,String> params)PublicationTreePublisherServiceImpl. getPublicationTree(String treeName, CoreSession coreSession, Map<String,String> params)PublicationTreePublisherServiceImpl. getPublicationTree(String treeName, CoreSession coreSession, Map<String,String> params, DocumentModel currentDocument)protected PublicationTreePublisherServiceImpl. getPublicationTree(PublicationTreeDescriptor treeDescriptor, CoreSession coreSession, Map<String,String> parameters, PublishedDocumentFactory factory, String configName, String treeTitle)PublicationTreePublisherServiceImpl. getPublicationTreeFor(DocumentModel doc, CoreSession coreSession) -
Uses of PublicationTree in org.nuxeo.ecm.platform.rendition.publisher
Classes in org.nuxeo.ecm.platform.rendition.publisher that implement PublicationTree Modifier and Type Class Description classRenditionPublicationCoreTreeImplementation ofPublicationTreethat retrieve also any published Rendition documents for the given document.
-