Nuxeo Enterprise Platform 5.4

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()
           
 java.util.Map<DocumentLocation,DocumentLocation> getTranslationMap()
           
 void setSaveInterval(int saveInterval)
           
 
Methods inherited from class org.nuxeo.ecm.core.io.impl.AbstractDocumentWriter
write, write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTranslationMap

public java.util.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.