public class StartProcessTask extends ScriptTask
Process
inside the current one. A process cannot be
embedded within another process as a normal task element. Instead, a StartProcessTask is used to provide the input
state, execute the inner process, then write the output back into the calling process state.config, configOnly, factoryCreated, factoryProperties, id, scClassName
Constructor and Description |
---|
StartProcessTask() |
StartProcessTask(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
create() |
static StartProcessTask |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
Process |
getProcess()
The
Process to be run by this task. |
StartProcessTask |
setProcess(Process process)
The
Process to be run by this task. |
execute, getInputData, getInputRecord, getIsAsync, getPassThruOutput, onInit_ScriptTask, onInit, setIsAsync, setOutputData, setOutputRecord, setPassThruOutput
getInputField, getInputFieldList, getOutputExpression, getOutputField, getOutputFieldList, setInputField, setInputFieldList, setOutputExpression, setOutputField, setOutputFieldList
convertToJavaScriptArray, getClassDescription, getDescription, getEditorType, getElementDescription, getID, getJsObj, getNextElement, getOrCreateJsObj, getProcessElements, getTitle, isCreated, setAttribute, setClassDescription, setDescription, setEditorType, setID, setJavaScriptObject, setNextElement, setTitle
addDynamicProperty, addDynamicProperty, addDynamicProperty, applyFactoryProperties, asSGWTComponent, clearDynamicProperty, createJsObj, destroy, doAddHandler, doInit, error, error, errorIfNotCreated, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsJavaScriptObject, getAttributeAsMap, getAttributeAsString, getAttributeAsStringArray, getClassName, getConfig, getHandlerCount, getRef, getRuleScope, getScClassName, getTestInstance, hasAutoAssignedID, hasDynamicProperty, internalSetID, internalSetID, isConfigOnly, isFactoryCreated, onBind, registerID, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setConfig, setConfigOnly, setFactoryCreated, setProperty, setProperty, setProperty, setProperty, setRuleScope, setScClassName
public StartProcessTask()
public StartProcessTask(com.google.gwt.core.client.JavaScriptObject jsObj)
public static StartProcessTask getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public com.google.gwt.core.client.JavaScriptObject create()
create
in class ScriptTask
public StartProcessTask setProcess(Process process) throws java.lang.IllegalStateException
Process
to be run by this task. Input state is created from inputFieldList
and container process state is updated from the
inner process state using outputFieldList
.process
- New process value. Default value is nullStartProcessTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic Process getProcess()
Process
to be run by this task. Input state is created from inputFieldList
and container process state is updated from the
inner process state using outputFieldList
.getProcess
in class ScriptTask