Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.publisher.api.PublishedDocument

Packages that use PublishedDocument
org.nuxeo.ecm.platform.publisher.api   
org.nuxeo.ecm.platform.publisher.impl.core   
org.nuxeo.ecm.platform.publisher.impl.localfs   
org.nuxeo.ecm.platform.publisher.impl.service   
org.nuxeo.ecm.platform.publisher.jbpm   
org.nuxeo.ecm.platform.publisher.remoting.client   
org.nuxeo.ecm.platform.publisher.remoting.marshaling   
org.nuxeo.ecm.platform.publisher.remoting.marshaling.basic   
org.nuxeo.ecm.platform.publisher.remoting.marshaling.interfaces   
org.nuxeo.ecm.platform.publisher.remoting.restProxies   
org.nuxeo.ecm.platform.publisher.remoting.server   
org.nuxeo.ecm.platform.publisher.synchonize.server   
org.nuxeo.ecm.platform.publisher.web   
 

Uses of PublishedDocument in org.nuxeo.ecm.platform.publisher.api
 

Methods in org.nuxeo.ecm.platform.publisher.api that return PublishedDocument
 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)
           
 PublishedDocument PublishedDocumentFactory.wrapDocumentModel(DocumentModel doc)
           
 PublishedDocument PublicationTree.wrapToPublishedDocument(DocumentModel documentModel)
           
 PublishedDocument AbstractBasePublicationTree.wrapToPublishedDocument(DocumentModel documentModel)
           
 PublishedDocument RemotePublicationTreeManager.wrapToPublishedDocument(String sid, DocumentModel documentModel)
           
 

Methods in org.nuxeo.ecm.platform.publisher.api that return types with arguments of type PublishedDocument
 List<PublishedDocument> PublicationNode.getChildrenDocuments()
           
 List<PublishedDocument> AbstractBasePublicationTree.getChildrenDocuments()
           
 List<PublishedDocument> RemotePublicationTreeManager.getChildrenDocuments(PublicationNode node)
           
 List<PublishedDocument> PublicationTree.getExistingPublishedDocument(DocumentLocation docLoc)
           
 List<PublishedDocument> RemotePublicationTreeManager.getExistingPublishedDocument(String sid, DocumentLocation docLoc)
           
 List<PublishedDocument> RemotePublicationTreeManager.getPublishedDocumentInNode(PublicationNode node)
           
 List<PublishedDocument> PublicationTree.getPublishedDocumentInNode(PublicationNode node)
           
 List<PublishedDocument> AbstractBasePublicationTree.getPublishedDocumentInNode(PublicationNode node)
           
 

