Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.publisher.synchonize.server
Interface ServerSynchronizablePublicationTree

All Superinterfaces:
PublicationNode, PublicationTree, java.io.Serializable
All Known Implementing Classes:
AbstractSynchonizablePublicationTree

public interface ServerSynchronizablePublicationTree
extends PublicationTree


Method Summary
 java.lang.String exportPublishedDocumentByPath(java.lang.String path)
           
 java.util.List<PublicationNode> listModifiedNodes(long timeDelta)
           
 java.util.List<PublishedDocument> listModifiedPublishedDocuments(long timeDelta)
           
 
Methods inherited from interface org.nuxeo.ecm.platform.publisher.api.PublicationTree
canManagePublishing, canPublishTo, canUnpublish, getConfigName, getExistingPublishedDocument, getIconCollapsed, getIconExpanded, getNodeByPath, getPublishedDocumentInNode, getTreeTitle, getTreeType, hasValidationTask, initTree, isPublicationNode, publish, publish, release, setCurrentDocument, unpublish, unpublish, validatorPublishDocument, validatorRejectPublication, wrapToPublicationNode, wrapToPublishedDocument
 
Methods inherited from interface org.nuxeo.ecm.platform.publisher.api.PublicationNode
getChildrenDocuments, getChildrenNodes, getName, getNodeType, getParent, getPath, getSessionId, getTitle, getTreeConfigName, getType
 

Method Detail

listModifiedNodes

java.util.List<PublicationNode> listModifiedNodes(long timeDelta)

listModifiedPublishedDocuments

java.util.List<PublishedDocument> listModifiedPublishedDocuments(long timeDelta)

exportPublishedDocumentByPath

java.lang.String exportPublishedDocumentByPath(java.lang.String path)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.