Modifier and Type | Interface and Description |
---|---|
interface |
PublicationTree
Interface for the publication tree.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBasePublicationTree |
class |
AbstractPublicationNode |
Modifier and Type | Method and Description |
---|---|
PublicationNode |
PublicationTree.getNodeByPath(String path) |
PublicationNode |
RemotePublicationTreeManager.getNodeByPath(String sid,
String path) |
PublicationNode |
PublicationNode.getParent() |
PublicationNode |
AbstractBasePublicationTree.getParent() |
PublicationNode |
RemotePublicationTreeManager.getParent(PublicationNode node) |
PublicationNode |
PublicationTree.wrapToPublicationNode(DocumentModel documentModel)
Returns a PublicationNode for the current tree built on the given
documentModel . |
PublicationNode |
AbstractBasePublicationTree.wrapToPublicationNode(DocumentModel documentModel) |
PublicationNode |
PublisherService.wrapToPublicationNode(DocumentModel documentModel,
CoreSession coreSession) |
PublicationNode |
RemotePublicationTreeManager.wrapToPublicationNode(String sid,
DocumentModel documentModel)
Returns a PublicationNode for the current tree built on the given
documentModel . |
Modifier and Type | Method and Description |
---|---|
List<PublicationNode> |
PublicationNode.getChildrenNodes() |
List<PublicationNode> |
AbstractBasePublicationTree.getChildrenNodes() |
List<PublicationNode> |
RemotePublicationTreeManager.getChildrenNodes(PublicationNode node) |
Modifier and Type | Method and Description |
---|---|
boolean |
PublicationTree.canPublishTo(PublicationNode publicationNode)
Returns
true if the current user can publish to the specified publicationNode, false otherwise. |
boolean |
AbstractBasePublicationTree.canPublishTo(PublicationNode publicationNode) |
boolean |
RemotePublicationTreeManager.canPublishTo(String sid,
PublicationNode publicationNode)
Returns
true if the current user can publish to the specified publicationNode, false otherwise. |
List<PublishedDocument> |
RemotePublicationTreeManager.getChildrenDocuments(PublicationNode node) |
List<PublicationNode> |
RemotePublicationTreeManager.getChildrenNodes(PublicationNode node) |
PublicationNode |
RemotePublicationTreeManager.getParent(PublicationNode node) |
List<PublishedDocument> |
RemotePublicationTreeManager.getPublishedDocumentInNode(PublicationNode node) |
List<PublishedDocument> |
PublicationTree.getPublishedDocumentInNode(PublicationNode node) |
List<PublishedDocument> |
AbstractBasePublicationTree.getPublishedDocumentInNode(PublicationNode node) |
PublishedDocument |
RemotePublicationTreeManager.publish(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
PublisherService.publish(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
PublicationTree.publish(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
AbstractBasePublicationTree.publish(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
RemotePublicationTreeManager.publish(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
PublisherService.publish(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
PublicationTree.publish(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
AbstractBasePublicationTree.publish(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
PublishedDocumentFactory.publishDocument(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
AbstractBasePublishedDocumentFactory.publishDocument(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
PublishedDocumentFactory.publishDocument(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
void |
RemotePublicationTreeManager.unpublish(DocumentModel doc,
PublicationNode targetNode) |
void |
PublisherService.unpublish(DocumentModel doc,
PublicationNode targetNode) |
void |
PublicationTree.unpublish(DocumentModel doc,
PublicationNode targetNode) |
Modifier and Type | Class and Description |
---|---|
class |
CoreFolderPublicationNode
Implementation of the
PublicationNode for Simple Core Folders. |
class |
EmptyRoot |
class |
RootSectionsPublicationTree |
class |
SectionPublicationTree
Simple implementation of a
PublicationTree using the Core Sections. |
class |
VirtualCoreFolderPublicationNode |
Modifier and Type | Method and Description |
---|---|
PublicationNode |
SectionPublicationTree.getNodeByPath(String path) |
PublicationNode |
RootSectionsPublicationTree.getNodeByPath(String path) |
PublicationNode |
VirtualCoreFolderPublicationNode.getParent() |
PublicationNode |
CoreFolderPublicationNode.getParent() |
PublicationNode |
SectionPublicationTree.wrapToPublicationNode(DocumentModel documentModel) |
Modifier and Type | Method and Description |
---|---|
List<PublicationNode> |
VirtualCoreFolderPublicationNode.getChildrenNodes() |
List<PublicationNode> |
RootSectionsPublicationTree.getChildrenNodes() |
List<PublicationNode> |
EmptyRoot.getChildrenNodes() |
List<PublicationNode> |
CoreFolderPublicationNode.getChildrenNodes() |
Modifier and Type | Method and Description |
---|---|
boolean |
SectionPublicationTree.canPublishTo(PublicationNode publicationNode) |
PublishedDocument |
SectionPublicationTree.publish(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
SectionPublicationTree.publish(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
CoreProxyFactory.publishDocument(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
void |
SectionPublicationTree.unpublish(DocumentModel doc,
PublicationNode targetNode) |
Constructor and Description |
---|
CoreFolderPublicationNode(DocumentModel doc,
PublicationTree tree,
PublicationNode parent,
PublishedDocumentFactory factory) |
CoreFolderPublicationNode(DocumentModel doc,
String treeConfigName,
String sid,
PublicationNode parent,
PublishedDocumentFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
FSPublicationNode |
class |
LocalFSPublicationTree |
Modifier and Type | Method and Description |
---|---|
PublicationNode |
LocalFSPublicationTree.getNodeByPath(String path) |
PublicationNode |
FSPublicationNode.getParent() |
Modifier and Type | Method and Description |
---|---|
List<PublicationNode> |
FSPublicationNode.getChildrenNodes() |
Modifier and Type | Method and Description |
---|---|
PublishedDocument |
LocalFSPublicationTree.publish(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
LocalFSPublicationTree.publish(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
FSPublishedDocumentFactory.publishDocument(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
void |
LocalFSPublicationTree.unpublish(DocumentModel doc,
PublicationNode targetNode) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemotableNode
Abstract class for
PublicationNode that delegate method calls to a remote service. |
class |
AbstractRemotableTree
Abstract class for
PublicationTree that delegates method calls to a remote service. |
class |
ProxyNode
Remotable implementation of the
PublicationNode interface. |
class |
ProxyTree
Remotable implementation of the
PublicationTree interface. |
Modifier and Type | Method and Description |
---|---|
PublicationNode |
AbstractRemotableTree.getNodeByPath(String path) |
PublicationNode |
PublisherServiceImpl.getNodeByPath(String sid,
String path) |
PublicationNode |
AbstractRemotableTree.getParent() |
PublicationNode |
AbstractRemotableNode.getParent() |
PublicationNode |
PublisherServiceImpl.getParent(PublicationNode node) |
PublicationNode |
AbstractRemotableTree.wrapToPublicationNode(DocumentModel documentModel) |
PublicationNode |
PublisherServiceImpl.wrapToPublicationNode(DocumentModel documentModel,
CoreSession coreSession) |
PublicationNode |
PublisherServiceImpl.wrapToPublicationNode(String sid,
DocumentModel documentModel) |
Modifier and Type | Method and Description |
---|---|
List<PublicationNode> |
ProxyTree.getChildrenNodes() |
List<PublicationNode> |
AbstractRemotableNode.getChildrenNodes() |
List<PublicationNode> |
PublisherServiceImpl.getChildrenNodes(PublicationNode node) |
Constructor and Description |
---|
ProxyNode(PublicationNode node,
String sid) |
Modifier and Type | Class and Description |
---|---|
class |
ClientRemotePublicationNode
PublicationNode implementation that points to a remote tree on a remote server. |
class |
ClientRemotePublicationTree
PublicationTree implementation that points to a remote tree on a remote server. |
Modifier and Type | Method and Description |
---|---|
List<PublicationNode> |
ClientRemotePublicationTree.getChildrenNodes() |
Modifier and Type | Method and Description |
---|---|
PublishedDocument |
ClientRemotePublicationTree.publish(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
ClientProxyFactory.publishDocument(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
ClientProxyFactory.publishDocument(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
Constructor and Description |
---|
ClientRemotePublicationNode(String treeConfigName,
String sid,
PublicationNode node,
String serverSessionId,
RemotePublicationTreeManager service,
String targetTreeName) |
Modifier and Type | Method and Description |
---|---|
PublicationNode |
DefaultPublicationNodeMarshaler.unMarshalPublicationNode(String data) |
Modifier and Type | Method and Description |
---|---|
String |
DefaultPublicationNodeMarshaler.marshalPublicationNode(PublicationNode node) |
Modifier and Type | Class and Description |
---|---|
class |
BasicPublicationNode
Java implementation for the marshaled
PublicationNode . |
Modifier and Type | Method and Description |
---|---|
PublicationNode |
BasicPublicationNode.getParent() |
Modifier and Type | Method and Description |
---|---|
List<PublicationNode> |
BasicPublicationNode.getChildrenNodes() |
Modifier and Type | Method and Description |
---|---|
PublicationNode |
PublicationNodeMarshaler.unMarshalPublicationNode(String data) |
Modifier and Type | Method and Description |
---|---|
String |
PublicationNodeMarshaler.marshalPublicationNode(PublicationNode node) |
Modifier and Type | Method and Description |
---|---|
PublicationNode |
RemotePubParam.getAsNode() |
Modifier and Type | Method and Description |
---|---|
PublicationNode |
RemotePublicationTreeManagerRestProxy.getNodeByPath(String sid,
String path) |
PublicationNode |
RemotePublicationTreeManagerRestProxy.getParent(PublicationNode node) |
PublicationNode |
RemotePublicationTreeManagerRestProxy.wrapToPublicationNode(String sid,
DocumentModel documentModel) |
Modifier and Type | Method and Description |
---|---|
List<PublicationNode> |
RemotePublicationTreeManagerRestProxy.getChildrenNodes(PublicationNode node) |
Modifier and Type | Method and Description |
---|---|
boolean |
RemotePublicationTreeManagerRestProxy.canPublishTo(String sid,
PublicationNode publicationNode) |
List<PublishedDocument> |
RemotePublicationTreeManagerRestProxy.getChildrenDocuments(PublicationNode node) |
List<PublicationNode> |
RemotePublicationTreeManagerRestProxy.getChildrenNodes(PublicationNode node) |
PublicationNode |
RemotePublicationTreeManagerRestProxy.getParent(PublicationNode node) |
List<PublishedDocument> |
RemotePublicationTreeManagerRestProxy.getPublishedDocumentInNode(PublicationNode node) |
PublishedDocument |
RemotePublicationTreeManagerRestProxy.publish(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
RemotePublicationTreeManagerRestProxy.publish(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
void |
RemotePublicationTreeManagerRestProxy.unpublish(DocumentModel doc,
PublicationNode targetNode) |
Modifier and Type | Class and Description |
---|---|
class |
CoreTreeWithExternalDocs
PublicationTree implementation that supports having plain Documents directly inside the sections. |
Modifier and Type | Method and Description |
---|---|
PublishedDocument |
CoreTreeWithExternalDocs.publish(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
CoreTreeWithExternalDocs.publish(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
SimpleExternalDocumentModelFactory.publishDocument(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
void |
CoreTreeWithExternalDocs.unpublish(DocumentModel doc,
PublicationNode targetNode) |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientSynchonizedPublicationTree |
Modifier and Type | Interface and Description |
---|---|
interface |
ServerSynchronizablePublicationTree |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSynchonizablePublicationTree |
Modifier and Type | Method and Description |
---|---|
PublicationNode |
AbstractSynchonizablePublicationTree.getNodeByPath(String path) |
PublicationNode |
AbstractSynchonizablePublicationTree.getParent() |
Modifier and Type | Method and Description |
---|---|
List<PublicationNode> |
AbstractSynchonizablePublicationTree.getChildrenNodes() |
List<PublicationNode> |
ServerSynchronizablePublicationTree.listModifiedNodes(long timeDelta) |
List<PublicationNode> |
AbstractSynchonizablePublicationTree.listModifiedNodes(long timeDelta) |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
AbstractSynchonizablePublicationTree.getPublishedDocumentInNode(PublicationNode node) |
PublishedDocument |
AbstractSynchonizablePublicationTree.publish(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
AbstractSynchonizablePublicationTree.publish(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
void |
AbstractSynchonizablePublicationTree.unpublish(DocumentModel doc,
PublicationNode targetNode) |
Modifier and Type | Method and Description |
---|---|
PublishedDocument |
CoreProxyWithWorkflowFactory.publishDocument(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
Modifier and Type | Method and Description |
---|---|
boolean |
PublishActionsBean.canPublishTo(PublicationNode publicationNode) |
String |
PublishActionsBean.doPublish(PublicationNode publicationNode) |
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. |
Modifier and Type | Method and Description |
---|---|
PublishedDocument |
RenditionPublicationFactory.publishDocument(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
Modifier and Type | Method and Description |
---|---|
PublishedDocument |
FolderishProxyFactory.publishDocument(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
Copyright © 2015 Nuxeo SA. All rights reserved.