org.ow2.orchestra.facade.def.impl
Class ForeachActivityDefinitionImpl
java.lang.Object
org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
org.ow2.orchestra.facade.def.impl.BpelActivityWithSingleChildDefinitionImpl
org.ow2.orchestra.facade.def.impl.ForeachActivityDefinitionImpl
- All Implemented Interfaces:
- Serializable, ActivityDefinition, BpelActivityDefinition, BpelActivityWithSingleChildDefinition, DefinitionRecord, ForeachActivityDefinition, Record
public class ForeachActivityDefinitionImpl
- extends BpelActivityWithSingleChildDefinitionImpl
- implements ForeachActivityDefinition
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForeachActivityDefinitionImpl
public ForeachActivityDefinitionImpl(ForeachActivityDefinition record)
getType
public ActivityType getType()
- Description copied from interface:
ActivityDefinition
- Get the type of the activity definition. Types are defined in
ActivityType.class.
- Specified by:
getType
in interface ActivityDefinition
- Returns:
- the type of the activity (corresponding to ActivityType.class)
getFinalCounterExpression
public String getFinalCounterExpression()
- Specified by:
getFinalCounterExpression
in interface ForeachActivityDefinition
- Returns:
- the final counter expression
getFinalCounterExpressionLanguage
public String getFinalCounterExpressionLanguage()
- Specified by:
getFinalCounterExpressionLanguage
in interface ForeachActivityDefinition
- Returns:
- the final counter expression language
getStartCounterExpression
public String getStartCounterExpression()
- Specified by:
getStartCounterExpression
in interface ForeachActivityDefinition
- Returns:
- the start counter expression
getStartCounterExpressionLanguage
public String getStartCounterExpressionLanguage()
- Specified by:
getStartCounterExpressionLanguage
in interface ForeachActivityDefinition
- Returns:
- the start counter expression language
getCounterName
public String getCounterName()
- Specified by:
getCounterName
in interface ForeachActivityDefinition
- Returns:
- the counter name
isParallel
public boolean isParallel()
- Specified by:
isParallel
in interface ForeachActivityDefinition
- Returns:
- the parallel value
getCompletionConditionDefinition
public CompletionConditionDefinition getCompletionConditionDefinition()
- Specified by:
getCompletionConditionDefinition
in interface ForeachActivityDefinition
- Returns:
- the completion condition definition
Copyright © 2011 OW2 Consortium. All Rights Reserved.