public class ProcessSequence extends ProcessElement
ProcessElement
s involved in a Process
. A ProcessSequence
is used to reduce the number of explicit
ProcessElement.ID
s that need to be assigned, by creating
an implicit next element - the next in the sequence. A sequence cannot be executed outside of a Process and has no state.
config, configOnly, factoryCreated, factoryProperties, id, scClassName
Constructor and Description |
---|
ProcessSequence() |
ProcessSequence(com.google.gwt.core.client.JavaScriptObject jsObj) |
ProcessSequence(ProcessElement... elements) |
ProcessSequence(java.lang.String ID) |
ProcessSequence(java.lang.String id,
ProcessElement... elements) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
create() |
ProcessElement[] |
getElements()
The
ProcessElement s in this sequence. |
static ProcessSequence |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
ProcessSequence |
setElements(ProcessElement... elements)
The
ProcessElement s in this sequence. |
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, updateLastElementInValues
addDynamicProperty, 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 ProcessSequence()
public ProcessSequence(com.google.gwt.core.client.JavaScriptObject jsObj)
public ProcessSequence(java.lang.String ID)
public ProcessSequence(ProcessElement... elements)
public ProcessSequence(java.lang.String id, ProcessElement... elements)
public static ProcessSequence getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public com.google.gwt.core.client.JavaScriptObject create()
create
in class ProcessElement
public ProcessSequence setElements(ProcessElement... elements) throws java.lang.IllegalStateException
ProcessElement
s in this sequence.elements
- New elements value. Default value is nullProcessSequence
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic ProcessElement[] getElements()
ProcessElement
s in this sequence.