org.ow2.orchestra.facade.def
Interface ForeachActivityDefinition

All Superinterfaces:
ActivityDefinition, BpelActivityDefinition, BpelActivityWithSingleChildDefinition, DefinitionRecord, Record, Serializable
All Known Implementing Classes:
ForeachActivityDefinitionImpl

public interface ForeachActivityDefinition
extends BpelActivityWithSingleChildDefinition


Method Summary
 CompletionConditionDefinition getCompletionConditionDefinition()
           
 String getCounterName()
           
 String getFinalCounterExpression()
           
 String getFinalCounterExpressionLanguage()
           
 String getStartCounterExpression()
           
 String getStartCounterExpressionLanguage()
           
 boolean isParallel()
           
 
Methods inherited from interface org.ow2.orchestra.facade.def.BpelActivityWithSingleChildDefinition
getEnclosedActivityUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.BpelActivityDefinition
getSourceList, getTargetList, getTargetsJoinConditionBooleanExpression, getTargetsJoinConditionExpressionLanguage, isSuppressJoinFailure
 
Methods inherited from interface org.ow2.orchestra.facade.def.ActivityDefinition
getDocumentation, getType, getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Method Detail

getCounterName

String getCounterName()
Returns:
the counter name

isParallel

boolean isParallel()
Returns:
the parallel value

getStartCounterExpression

String getStartCounterExpression()
Returns:
the start counter expression

getStartCounterExpressionLanguage

String getStartCounterExpressionLanguage()
Returns:
the start counter expression language

getFinalCounterExpression

String getFinalCounterExpression()
Returns:
the final counter expression

getFinalCounterExpressionLanguage

String getFinalCounterExpressionLanguage()
Returns:
the final counter expression language

getCompletionConditionDefinition

CompletionConditionDefinition getCompletionConditionDefinition()
Returns:
the completion condition definition


Copyright © 2011 OW2 Consortium. All Rights Reserved.