org.ow2.orchestra.facade.def
Interface IfActivityDefinition

All Superinterfaces:
ActivityDefinition, ActivityWithSingleChildDefinition, DefinitionRecord, Record, java.io.Serializable

public interface IfActivityDefinition
extends ActivityWithSingleChildDefinition


Method Summary
 ElseDefinition getElseDefinition()
           
 java.util.List<? extends ElseIfDefinition> getElseIfDefinitionList()
           
 java.lang.String getExpression()
           
 java.lang.String getExpressionLanguage()
           
 
Methods inherited from interface org.ow2.orchestra.facade.def.ActivityWithSingleChildDefinition
getEnclosedActivityUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.ActivityDefinition
getSourceList, getTargetList, getTargetsJoinConditionBooleanExpression, getTargetsJoinConditionExpressionLanguage, getType, getUUID, isSuppressJoinFailure
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Method Detail

getExpressionLanguage

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

getExpression

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

getElseIfDefinitionList

java.util.List<? extends ElseIfDefinition> getElseIfDefinitionList()
Returns:
the list of elseIfDefinition

getElseDefinition

ElseDefinition getElseDefinition()
Returns:
the else definition


Copyright © 2009 OW2 Consortium. All Rights Reserved.