org.ow2.orchestra.facade.def
Interface BpelActivityWithChildrenDefinition

All Superinterfaces:
ActivityDefinition, BpelActivityDefinition, DefinitionRecord, Record, java.io.Serializable
All Known Subinterfaces:
FlowActivityDefinition, SequenceActivityDefinition
All Known Implementing Classes:
BpelActivityWithChildrenDefinitionImpl, FlowActivityDefinitionImpl, SequenceActivityDefinitionImpl, UnknownActivityDefinitionImpl

public interface BpelActivityWithChildrenDefinition
extends BpelActivityDefinition


Method Summary
 java.util.List<ActivityDefinitionUUID> getEnclosedActivitiesUUID()
           
 
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

getEnclosedActivitiesUUID

java.util.List<ActivityDefinitionUUID> getEnclosedActivitiesUUID()
Returns:
all enclosed activities defined in the process definition


Copyright © 2009 OW2 Consortium. All Rights Reserved.