org.ow2.orchestra.facade.def
Interface ActivityDefinition

All Superinterfaces:
DefinitionRecord, Record, java.io.Serializable
All Known Subinterfaces:
ActivityWithChildrenDefinition, ActivityWithSingleChildDefinition, AssignActivityDefinition, EmptyActivityDefinition, FlowActivityDefinition, ForeachActivityDefinition, IfActivityDefinition, InvokeActivityDefinition, PickActivityDefinition, ProcessDefinition, ReceiveActivityDefinition, RepeatUntilActivityDefinition, ReplyActivityDefinition, ScopeActivityDefinition, SequenceActivityDefinition, WaitActivityDefinition, WhileActivityDefinition

public interface ActivityDefinition
extends DefinitionRecord

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()
           
 ActivityType getType()
          Get the type of the activity definition.
 ActivityDefinitionUUID getUUID()
           
 boolean isSuppressJoinFailure()
           
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Method Detail

getUUID

ActivityDefinitionUUID getUUID()
Specified by:
getUUID in interface Record
Returns:
uuid of this activity definition.

getType

ActivityType getType()
Get the type of the activity definition. Types are defined in ActivityType.class.

Returns:
the type of the activity (corresponding to ActivityType.class)

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.