org.sbpm.sbpel
Interface ForEach
- All Superinterfaces:
- Activity, StandardAttributes, StructuredActivity
public interface ForEach
- extends StructuredActivity, StandardAttributes
| Methods inherited from interface org.sbpm.sbpel.StandardAttributes |
addIsSource, addIsTarget, getDoesSuppressJoinFailure, getJoinCondition, getName, listIsSources, listIsTargets, removeIsSource, removeIsTarget, setDoesSuppressJoinFailure, setJoinCondition, setName |
getCounterName
Variable getCounterName()
setCounterName
void setCounterName(Variable value)
getIsParallel
boolean getIsParallel()
setIsParallel
void setIsParallel(boolean value)
getStartCounterValue
CounterValue getStartCounterValue()
setStartCounterValue
void setStartCounterValue(CounterValue value)
getFinalCounterValue
CounterValue getFinalCounterValue()
setFinalCounterValue
void setFinalCounterValue(CounterValue value)
getCompletionCondition
CompletionCondition getCompletionCondition()
setCompletionCondition
void setCompletionCondition(CompletionCondition value)
getScope
Scope getScope()
setScope
void setScope(Scope value)
Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.