Uses of Interface
org.nuxeo.ecm.platform.publisher.api.PublicationTree
Packages that use PublicationTree
Package
Description
-
Uses of PublicationTree in org.nuxeo.ecm.platform.publisher.api
Classes in org.nuxeo.ecm.platform.publisher.api that implement PublicationTreeFields in org.nuxeo.ecm.platform.publisher.api declared as PublicationTreeModifier and TypeFieldDescriptionprotected PublicationTreeAbstractBasePublishedDocumentFactory.publicationTreeprotected PublicationTreeAbstractPublicationNode.treeMethods in org.nuxeo.ecm.platform.publisher.api that return PublicationTreeModifier and TypeMethodDescriptionPublisherService.getPublicationTree(String treeName, CoreSession coreSession, Map<String, String> params) PublisherService.getPublicationTree(String treeName, CoreSession coreSession, Map<String, String> params, DocumentModel currentDocument) PublisherService.getPublicationTreeFor(DocumentModel doc, CoreSession coreSession) AbstractBasePublicationTree.getTree()AbstractPublicationNode.getTree()PublicationNode.getTree()Constructors in org.nuxeo.ecm.platform.publisher.api with parameters of type PublicationTree -
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 PublicationTreeModifier and TypeMethodDescriptionClass<? extends PublicationTree> PublicationTreeDescriptor.getKlass()Method parameters in org.nuxeo.ecm.platform.publisher.descriptors with type arguments of type PublicationTreeModifier and TypeMethodDescriptionvoidPublicationTreeDescriptor.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 PublicationTreeModifier and TypeMethodDescriptionstatic PublicationTreePublicationRelationHelper.getPublicationTreeUsedForPublishing(DocumentModel documentModel, CoreSession coreSession) Methods in org.nuxeo.ecm.platform.publisher.helper with parameters of type PublicationTreeModifier and TypeMethodDescriptionstatic 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 PublicationTreeModifier and TypeClassDescriptionclassclassSimple implementation of aPublicationTreeusing the Core Sections.Constructors in org.nuxeo.ecm.platform.publisher.impl.core with parameters of type PublicationTreeModifierConstructorDescriptionCoreFolderPublicationNode(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 PublicationTreeModifier and TypeMethodDescriptionprotected PublicationTreePublisherServiceImpl.buildTree(String treeConfigName, CoreSession coreSession, Map<String, String> params) PublisherServiceImpl.getPublicationTree(String treeName, CoreSession coreSession, Map<String, String> params) PublisherServiceImpl.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) PublisherServiceImpl.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 PublicationTreeModifier and TypeClassDescriptionclassImplementation ofPublicationTreethat retrieve also any published Rendition documents for the given document.