|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectbexee.model.activity.impl.AbstractActivity
This is an abstract class to be used by all BPEL Activity implementations.
| Field Summary |
| Fields inherited from interface bexee.model.activity.Activity |
DEFAULT_SUPPRESS_JOIN_FAILURE |
| Fields inherited from interface bexee.model.AttributeNames |
ABSTRACT_PROCESS, CONDITION, CREATE_INSTANCE, ELEMENT, ENABLE_INSTANCE_COMPESATION, ENDPOINT_REFERENCE, EXPRESSION, EXPRESSION_LANGUAGE, FAULT_NAME, INITIATE, INPUT_VARIABLE, JOIN_CONDITION, MESSAGE_TYPE, MY_ROLE, NAME, OPAQUE, OPERATION, OUTPUT_VARIABLE, PART, PARTNER_LINK, PARTNER_LINK_TYPE, PARTNER_ROLE, PATTERN, PORT_TYPE, PROPERTY, QUERY_LANGUAGE, SET, SUPPRESS_JOIN_FAILURE, TARGET_NAMESPACE, TYPE, VARIABLE, XMLNS |
| Constructor Summary | |
AbstractActivity()
Create a new AbstractActivity. |
|
AbstractActivity(StandardAttributes standardAttributes)
Create a new AbstractActivity with the given StandardAttributes. |
|
| Method Summary | |
void |
addSource(Source source)
Declare this activity as a named link source. |
void |
addTarget(Target target)
Declare this activity as a named link target. |
BooleanExpression |
getJoinExpression()
Get the joinExpression of this activity. |
java.lang.String |
getName()
Get the name of this activity. |
java.util.List |
getSources()
Get all source declarations of this activity. |
java.util.List |
getTargets()
Get all target declarations of this activity. |
protected boolean |
getValidValueOrDefault(java.lang.String value,
boolean defaultValue)
|
protected java.lang.String |
getValidValueOrDefault(java.lang.String value,
java.lang.String defaultValue)
|
boolean |
isSuppressJoinFailure()
Get whether the join failure is suppressed on this activity. |
void |
setJoinExpression(BooleanExpression joinExpression)
Set the joinExpression of this activity. |
void |
setName(java.lang.String name)
Set the name of this activity. |
void |
setSources(java.util.List sources)
Declare this activity as named link sources. |
void |
setSuppressJoinFailure(boolean suppressJoinFailure)
Set whether to suppress a join failure on this activity. |
void |
setTargets(java.util.List targets)
Declare this activity as named link targets. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface bexee.model.BPELElement |
accept, accept |
| Constructor Detail |
public AbstractActivity()
public AbstractActivity(StandardAttributes standardAttributes)
standardAttributes - | Method Detail |
public void setName(java.lang.String name)
Activity
setName in interface Activityname - a String valuepublic java.lang.String getName()
Activity
getName in interface ActivityString valuepublic void setJoinExpression(BooleanExpression joinExpression)
Activity
setJoinExpression in interface ActivityjoinExpression - a BooleanExpression valuepublic BooleanExpression getJoinExpression()
Activity
getJoinExpression in interface ActivityBooleanExpression valuepublic void setSuppressJoinFailure(boolean suppressJoinFailure)
Activity
setSuppressJoinFailure in interface ActivitysuppressJoinFailure - a boolean valuepublic boolean isSuppressJoinFailure()
Activity
isSuppressJoinFailure in interface Activityboolean valuepublic void addSource(Source source)
Activity
addSource in interface Activitysource - a Source valuepublic void setSources(java.util.List sources)
Activity
setSources in interface Activitysources - a List valuepublic java.util.List getSources()
Activity
getSources in interface ActivityList valuepublic void addTarget(Target target)
Activity
addTarget in interface Activitytarget - a Target valuepublic void setTargets(java.util.List targets)
Activity
setTargets in interface Activitytargets - a List valuepublic java.util.List getTargets()
Activity
getTargets in interface ActivityList value
protected java.lang.String getValidValueOrDefault(java.lang.String value,
java.lang.String defaultValue)
protected boolean getValidValueOrDefault(java.lang.String value,
boolean defaultValue)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||