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, uuidname, 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, getUUIDgetName, getProcessDefinitionUUIDclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDocumentation, getType, getUUIDgetName, getProcessDefinitionUUIDprotected boolean suppressJoinFailure
protected String targetsJoinConditionExpressionLanguage
protected String targetsJoinConditionBooleanExpression
protected BpelActivityDefinitionImpl()
public BpelActivityDefinitionImpl(BpelActivityDefinition src)
public boolean isSuppressJoinFailure()
isSuppressJoinFailure in interface BpelActivityDefinitionpublic List<Source> getSourceList()
getSourceList in interface BpelActivityDefinitionpublic List<Target> getTargetList()
getTargetList in interface BpelActivityDefinitionpublic String getTargetsJoinConditionBooleanExpression()
BpelActivityDefinitiongetTargetsJoinConditionBooleanExpression in interface BpelActivityDefinitionpublic String getTargetsJoinConditionExpressionLanguage()
getTargetsJoinConditionExpressionLanguage in interface BpelActivityDefinitionCopyright © 2012 OW2 Consortium. All Rights Reserved.