Methods in org.nuxeo.ecm.platform.publisher.api with parameters of type PublishedDocument
 boolean PublishedDocumentFactory.canManagePublishing(PublishedDocument publishedDocument)
           
 boolean PublicationTree.canManagePublishing(PublishedDocument publishedDocument)
          Returns true if the current user can manage the publishing of the given publishedDocument, ie approve or reject the document.
 boolean AbstractBasePublishedDocumentFactory.canManagePublishing(PublishedDocument publishedDocument)
           
 boolean AbstractBasePublicationTree.canManagePublishing(PublishedDocument publishedDocument)
           
 boolean RemotePublicationTreeManager.canManagePublishing(String sid, PublishedDocument publishedDocument)
          Returns true if the current user can manage the publishing of the given published document, ie.
 boolean PublicationTree.canUnpublish(PublishedDocument publishedDocument)
          Returns true if the current user can unpublish the given publishedDocument, false otherwise.
 boolean AbstractBasePublicationTree.canUnpublish(PublishedDocument publishedDocument)
           
 boolean RemotePublicationTreeManager.canUnpublish(String sid, PublishedDocument publishedDocument)
          Returns true if the current user can unpublish the given publishedDocument, false otherwise.
 boolean PublishedDocumentFactory.hasValidationTask(PublishedDocument publishedDocument)
           
 boolean PublicationTree.hasValidationTask(PublishedDocument publishedDocument)
           
 boolean AbstractBasePublishedDocumentFactory.hasValidationTask(PublishedDocument publishedDocument)
           
 boolean AbstractBasePublicationTree.hasValidationTask(PublishedDocument publishedDocument)
           
 boolean RemotePublicationTreeManager.hasValidationTask(String sid, PublishedDocument publishedDocument)
           
 void PublicationTree.unpublish(PublishedDocument publishedDocument)
           
 void RemotePublicationTreeManager.unpublish(String sid, PublishedDocument publishedDocument)
           
 void PublishedDocumentFactory.validatorPublishDocument(PublishedDocument publishedDocument, String comment)
          A validator (the current user) approves the publication.
 void PublicationTree.validatorPublishDocument(PublishedDocument publishedDocument, String comment)
          A validator (the current user) approves the publication.
 void AbstractBasePublishedDocumentFactory.validatorPublishDocument(PublishedDocument publishedDocument, String comment)
           
 void AbstractBasePublicationTree.validatorPublishDocument(PublishedDocument publishedDocument, String comment)
           
 void RemotePublicationTreeManager.validatorPublishDocument(String sid, PublishedDocument publishedDocument, String comment)
          A validator (the current user) approves the publication.
 void PublishedDocumentFactory.validatorRejectPublication(PublishedDocument publishedDocument, String comment)
          A validator (the current user) rejects the publication.
 void PublicationTree.validatorRejectPublication(PublishedDocument publishedDocument, String comment)
          A validator (the current user) rejects the publication.
 void AbstractBasePublishedDocumentFactory.validatorRejectPublication(PublishedDocument publishedDocument, String comment)
           
 void AbstractBasePublicationTree.validatorRejectPublication(PublishedDocument publishedDocument, String comment)
           
 void RemotePublicationTreeManager.validatorRejectPublication(String sid, PublishedDocument publishedDocument, String comment)
          A validator (the current user) rejects the publication.
 

Uses of PublishedDocument in org.nuxeo.ecm.platform.publisher.impl.core
 

Classes in org.nuxeo.ecm.platform.publisher.impl.core that implement PublishedDocument
 class SimpleCorePublishedDocument
          Implementations of the PublishedDocument on top of the Core, using simple proxies.
 

Methods in org.nuxeo.ecm.platform.publisher.impl.core that return PublishedDocument
 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)
           
 PublishedDocument CoreProxyFactory.wrapDocumentModel(DocumentModel doc)
           
 PublishedDocument SectionPublicationTree.wrapToPublishedDocument(DocumentModel documentModel)
           
 

Methods in org.nuxeo.ecm.platform.publisher.impl.core that return types with arguments of type PublishedDocument
 List<PublishedDocument> VirtualCoreFolderPublicationNode.getChildrenDocuments()
           
 List<PublishedDocument> CoreFolderPublicationNode.getChildrenDocuments()
           
 List<PublishedDocument> SectionPublicationTree.getExistingPublishedDocument(DocumentLocation docLoc)
           
 

Methods in org.nuxeo.ecm.platform.publisher.impl.core with parameters of type PublishedDocument
 boolean SectionPublicationTree.canUnpublish(PublishedDocument publishedDocument)
           
 void SectionPublicationTree.unpublish(PublishedDocument publishedDocument)
           
 DocumentModel CoreProxyFactory.unwrapPublishedDocument(PublishedDocument pubDoc)
           
 

Uses of PublishedDocument in org.nuxeo.ecm.platform.publisher.impl.localfs
 

Classes in org.nuxeo.ecm.platform.publisher.impl.localfs that implement PublishedDocument
 class FSPublishedDocument
           
 

Methods in org.nuxeo.ecm.platform.publisher.impl.localfs that return PublishedDocument
 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)
           
 PublishedDocument FSPublishedDocumentFactory.wrapDocumentModel(DocumentModel doc)
           
 

