org.ow2.orchestra.facade.def
Interface WhileActivityDefinition

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

public interface WhileActivityDefinition
extends BpelActivityWithSingleChildDefinition

Author:
Gael Lalire

Method Summary
 String getConditionBooleanExpression()
           
 String getConditionExpressionLanguage()
           
 
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

getConditionExpressionLanguage

String getConditionExpressionLanguage()
Returns:
the expression language

getConditionBooleanExpression

String getConditionBooleanExpression()
Returns:
the expression


Copyright © 2011 OW2 Consortium. All Rights Reserved.