public class ForEachActivity extends CompositeActivity
<forEach> activity.JoinFailureSuppressor.SuppressJoinFailure__suppressJoinFailureATTR_LINENO| Constructor and Description |
|---|
ForEachActivity(org.w3c.dom.Element el) |
| Modifier and Type | Method and Description |
|---|---|
ScopeActivity |
getChild()
Gets the scope activity that we will iterate on.
|
CompletionCondition |
getCompletionCondition()
Gets a completion condition defining how many child scope completions can
occur before the forEach completes.
|
java.lang.String |
getCounterName()
Gets the counter variable name used for iteration.
|
Expression |
getFinalCounter()
Sets the expression that will be used as a termination value for the
forEach iterations.
|
Expression |
getStartCounter()
\
Gets the expression that will be used as a start value for the iteration
counter.
|
boolean |
isParallel()
Returns whether this forEach executes iterations on nested scopes
parrallely or sequentially
|
getActivitiesgetJoinCondition, getLinkSources, getLinkTargets, getNamegetSuppressJoinFailurecreateBpelObject, getAttribute, getAttribute, getAttribute, getAttribute, getChildren, getChildren, getChildren, getColumnNo, getElement, getExtensibilityElement, getExtensibilityElements, getFirstChild, getFirstChild, getFirstExtensibilityElementElement, getLineNo, getNamespaceContext, getPath, getTextValue, getType, getURI, is11, is20Draft, isAttributeSet, rewriteTargetNS, setURI, toStringpublic java.lang.String getCounterName()
public boolean isParallel()
public Expression getStartCounter()
public Expression getFinalCounter()
public CompletionCondition getCompletionCondition()
public ScopeActivity getChild()