Nuxeo Enterprise Platform 5.4

org.nuxeo.dam.importer.jaxrs
Class HttpDamImporterExecutor

java.lang.Object
  extended by org.nuxeo.ecm.platform.importer.executor.AbstractImporterExecutor
      extended by org.nuxeo.ecm.platform.importer.executor.jaxrs.AbstractJaxRSImporterExecutor
          extended by org.nuxeo.dam.importer.jaxrs.HttpDamImporterExecutor

public class HttpDamImporterExecutor
extends org.nuxeo.ecm.platform.importer.executor.jaxrs.AbstractJaxRSImporterExecutor

Author:
Thomas Roger

Field Summary
static String TARGET_PATH
           
 
Constructor Summary
HttpDamImporterExecutor()
           
 
Method Summary
 String run(String inputPath, String importFolderTitle, String importFolderPath, String importSetTitle, Integer batchSize, Integer nbThreads, Boolean interactive)
           
 
Methods inherited from class org.nuxeo.ecm.platform.importer.executor.jaxrs.AbstractJaxRSImporterExecutor
disableLogging, enableLogging, getLogAsString, getStatus, isRunning, kill
 
Methods inherited from class org.nuxeo.ecm.platform.importer.executor.AbstractImporterExecutor
getFactory, getThreadPolicy, setFactory, setThreadPolicy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TARGET_PATH

public static final String TARGET_PATH
See Also:
Constant Field Values
Constructor Detail

HttpDamImporterExecutor

public HttpDamImporterExecutor()
Method Detail

run

public String run(String inputPath,
                  String importFolderTitle,
                  String importFolderPath,
                  String importSetTitle,
                  Integer batchSize,
                  Integer nbThreads,
                  Boolean interactive)
           throws Exception
Throws:
Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.