org.ow2.orchestra.facade.def.impl
Class WhileActivityDefinitionImpl
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.WhileActivityDefinitionImpl
- All Implemented Interfaces:
- java.io.Serializable, ActivityDefinition, BpelActivityDefinition, BpelActivityWithSingleChildDefinition, DefinitionRecord, WhileActivityDefinition, Record
public class WhileActivityDefinitionImpl
- extends BpelActivityWithSingleChildDefinitionImpl
- implements WhileActivityDefinition
- Author:
- Gael Lalire
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WhileActivityDefinitionImpl
public WhileActivityDefinitionImpl(WhileActivityDefinition whileActivityDefinition)
copy
public WhileActivityDefinition 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 java.lang.String getConditionExpressionLanguage()
- Specified by:
getConditionExpressionLanguage
in interface WhileActivityDefinition
- Returns:
- the conditionExpressionLanguage
setConditionExpressionLanguage
public void setConditionExpressionLanguage(java.lang.String conditionExpressionLanguage)
- Parameters:
conditionExpressionLanguage
- the conditionExpressionLanguage to set
getConditionBooleanExpression
public java.lang.String getConditionBooleanExpression()
- Specified by:
getConditionBooleanExpression
in interface WhileActivityDefinition
- Returns:
- the conditionBooleanExpression
setConditionBooleanExpression
public void setConditionBooleanExpression(java.lang.String conditionBooleanExpression)
- Parameters:
conditionBooleanExpression
- the conditionBooleanExpression to set
Copyright © 2009 OW2 Consortium. All Rights Reserved.