org.ow2.orchestra.facade.def.impl
Class BpelActivityDefinitionImpl
java.lang.Object
org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
suppressJoinFailure
protected boolean suppressJoinFailure
sourceList
protected List<Source> sourceList
targetList
protected List<Target> targetList
targetsJoinConditionExpressionLanguage
protected String targetsJoinConditionExpressionLanguage
targetsJoinConditionBooleanExpression
protected String targetsJoinConditionBooleanExpression
BpelActivityDefinitionImpl
protected BpelActivityDefinitionImpl()
BpelActivityDefinitionImpl
public BpelActivityDefinitionImpl(BpelActivityDefinition src)
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.