Class WorkspaceSnapshotRequestInitializer
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.WorkspaceSnapshotRequestInitializer
- All Implemented Interfaces:
CorePlusInitializer
Sets the remote simple script method to `new ExecuteWorkspaceSnapshotJob().execute()`
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aCorePlusRunAndDoneSimpleScriptInitializerwith the simple script of `new ExecuteWorkspaceSnapshotJob().execute()`, which exists within the DhcInDhe (Core+) project -
Method Summary
Modifier and TypeMethodDescriptionbooleanTrue if this PQ instance should enable the notebook class loader.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
doBeforeInitialize
-
Constructor Details
-
WorkspaceSnapshotRequestInitializer
public WorkspaceSnapshotRequestInitializer()Constructs aCorePlusRunAndDoneSimpleScriptInitializerwith the simple script of `new ExecuteWorkspaceSnapshotJob().execute()`, which exists within the DhcInDhe (Core+) project
-
-
Method Details
-
hasNotebookClassLoader
public boolean hasNotebookClassLoader()Description copied from interface:CorePlusInitializerTrue if this PQ instance should enable the notebook class loader.- Returns:
- true if this PQ instance should enable the notebook class loader.
-