org.ow2.orchestra.facade.def
Interface BpelActivityDefinition

All Superinterfaces:
ActivityDefinition, DefinitionRecord, Record, 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
 List<? extends Source> getSourceList()
           
 List<? extends Target> getTargetList()
           
 String getTargetsJoinConditionBooleanExpression()
          If this string is null there is no join condition
 String getTargetsJoinConditionExpressionLanguage()
           
 boolean 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

isSuppressJoinFailure

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

getTargetsJoinConditionExpressionLanguage

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

getTargetsJoinConditionBooleanExpression

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

Returns:

getTargetList

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

getSourceList

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


Copyright © 2011 OW2 Consortium. All Rights Reserved.