Class DocumentModelInjector

All Implemented Interfaces:
DocumentWriter

public class DocumentModelInjector extends AbstractDocumentModelWriter
Author:
Bogdan Stefanescu
  • Constructor Details

    • DocumentModelInjector

      public DocumentModelInjector(CoreSession session, String parentPath)
      Parameters:
      session - the session to the repository where to write
      parentPath - where to write the tree. this document will be used as the parent of all top level documents passed as input. Note that you may have
    • DocumentModelInjector

      public DocumentModelInjector(CoreSession session, String parentPath, int saveInterval)
  • Method Details