public abstract class BpelActivityDefinitionImpl extends ActivityDefinitionImpl implements BpelActivityDefinition
Modifier and Type | Field and Description |
---|---|
protected List<Source> |
sourceList |
protected boolean |
suppressJoinFailure |
protected List<Target> |
targetList |
protected String |
targetsJoinConditionBooleanExpression |
protected String |
targetsJoinConditionExpressionLanguage |
documentation, uuid
name, processDefinitionUUID
Modifier | Constructor and Description |
---|---|
protected |
BpelActivityDefinitionImpl() |
|
BpelActivityDefinitionImpl(BpelActivityDefinition src) |
Modifier and Type | Method and Description |
---|---|
List<Source> |
getSourceList() |
List<Target> |
getTargetList() |
String |
getTargetsJoinConditionBooleanExpression()
If this string is null there is no join condition
|
String |
getTargetsJoinConditionExpressionLanguage() |
boolean |
isSuppressJoinFailure() |
getDocumentation, getUUID
getName, getProcessDefinitionUUID
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDocumentation, getType, getUUID
getName, getProcessDefinitionUUID
protected boolean suppressJoinFailure
protected String targetsJoinConditionExpressionLanguage
protected String targetsJoinConditionBooleanExpression
protected BpelActivityDefinitionImpl()
public BpelActivityDefinitionImpl(BpelActivityDefinition src)
public boolean isSuppressJoinFailure()
isSuppressJoinFailure
in interface BpelActivityDefinition
public List<Source> getSourceList()
getSourceList
in interface BpelActivityDefinition
public List<Target> getTargetList()
getTargetList
in interface BpelActivityDefinition
public String getTargetsJoinConditionBooleanExpression()
BpelActivityDefinition
getTargetsJoinConditionBooleanExpression
in interface BpelActivityDefinition
public String getTargetsJoinConditionExpressionLanguage()
getTargetsJoinConditionExpressionLanguage
in interface BpelActivityDefinition
Copyright © 2011 OW2 Consortium. All Rights Reserved.