Class CsvImportRequestInitializer
java.lang.Object
com.illumon.iris.controller.handle.CorePlusQueryInitializer
com.illumon.iris.controller.handle.CorePlusRunAndDoneInitializer
com.illumon.iris.controller.handle.CorePlusRunAndDoneSimpleScriptInitializer
com.illumon.iris.controller.handle.CsvImportRequestInitializer
- All Implemented Interfaces:
CorePlusInitializer
Initializer for a CSV import PQ.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aCorePlusRunAndDoneSimpleScriptInitializerwith the simple script of `ExecuteCsvImportJob.execute()`, which exists within the DhcInDhe (Core+) project -
Method Summary
Methods inherited from class com.illumon.iris.controller.handle.CorePlusRunAndDoneSimpleScriptInitializer
getLanguage, getScriptCodeMethods inherited from class com.illumon.iris.controller.handle.CorePlusRunAndDoneInitializer
initializeMethods inherited from class com.illumon.iris.controller.handle.CorePlusQueryInitializer
doBeforeInitializeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.illumon.iris.controller.handle.CorePlusInitializer
hasNotebookClassLoader
-
Constructor Details
-
CsvImportRequestInitializer
public CsvImportRequestInitializer()Constructs aCorePlusRunAndDoneSimpleScriptInitializerwith the simple script of `ExecuteCsvImportJob.execute()`, which exists within the DhcInDhe (Core+) project
-