Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

All Superinterfaces:
PublicationNode, PublicationTree, Serializable
All Known Implementing Classes:
AbstractSynchonizablePublicationTree

public interface ServerSynchronizablePublicationTree
extends PublicationTree


Method Summary
 String exportPublishedDocumentByPath(String path)
           
 List<PublicationNode> listModifiedNodes(long timeDelta)
           
 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

List<PublicationNode> listModifiedNodes(long timeDelta)

listModifiedPublishedDocuments

List<PublishedDocument> listModifiedPublishedDocuments(long timeDelta)

exportPublishedDocumentByPath

String exportPublishedDocumentByPath(String path)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.