public class Task extends ProcessElement
Process and for all Task types that can be involved in a Process, such as a ServiceTask.config, configOnly, factoryCreated, factoryProperties, id, scClassName| Constructor and Description |
|---|
Task() |
Task(com.google.gwt.core.client.JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.core.client.JavaScriptObject | create() |
java.lang.String | getInputField() Field in the process state which is provided as input data to this task. |
java.lang.String[] | getInputFieldList() List of multiple fields from the process state which are provided as input data to this task. |
static Task | getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.String | getOutputExpression() Special expression to write task output directly into a DataBoundComponent. |
java.lang.String | getOutputField() Field in the process state where this task writes outputs. |
java.lang.String[] | getOutputFieldList() List of multiple fields in the process state where this task will write outputs. |
Task | setInputField(java.lang.String inputField) Field in the process state which is provided as input data to this task. |
Task | setInputFieldList(java.lang.String... inputFieldList) List of multiple fields from the process state which are provided as input data to this task. |
Task | setOutputExpression(java.lang.String outputExpression) Special expression to write task output directly into a DataBoundComponent. |
Task | setOutputField(java.lang.String outputField) Field in the process state where this task writes outputs. |
Task | setOutputFieldList(java.lang.String... outputFieldList) List of multiple fields in the process state where this task will write outputs. |
completeElement, convertToJavaScriptArray, executeElement, getBindOutput, getClassDescription, getComponentReferences, getDescription, getDynamicValue, getEditorType, getElementDescription, getForceSingle, getID, getInvalidTaskMessage, getJsObj, getMockMode, getNextElement, getOrCreateJsObj, getPassThruOutput, getProcessElements, getSupportsMultipleInputRecords, getTextFormulaValue, getTypeTitle, getUndefinedComponentMessage, getUnresolvedComponentMessage, getWaitDuration, getWaitFor, getWaitLocator, isCreated, isValid, objectReferencesLastTaskOutput, onInit, reset, setAttribute, setBindOutput, setClassDescription, setDescription, setEditorType, setForceSingle, setID, setJavaScriptObject, setMockMode, setNextElement, setPassThruOutput, setSupportsMultipleInputRecords, setTypeTitle, setUndefinedComponentMessage, setUnresolvedComponentMessage, setWaitDuration, setWaitFor, setWaitLocator, updateGlobalIDInCriteria, updateGlobalIDInTextFormula, updateGlobalIDInValueProperty, updateGlobalIDInValues, updateGlobalIDReferences, updateLastElementBindingReferences, updateLastElementInCriteria, updateLastElementInValueProperty, updateLastElementInValuesaddDynamicProperty, 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, setScClassNamepublic Task()
public Task(com.google.gwt.core.client.JavaScriptObject jsObj)
public static Task getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public com.google.gwt.core.client.JavaScriptObject create()
create in class ProcessElementpublic Task setInputField(java.lang.String inputField) throws java.lang.IllegalStateException
process state which is provided as input data to this task. See TaskIO.inputField - New inputField value. Default value is nullTask instance, for chaining setter callsjava.lang.IllegalStateException - this property cannot be changed after the underlying component has been createdTask Input / Outputpublic java.lang.String getInputField()
process state which is provided as input data to this task. See TaskIO.Task Input / Outputpublic Task setInputFieldList(java.lang.String... inputFieldList) throws java.lang.IllegalStateException
process state which are provided as input data to this task. See TaskIO. If inputField is also specified, it will be implicitly added to the inputFieldList if it is not already present.
inputFieldList - New inputFieldList value. Default value is nullTask instance, for chaining setter callsjava.lang.IllegalStateException - this property cannot be changed after the underlying component has been createdTask Input / Outputpublic java.lang.String[] getInputFieldList()
process state which are provided as input data to this task. See TaskIO. If inputField is also specified, it will be implicitly added to the inputFieldList if it is not already present.
Task Input / Outputpublic Task setOutputExpression(java.lang.String outputExpression) throws java.lang.IllegalStateException
DataBoundComponent. See TaskIO.outputExpression - New outputExpression value. Default value is nullTask instance, for chaining setter callsjava.lang.IllegalStateException - this property cannot be changed after the underlying component has been createdTask Input / Outputpublic java.lang.String getOutputExpression()
DataBoundComponent. See TaskIO.Task Input / Outputpublic Task setOutputField(java.lang.String outputField) throws java.lang.IllegalStateException
process state where this task writes outputs. See TaskIO.outputField - New outputField value. Default value is nullTask instance, for chaining setter callsjava.lang.IllegalStateException - this property cannot be changed after the underlying component has been createdTask Input / Outputpublic java.lang.String getOutputField()
process state where this task writes outputs. See TaskIO.Task Input / Outputpublic Task setOutputFieldList(java.lang.String... outputFieldList) throws java.lang.IllegalStateException
process state where this task will write outputs. See TaskIO. If outputField is also specified, it will be implicitly added to the outputFieldList if it is not already present.
outputFieldList - New outputFieldList value. Default value is nullTask instance, for chaining setter callsjava.lang.IllegalStateException - this property cannot be changed after the underlying component has been createdTask Input / Outputpublic java.lang.String[] getOutputFieldList()
process state where this task will write outputs. See TaskIO. If outputField is also specified, it will be implicitly added to the outputFieldList if it is not already present.
Task Input / Output