Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.io.impl
Class AbstractDocumentModelWriter

java.lang.Object
  extended by org.nuxeo.ecm.core.io.impl.AbstractDocumentWriter
      extended by org.nuxeo.ecm.core.io.impl.AbstractDocumentModelWriter
All Implemented Interfaces:
DocumentWriter
Direct Known Subclasses:
DocumentModelInjector, DocumentModelUpdater, DocumentModelWriter, SingleShadowDocumentWriter

public abstract class AbstractDocumentModelWriter
extends AbstractDocumentWriter

Author:
Bogdan Stefanescu

Method Summary
 void close()
          Closes the writer.
 int getSaveInterval()
           
 Map<DocumentLocation,DocumentLocation> getTranslationMap()
           
 void setSaveInterval(int saveInterval)
           
 
Methods inherited from class org.nuxeo.ecm.core.io.impl.AbstractDocumentWriter
createCompactFormat, createPrettyPrint, write, write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTranslationMap

public Map<DocumentLocation,DocumentLocation> getTranslationMap()

close

public void close()
Description copied from interface: DocumentWriter
Closes the writer.


getSaveInterval

public int getSaveInterval()

setSaveInterval

public void setSaveInterval(int saveInterval)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.