org.ow2.orchestra.facade.def.impl
Class BpelActivityWithChildrenDefinitionImpl

java.lang.Object
  extended by org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
      extended by org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
          extended by org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
              extended by org.ow2.orchestra.facade.def.impl.BpelActivityWithChildrenDefinitionImpl
All Implemented Interfaces:
Serializable, ActivityDefinition, BpelActivityDefinition, BpelActivityWithChildrenDefinition, DefinitionRecord, Record
Direct Known Subclasses:
FlowActivityDefinitionImpl, SequenceActivityDefinitionImpl, UnknownActivityDefinitionImpl

public abstract class BpelActivityWithChildrenDefinitionImpl
extends BpelActivityDefinitionImpl
implements BpelActivityWithChildrenDefinition

Author:
Gael Lalire
See Also:
Serialized Form

Field Summary
protected  List<ActivityDefinitionUUID> enclosedActivitiesUUID
           
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
sourceList, suppressJoinFailure, targetList, targetsJoinConditionBooleanExpression, targetsJoinConditionExpressionLanguage
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
documentation, uuid
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
name, processDefinitionUUID
 
Constructor Summary
protected BpelActivityWithChildrenDefinitionImpl()
           
  BpelActivityWithChildrenDefinitionImpl(BpelActivityWithChildrenDefinition record)
           
 
Method Summary
 List<ActivityDefinitionUUID> getEnclosedActivitiesUUID()
           
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
getSourceList, getTargetList, getTargetsJoinConditionBooleanExpression, getTargetsJoinConditionExpressionLanguage, isSuppressJoinFailure
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
getDocumentation, getUUID
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
getName, getProcessDefinitionUUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Field Detail

enclosedActivitiesUUID

protected List<ActivityDefinitionUUID> enclosedActivitiesUUID
Constructor Detail

BpelActivityWithChildrenDefinitionImpl

protected BpelActivityWithChildrenDefinitionImpl()

BpelActivityWithChildrenDefinitionImpl

public BpelActivityWithChildrenDefinitionImpl(BpelActivityWithChildrenDefinition record)
Method Detail

getEnclosedActivitiesUUID

public List<ActivityDefinitionUUID> getEnclosedActivitiesUUID()
Specified by:
getEnclosedActivitiesUUID in interface BpelActivityWithChildrenDefinition
Returns:
all enclosed activities defined in the process definition


Copyright © 2011 OW2 Consortium. All Rights Reserved.