| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBasePublicationTree |
| Modifier and Type | Field and Description |
|---|---|
protected PublicationTree |
AbstractBasePublishedDocumentFactory.publicationTree |
protected PublicationTree |
AbstractPublicationNode.tree |
| Modifier and Type | Method and Description |
|---|---|
PublicationTree |
PublisherService.getPublicationTree(String treeName,
CoreSession coreSession,
Map<String,String> params) |
PublicationTree |
PublisherService.getPublicationTree(String treeName,
CoreSession coreSession,
Map<String,String> params,
DocumentModel currentDocument) |
PublicationTree |
PublisherService.getPublicationTreeFor(DocumentModel doc,
CoreSession coreSession) |
PublicationTree |
PublicationNode.getTree() |
PublicationTree |
AbstractPublicationNode.getTree() |
PublicationTree |
AbstractBasePublicationTree.getTree() |
| Constructor and Description |
|---|
AbstractPublicationNode(PublicationTree tree) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends PublicationTree> |
PublicationTreeDescriptor.getKlass() |
| Modifier and Type | Method and Description |
|---|---|
void |
PublicationTreeDescriptor.setKlass(Class<? extends PublicationTree> klass) |
| Modifier and Type | Method and Description |
|---|---|
static PublicationTree |
PublicationRelationHelper.getPublicationTreeUsedForPublishing(DocumentModel documentModel,
CoreSession coreSession) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PublicationRelationHelper.addPublicationRelation(DocumentModel documentModel,
PublicationTree publicationTree) |
| Modifier and Type | Class and Description |
|---|---|
class |
RootSectionsPublicationTree |
class |
SectionPublicationTree
Simple implementation of a
PublicationTree using the Core Sections. |
| Constructor and Description |
|---|
CoreFolderPublicationNode(DocumentModel doc,
PublicationTree tree,
PublicationNode parent,
PublishedDocumentFactory factory) |
CoreFolderPublicationNode(DocumentModel doc,
PublicationTree tree,
PublishedDocumentFactory factory) |
VirtualCoreFolderPublicationNode(String coreSessionId,
String documentPath,
PublicationTree tree,
PublishedDocumentFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
protected PublicationTree |
PublisherServiceImpl.buildTree(String treeConfigName,
CoreSession coreSession,
Map<String,String> params) |
protected PublicationTree |
PublisherServiceImpl.getPublicationTree(PublicationTreeDescriptor treeDescriptor,
CoreSession coreSession,
Map<String,String> parameters,
PublishedDocumentFactory factory,
String configName,
String treeTitle) |
PublicationTree |
PublisherServiceImpl.getPublicationTree(String treeName,
CoreSession coreSession,
Map<String,String> params) |
PublicationTree |
PublisherServiceImpl.getPublicationTree(String treeName,
CoreSession coreSession,
Map<String,String> params,
DocumentModel currentDocument) |
PublicationTree |
PublisherServiceImpl.getPublicationTreeFor(DocumentModel doc,
CoreSession coreSession) |
| Modifier and Type | Field and Description |
|---|---|
protected PublicationTree |
PublishActionsBean.currentPublicationTree |
| Modifier and Type | Method and Description |
|---|---|
PublicationTree |
PublishActionsBean.getCurrentPublicationTreeForPublishing() |
| Modifier and Type | Method and Description |
|---|---|
List<PublicationTree> |
PublishActionsBean.getCurrentPublicationTreesForPublishing()
Returns a list of publication trees.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PublishActionsBean.doPublish(PublicationTree tree,
PublicationNode publicationNode) |
| Modifier and Type | Class and Description |
|---|---|
class |
RenditionPublicationCoreTree
Implementation of
PublicationTree that retrieve also any published
Rendition documents for the given document. |
Copyright © 2019 Nuxeo. All rights reserved.