Methods in org.nuxeo.ecm.platform.publisher.impl.localfs that return types with arguments of type PublishedDocument
 List<PublishedDocument> FSPublicationNode.getChildrenDocuments()
           
 List<PublishedDocument> LocalFSPublicationTree.getExistingPublishedDocument(DocumentLocation docLoc)
           
 

Methods in org.nuxeo.ecm.platform.publisher.impl.localfs with parameters of type PublishedDocument
 void LocalFSPublicationTree.unpublish(PublishedDocument pubDoc)
           
 

Uses of PublishedDocument in org.nuxeo.ecm.platform.publisher.impl.service
 

Methods in org.nuxeo.ecm.platform.publisher.impl.service that return PublishedDocument
 PublishedDocument PublisherServiceImpl.publish(DocumentModel doc, PublicationNode targetNode)
           
 PublishedDocument AbstractRemotableTree.publish(DocumentModel doc, PublicationNode targetNode)
           
 PublishedDocument PublisherServiceImpl.publish(DocumentModel doc, PublicationNode targetNode, Map<String,String> params)
           
 PublishedDocument AbstractRemotableTree.publish(DocumentModel doc, PublicationNode targetNode, Map<String,String> params)
           
 PublishedDocument AbstractRemotableTree.wrapToPublishedDocument(DocumentModel documentModel)
           
 PublishedDocument PublisherServiceImpl.wrapToPublishedDocument(String sid, DocumentModel documentModel)
           
 

Methods in org.nuxeo.ecm.platform.publisher.impl.service that return types with arguments of type PublishedDocument
 List<PublishedDocument> ProxyTree.getChildrenDocuments()
           
 List<PublishedDocument> AbstractRemotableNode.getChildrenDocuments()
           
 List<PublishedDocument> PublisherServiceImpl.getChildrenDocuments(PublicationNode node)
           
 List<PublishedDocument> AbstractRemotableTree.getExistingPublishedDocument(DocumentLocation docLoc)
           
 List<PublishedDocument> PublisherServiceImpl.getExistingPublishedDocument(String sid, DocumentLocation docLoc)
           
 List<PublishedDocument> PublisherServiceImpl.getPublishedDocumentInNode(PublicationNode node)
           
 List<PublishedDocument> AbstractRemotableTree.getPublishedDocumentInNode(PublicationNode node)
           
 

Methods in org.nuxeo.ecm.platform.publisher.impl.service with parameters of type PublishedDocument
 boolean AbstractRemotableTree.canManagePublishing(PublishedDocument publishedDocument)
           
 boolean PublisherServiceImpl.canManagePublishing(String sid, PublishedDocument publishedDocument)
           
 boolean AbstractRemotableTree.canUnpublish(PublishedDocument publishedDocument)
           
 boolean PublisherServiceImpl.canUnpublish(String sid, PublishedDocument publishedDocument)
           
 boolean AbstractRemotableTree.hasValidationTask(PublishedDocument publishedDocument)
           
 boolean PublisherServiceImpl.hasValidationTask(String sid, PublishedDocument publishedDocument)
           
 void AbstractRemotableTree.unpublish(PublishedDocument publishedDocument)
           
 void PublisherServiceImpl.unpublish(String sid, PublishedDocument publishedDocument)
           
 void AbstractRemotableTree.validatorPublishDocument(PublishedDocument publishedDocument, String comment)
           
 void PublisherServiceImpl.validatorPublishDocument(String sid, PublishedDocument publishedDocument, String comment)
           
 void AbstractRemotableTree.validatorRejectPublication(PublishedDocument publishedDocument, String comment)
           
 void PublisherServiceImpl.validatorRejectPublication(String sid, PublishedDocument publishedDocument, String comment)
           
 

Uses of PublishedDocument in org.nuxeo.ecm.platform.publisher.jbpm
 

Methods in org.nuxeo.ecm.platform.publisher.jbpm that return PublishedDocument
 PublishedDocument CoreProxyWithWorkflowFactory.publishDocument(DocumentModel doc, PublicationNode targetNode, Map<String,String> params)
           
 PublishedDocument CoreProxyWithWorkflowFactory.wrapDocumentModel(DocumentModel doc)
           
 

