org.ow2.orchestra.facade.def
Interface BpelActivityWithSingleChildDefinition

All Superinterfaces:
ActivityDefinition, BpelActivityDefinition, DefinitionRecord, Record, Serializable
All Known Subinterfaces:
ForeachActivityDefinition, IfActivityDefinition, ProcessDefinition, RepeatUntilActivityDefinition, ScopeActivityDefinition, WhileActivityDefinition
All Known Implementing Classes:
BpelActivityWithSingleChildDefinitionImpl, ForeachActivityDefinitionImpl, IfActivityDefinitionImpl, ProcessDefinitionImpl, RepeatUntilActivityDefinitionImpl, ScopeActivityDefinitionImpl, WhileActivityDefinitionImpl

public interface BpelActivityWithSingleChildDefinition
extends BpelActivityDefinition


Method Summary
 ActivityDefinitionUUID getEnclosedActivityUUID()
           
 
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
getDocumentation, getType, getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Method Detail

getEnclosedActivityUUID

ActivityDefinitionUUID getEnclosedActivityUUID()
Returns:
activity defined in the process definition


Copyright © 2011 OW2 Consortium. All Rights Reserved.