Uses of Class
org.nuxeo.ecm.platform.publisher.descriptors.PublicationTreeDescriptor
-
Packages that use PublicationTreeDescriptor Package Description org.nuxeo.ecm.platform.publisher.impl.service -
-
Uses of PublicationTreeDescriptor in org.nuxeo.ecm.platform.publisher.impl.service
Fields in org.nuxeo.ecm.platform.publisher.impl.service with type parameters of type PublicationTreeDescriptor Modifier and Type Field Description protected Map<String,PublicationTreeDescriptor>
PublisherServiceImpl. treeDescriptors
Methods in org.nuxeo.ecm.platform.publisher.impl.service that return PublicationTreeDescriptor Modifier and Type Method Description protected PublicationTreeDescriptor
PublisherServiceImpl. getPublicationTreeDescriptor(PublicationTreeConfigDescriptor config)
Methods in org.nuxeo.ecm.platform.publisher.impl.service with parameters of type PublicationTreeDescriptor Modifier and Type Method Description protected PublicationTree
PublisherServiceImpl. getPublicationTree(PublicationTreeDescriptor treeDescriptor, CoreSession coreSession, Map<String,String> parameters, PublishedDocumentFactory factory, String configName, String treeTitle)
protected PublishedDocumentFactory
PublisherServiceImpl. getPublishedDocumentFactory(PublicationTreeConfigDescriptor config, PublicationTreeDescriptor treeDescriptor, CoreSession coreSession, Map<String,String> params)
protected PublishedDocumentFactoryDescriptor
PublisherServiceImpl. getPublishedDocumentFactoryDescriptor(PublicationTreeConfigDescriptor config, PublicationTreeDescriptor treeDescriptor)
-