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

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.BpelActivityWithSingleChildDefinitionImpl
All Implemented Interfaces:
java.io.Serializable, ActivityDefinition, BpelActivityDefinition, BpelActivityWithSingleChildDefinition, DefinitionRecord, Record
Direct Known Subclasses:
ForeachActivityDefinitionImpl, IfActivityDefinitionImpl, RepeatUntilActivityDefinitionImpl, ScopeActivityDefinitionImpl, WhileActivityDefinitionImpl

public abstract class BpelActivityWithSingleChildDefinitionImpl
extends BpelActivityDefinitionImpl
implements BpelActivityWithSingleChildDefinition

Author:
Gael Lalire
See Also:
Serialized Form

Field Summary
protected  ActivityDefinitionUUID enclosedActivityUUID
           
 
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
uuid
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
name, processDefinitionUUID
 
Constructor Summary
BpelActivityWithSingleChildDefinitionImpl(BpelActivityWithSingleChildDefinition record)
           
 
Method Summary
 ActivityDefinitionUUID getEnclosedActivityUUID()
           
 
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
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
getType, getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Field Detail

enclosedActivityUUID

protected ActivityDefinitionUUID enclosedActivityUUID
Constructor Detail

BpelActivityWithSingleChildDefinitionImpl

public BpelActivityWithSingleChildDefinitionImpl(BpelActivityWithSingleChildDefinition record)
Method Detail

getEnclosedActivityUUID

public ActivityDefinitionUUID getEnclosedActivityUUID()
Specified by:
getEnclosedActivityUUID in interface BpelActivityWithSingleChildDefinition
Returns:
activity defined in the process definition


Copyright © 2009 OW2 Consortium. All Rights Reserved.