Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.publisher.impl.localfs
Class FSPublishedDocumentFactory

java.lang.Object
  extended by org.nuxeo.ecm.platform.publisher.api.AbstractBasePublishedDocumentFactory
      extended by org.nuxeo.ecm.platform.publisher.impl.localfs.FSPublishedDocumentFactory
All Implemented Interfaces:
PublishedDocumentFactory

public class FSPublishedDocumentFactory
extends AbstractBasePublishedDocumentFactory
implements PublishedDocumentFactory


Field Summary
 
Fields inherited from class org.nuxeo.ecm.platform.publisher.api.AbstractBasePublishedDocumentFactory
ENABLE_SNAPSHOT, TARGET_PUBLISHED_DOCUMENT_STATE
 
Constructor Summary
FSPublishedDocumentFactory()
           
 
Method Summary
 PublishedDocument publishDocument(DocumentModel doc, PublicationNode targetNode, Map<String,String> params)
           
 PublishedDocument wrapDocumentModel(DocumentModel doc)
           
 
Methods inherited from class org.nuxeo.ecm.platform.publisher.api.AbstractBasePublishedDocumentFactory
canManagePublishing, getName, getValidatorsFor, getValidatorsRule, hasValidationTask, init, init, publishDocument, snapshotDocumentBeforePublish, validatorPublishDocument, validatorRejectPublication
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.ecm.platform.publisher.api.PublishedDocumentFactory
canManagePublishing, getName, getValidatorsFor, getValidatorsRule, hasValidationTask, init, init, publishDocument, snapshotDocumentBeforePublish, validatorPublishDocument, validatorRejectPublication
 

Constructor Detail

FSPublishedDocumentFactory

public FSPublishedDocumentFactory()
Method Detail

publishDocument

public PublishedDocument publishDocument(DocumentModel doc,
                                         PublicationNode targetNode,
                                         Map<String,String> params)
                                  throws ClientException
Specified by:
publishDocument in interface PublishedDocumentFactory
Throws:
ClientException

wrapDocumentModel

public PublishedDocument wrapDocumentModel(DocumentModel doc)
                                    throws ClientException
Specified by:
wrapDocumentModel in interface PublishedDocumentFactory
Throws:
ClientException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.