org.ow2.orchestra.facade.def.impl
Class ForeachActivityDefinitionImpl

java.lang.Object
  extended by org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
      extended by org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
          extended by org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
              extended by org.ow2.orchestra.facade.def.impl.BpelActivityWithSingleChildDefinitionImpl
                  extended by org.ow2.orchestra.facade.def.impl.ForeachActivityDefinitionImpl
All Implemented Interfaces:
java.io.Serializable, ActivityDefinition, BpelActivityDefinition, BpelActivityWithSingleChildDefinition, DefinitionRecord, ForeachActivityDefinition, Record

public class ForeachActivityDefinitionImpl
extends BpelActivityWithSingleChildDefinitionImpl
implements ForeachActivityDefinition

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.BpelActivityWithSingleChildDefinitionImpl
enclosedActivityUUID
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
sourceList, suppressJoinFailure, targetList, targetsJoinConditionBooleanExpression, targetsJoinConditionExpressionLanguage
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
uuid
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
name, processDefinitionUUID
 
Constructor Summary
ForeachActivityDefinitionImpl(ForeachActivityDefinition record)
           
 
Method Summary
 CompletionConditionDefinition getCompletionConditionDefinition()
           
 java.lang.String getCounterName()
           
 java.lang.String getFinalCounterExpression()
           
 java.lang.String getFinalCounterExpressionLanguage()
           
 java.lang.String getStartCounterExpression()
           
 java.lang.String getStartCounterExpressionLanguage()
           
 ActivityType getType()
          Get the type of the activity definition.
 boolean isParallel()
           
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.BpelActivityWithSingleChildDefinitionImpl
getEnclosedActivityUUID
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
getSourceList, getTargetList, getTargetsJoinConditionBooleanExpression, getTargetsJoinConditionExpressionLanguage, isSuppressJoinFailure
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
getUUID
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
getName, getProcessDefinitionUUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Constructor Detail

ForeachActivityDefinitionImpl

public ForeachActivityDefinitionImpl(ForeachActivityDefinition record)
Method Detail

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 java.lang.String getFinalCounterExpression()
Specified by:
getFinalCounterExpression in interface ForeachActivityDefinition
Returns:
the final counter expression

getFinalCounterExpressionLanguage

public java.lang.String getFinalCounterExpressionLanguage()
Specified by:
getFinalCounterExpressionLanguage in interface ForeachActivityDefinition
Returns:
the final counter expression language

getStartCounterExpression

public java.lang.String getStartCounterExpression()
Specified by:
getStartCounterExpression in interface ForeachActivityDefinition
Returns:
the start counter expression

getStartCounterExpressionLanguage

public java.lang.String getStartCounterExpressionLanguage()
Specified by:
getStartCounterExpressionLanguage in interface ForeachActivityDefinition
Returns:
the start counter expression language

getCounterName

public java.lang.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 © 2009 OW2 Consortium. All Rights Reserved.