Methods in org.nuxeo.ecm.platform.publisher.jbpm with parameters of type PublishedDocument
 boolean CoreProxyWithWorkflowFactory.canManagePublishing(PublishedDocument publishedDocument)
           
 boolean CoreProxyWithWorkflowFactory.hasValidationTask(PublishedDocument publishedDocument)
           
 void CoreProxyWithWorkflowFactory.validatorPublishDocument(PublishedDocument publishedDocument, String comment)
           
 void CoreProxyWithWorkflowFactory.validatorRejectPublication(PublishedDocument publishedDocument, String comment)
           
 

Uses of PublishedDocument in org.nuxeo.ecm.platform.publisher.remoting.client
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.client that return PublishedDocument
 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)
           
 PublishedDocument ClientProxyFactory.wrapDocumentModel(DocumentModel doc)
           
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.client that return types with arguments of type PublishedDocument
 List<PublishedDocument> ClientRemotePublicationTree.getChildrenDocuments()
           
 List<PublishedDocument> ClientRemotePublicationTree.getExistingPublishedDocument(DocumentLocation docLoc)
           
 

Uses of PublishedDocument in org.nuxeo.ecm.platform.publisher.remoting.marshaling
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.marshaling that return PublishedDocument
 PublishedDocument DefaultPublishedDocumentMarshaler.unMarshalPublishedDocument(String data)
           
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.marshaling with parameters of type PublishedDocument
 String DefaultPublishedDocumentMarshaler.marshalPublishedDocument(PublishedDocument pubDoc)
           
 

Uses of PublishedDocument in org.nuxeo.ecm.platform.publisher.remoting.marshaling.basic
 

Classes in org.nuxeo.ecm.platform.publisher.remoting.marshaling.basic that implement PublishedDocument
 class BasicPublishedDocument
          Java implementation for the marshalled PublishedDocument.
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.marshaling.basic that return types with arguments of type PublishedDocument
 List<PublishedDocument> BasicPublicationNode.getChildrenDocuments()
           
 

Uses of PublishedDocument in org.nuxeo.ecm.platform.publisher.remoting.marshaling.interfaces
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.marshaling.interfaces that return PublishedDocument
 PublishedDocument PublishedDocumentMarshaler.unMarshalPublishedDocument(String data)
           
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.marshaling.interfaces with parameters of type PublishedDocument
 String PublishedDocumentMarshaler.marshalPublishedDocument(PublishedDocument pubDoc)
           
 

Uses of PublishedDocument in org.nuxeo.ecm.platform.publisher.remoting.restProxies
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.restProxies that return PublishedDocument
 PublishedDocument RemotePublicationTreeManagerRestProxy.publish(DocumentModel doc, PublicationNode targetNode)
           
 PublishedDocument RemotePublicationTreeManagerRestProxy.publish(DocumentModel doc, PublicationNode targetNode, Map<String,String> params)
           
 PublishedDocument RemotePublicationTreeManagerRestProxy.wrapToPublishedDocument(String sid, DocumentModel documentModel)
           
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.restProxies that return types with arguments of type PublishedDocument
 List<PublishedDocument> RemotePublicationTreeManagerRestProxy.getChildrenDocuments(PublicationNode node)
           
 List<PublishedDocument> RemotePublicationTreeManagerRestProxy.getExistingPublishedDocument(String sid, DocumentLocation docLoc)
           
 List<PublishedDocument> RemotePublicationTreeManagerRestProxy.getPublishedDocumentInNode(PublicationNode node)
           
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.restProxies with parameters of type PublishedDocument
 boolean RemotePublicationTreeManagerRestProxy.canManagePublishing(String sid, PublishedDocument publishedDocument)
           
 boolean RemotePublicationTreeManagerRestProxy.canUnpublish(String sid, PublishedDocument publishedDocument)
           
 boolean RemotePublicationTreeManagerRestProxy.hasValidationTask(String sid, PublishedDocument publishedDocument)
           
 void RemotePublicationTreeManagerRestProxy.unpublish(String sid, PublishedDocument publishedDocument)
           
 void RemotePublicationTreeManagerRestProxy.validatorPublishDocument(String sid, PublishedDocument publishedDocument, String comment)
           
 void RemotePublicationTreeManagerRestProxy.validatorRejectPublication(String sid, PublishedDocument publishedDocument, String comment)
           
 

