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

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
All Implemented Interfaces:
Serializable, ActivityDefinition, BpelActivityDefinition, DefinitionRecord, Record
Direct Known Subclasses:
AssignActivityDefinitionImpl, BpelActivityWithChildrenDefinitionImpl, BpelActivityWithSingleChildDefinitionImpl, CompensateActivityDefinitionImpl, CompensateScopeActivityDefinitionImpl, EmptyActivityDefinitionImpl, ExitActivityDefinitionImpl, InvokeDefinitionImpl, PickActivityDefinitionImpl, ReceiveActivityDefinitionImpl, ReplyActivityDefinitionImpl, RethrowActivityDefinitionImpl, ThrowActivityDefinitionImpl, WaitActivityDefinitionImpl

public abstract class BpelActivityDefinitionImpl
extends ActivityDefinitionImpl
implements BpelActivityDefinition

Author:
Gael Lalire
See Also:
Serialized Form

Field Summary
protected  List<Source> sourceList
           
protected  boolean suppressJoinFailure
           
protected  List<Target> targetList
           
protected  String targetsJoinConditionBooleanExpression
           
protected  String 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 BpelActivityDefinitionImpl()
           
  BpelActivityDefinitionImpl(BpelActivityDefinition src)
           
 
Method Summary
 List<Source> getSourceList()
           
 List<Target> getTargetList()
           
 String getTargetsJoinConditionBooleanExpression()
          If this string is null there is no join condition
 String getTargetsJoinConditionExpressionLanguage()
           
 boolean 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.ActivityDefinition
getDocumentation, getType, getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Field Detail

suppressJoinFailure

protected boolean suppressJoinFailure

sourceList

protected List<Source> sourceList

targetList

protected List<Target> targetList

targetsJoinConditionExpressionLanguage

protected String targetsJoinConditionExpressionLanguage

targetsJoinConditionBooleanExpression

protected String targetsJoinConditionBooleanExpression
Constructor Detail

BpelActivityDefinitionImpl

protected BpelActivityDefinitionImpl()

BpelActivityDefinitionImpl

public BpelActivityDefinitionImpl(BpelActivityDefinition src)
Method Detail

isSuppressJoinFailure

public boolean isSuppressJoinFailure()
Specified by:
isSuppressJoinFailure in interface BpelActivityDefinition
Returns:
the suppressJoinFailure

getSourceList

public List<Source> getSourceList()
Specified by:
getSourceList in interface BpelActivityDefinition
Returns:
the list of sources

getTargetList

public List<Target> getTargetList()
Specified by:
getTargetList in interface BpelActivityDefinition
Returns:
the list of targets

getTargetsJoinConditionBooleanExpression

public String getTargetsJoinConditionBooleanExpression()
Description copied from interface: BpelActivityDefinition
If this string is null there is no join condition

Specified by:
getTargetsJoinConditionBooleanExpression in interface BpelActivityDefinition
Returns:

getTargetsJoinConditionExpressionLanguage

public String getTargetsJoinConditionExpressionLanguage()
Specified by:
getTargetsJoinConditionExpressionLanguage in interface BpelActivityDefinition
Returns:
expression language of targets join condition


Copyright © 2011 OW2 Consortium. All Rights Reserved.