org.ow2.orchestra.facade.def
Interface BpelActivityDefinition

All Superinterfaces:
ActivityDefinition, DefinitionRecord, Record, java.io.Serializable
All Known Subinterfaces:
AssignActivityDefinition, BpelActivityWithChildrenDefinition, BpelActivityWithSingleChildDefinition, CompensateActivityDefinition, CompensateScopeActivityDefinition, EmptyActivityDefinition, ExitActivityDefinition, FlowActivityDefinition, ForeachActivityDefinition, IfActivityDefinition, InvokeActivityDefinition, PickActivityDefinition, ProcessDefinition, ReceiveActivityDefinition, RepeatUntilActivityDefinition, ReplyActivityDefinition, RethrowActivityDefinition, ScopeActivityDefinition, SequenceActivityDefinition, ThrowActivityDefinition, WaitActivityDefinition, WhileActivityDefinition
All Known Implementing Classes:
AssignActivityDefinitionImpl, BpelActivityDefinitionImpl, BpelActivityWithChildrenDefinitionImpl, BpelActivityWithSingleChildDefinitionImpl, CompensateActivityDefinitionImpl, CompensateScopeActivityDefinitionImpl, EmptyActivityDefinitionImpl, ExitActivityDefinitionImpl, FlowActivityDefinitionImpl, ForeachActivityDefinitionImpl, IfActivityDefinitionImpl, InvokeDefinitionImpl, PickActivityDefinitionImpl, ProcessDefinitionImpl, ReceiveActivityDefinitionImpl, RepeatUntilActivityDefinitionImpl, ReplyActivityDefinitionImpl, RethrowActivityDefinitionImpl, ScopeActivityDefinitionImpl, SequenceActivityDefinitionImpl, ThrowActivityDefinitionImpl, UnknownActivityDefinitionImpl, WaitActivityDefinitionImpl, WhileActivityDefinitionImpl

public interface BpelActivityDefinition
extends ActivityDefinition

Author:
Gael Lalire

Method Summary
 java.util.List<? extends Source> getSourceList()
           
 java.util.List<? extends Target> getTargetList()
           
 java.lang.String getTargetsJoinConditionBooleanExpression()
          If this string is null there is no join condition
 java.lang.String getTargetsJoinConditionExpressionLanguage()
           
 boolean 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

isSuppressJoinFailure

boolean isSuppressJoinFailure()
Returns:
the value of the suppresionJoinFailure attribute

getTargetsJoinConditionExpressionLanguage

java.lang.String getTargetsJoinConditionExpressionLanguage()
Returns:
expression language of targets join condition

getTargetsJoinConditionBooleanExpression

java.lang.String getTargetsJoinConditionBooleanExpression()
If this string is null there is no join condition

Returns:

getTargetList

java.util.List<? extends Target> getTargetList()
Returns:
the list of targets

getSourceList

java.util.List<? extends Source> getSourceList()
Returns:
the list of sources


Copyright © 2009 OW2 Consortium. All Rights Reserved.