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

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.RepeatUntilActivityDefinitionImpl
All Implemented Interfaces:
Serializable, ActivityDefinition, BpelActivityDefinition, BpelActivityWithSingleChildDefinition, DefinitionRecord, RepeatUntilActivityDefinition, Record

public class RepeatUntilActivityDefinitionImpl
extends BpelActivityWithSingleChildDefinitionImpl
implements RepeatUntilActivityDefinition

Author:
Gael Lalire
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
documentation, uuid
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
name, processDefinitionUUID
 
Constructor Summary
RepeatUntilActivityDefinitionImpl(RepeatUntilActivityDefinition repeatUntilActivityDefinition)
           
 
Method Summary
 RepeatUntilActivityDefinition copy()
           
 String getConditionBooleanExpression()
           
 String getConditionExpressionLanguage()
           
 ActivityType getType()
          Get the type of the activity definition.
 void setConditionBooleanExpression(String conditionBooleanExpression)
           
 void setConditionExpressionLanguage(String conditionExpressionLanguage)
           
 
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
getDocumentation, 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
getDocumentation, getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Constructor Detail

RepeatUntilActivityDefinitionImpl

public RepeatUntilActivityDefinitionImpl(RepeatUntilActivityDefinition repeatUntilActivityDefinition)
Method Detail

copy

public RepeatUntilActivityDefinition copy()

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)

getConditionExpressionLanguage

public String getConditionExpressionLanguage()
Specified by:
getConditionExpressionLanguage in interface RepeatUntilActivityDefinition
Returns:
the conditionExpressionLanguage

setConditionExpressionLanguage

public void setConditionExpressionLanguage(String conditionExpressionLanguage)
Parameters:
conditionExpressionLanguage - the conditionExpressionLanguage to set

getConditionBooleanExpression

public String getConditionBooleanExpression()
Specified by:
getConditionBooleanExpression in interface RepeatUntilActivityDefinition
Returns:
the conditionBooleanExpression

setConditionBooleanExpression

public void setConditionBooleanExpression(String conditionBooleanExpression)
Parameters:
conditionBooleanExpression - the conditionBooleanExpression to set


Copyright © 2011 OW2 Consortium. All Rights Reserved.