org.ow2.orchestra.facade.def
Interface RepeatUntilActivityDefinition

All Superinterfaces:
ActivityDefinition, BpelActivityDefinition, BpelActivityWithSingleChildDefinition, DefinitionRecord, Record, java.io.Serializable
All Known Implementing Classes:
RepeatUntilActivityDefinitionImpl

public interface RepeatUntilActivityDefinition
extends BpelActivityWithSingleChildDefinition

Author:
Gael Lalire

Method Summary
 java.lang.String getConditionBooleanExpression()
           
 java.lang.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
getType, getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Method Detail

getConditionExpressionLanguage

java.lang.String getConditionExpressionLanguage()
Returns:
the expression language

getConditionBooleanExpression

java.lang.String getConditionBooleanExpression()
Returns:
the expression


Copyright © 2009 OW2 Consortium. All Rights Reserved.