Uses of PublishedDocument in org.nuxeo.ecm.platform.publisher.remoting.server
 

Classes in org.nuxeo.ecm.platform.publisher.remoting.server that implement PublishedDocument
 class ExternalCorePublishedDocument
          PublishedDocument implementation that uses a DocumentModel to store the result of a remote publication.
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.server that return PublishedDocument
 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)
           
 PublishedDocument SimpleExternalDocumentModelFactory.wrapDocumentModel(DocumentModel doc)
           
 PublishedDocument CoreTreeWithExternalDocs.wrapToPublishedDocument(DocumentModel documentModel)
           
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.server that return types with arguments of type PublishedDocument
 List<PublishedDocument> CoreTreeWithExternalDocs.getExistingPublishedDocument(DocumentLocation docLoc)
           
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.server with parameters of type PublishedDocument
 void CoreTreeWithExternalDocs.unpublish(PublishedDocument publishedDocument)
           
 

Uses of PublishedDocument in org.nuxeo.ecm.platform.publisher.synchonize.server
 

Methods in org.nuxeo.ecm.platform.publisher.synchonize.server that return PublishedDocument
 PublishedDocument AbstractSynchonizablePublicationTree.publish(DocumentModel doc, PublicationNode targetNode)
           
 PublishedDocument AbstractSynchonizablePublicationTree.publish(DocumentModel doc, PublicationNode targetNode, Map<String,String> params)
           
 

Methods in org.nuxeo.ecm.platform.publisher.synchonize.server that return types with arguments of type PublishedDocument
 List<PublishedDocument> AbstractSynchonizablePublicationTree.getChildrenDocuments()
           
 List<PublishedDocument> AbstractSynchonizablePublicationTree.getExistingPublishedDocument(DocumentLocation docLoc)
           
 List<PublishedDocument> AbstractSynchonizablePublicationTree.getPublishedDocumentInNode(PublicationNode node)
           
 List<PublishedDocument> ServerSynchronizablePublicationTree.listModifiedPublishedDocuments(long timeDelta)
           
 List<PublishedDocument> AbstractSynchonizablePublicationTree.listModifiedPublishedDocuments(long timeDelta)
           
 

Uses of PublishedDocument in org.nuxeo.ecm.platform.publisher.web
 

Fields in org.nuxeo.ecm.platform.publisher.web declared as PublishedDocument
 PublishedDocument PublishActionsBean.ApproverWithoutRestriction.doc
           
 

Methods in org.nuxeo.ecm.platform.publisher.web that return types with arguments of type PublishedDocument
 List<PublishedDocument> PublishActionsBean.getPublishedDocuments()
           
 List<PublishedDocument> PublishActionsBean.getPublishedDocumentsFor(String treeName)
           
 

Methods in org.nuxeo.ecm.platform.publisher.web with parameters of type PublishedDocument
 boolean PublishActionsBean.canUnpublish(PublishedDocument publishedDocument)
           
 boolean PublishActionsBean.isFileSystemPublishedDocument(PublishedDocument publishedDocument)
           
 boolean PublishActionsBean.isLocalPublishedDocument(PublishedDocument publishedDocument)
           
 boolean PublishActionsBean.isRemotePublishedDocument(PublishedDocument publishedDocument)
           
 String PublishActionsBean.unPublish(PublishedDocument publishedDocument)
           
 

Constructors in org.nuxeo.ecm.platform.publisher.web with parameters of type PublishedDocument
PublishActionsBean.ApproverWithoutRestriction(PublishedDocument doc, String comment, CoreSession session)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.