|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
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 Activity
name
- a String
valuepublic java.lang.String getName()
Activity
getName
in interface Activity
String
valuepublic void setJoinExpression(BooleanExpression joinExpression)
Activity
setJoinExpression
in interface Activity
joinExpression
- a BooleanExpression
valuepublic BooleanExpression getJoinExpression()
Activity
getJoinExpression
in interface Activity
BooleanExpression
valuepublic void setSuppressJoinFailure(boolean suppressJoinFailure)
Activity
setSuppressJoinFailure
in interface Activity
suppressJoinFailure
- a boolean
valuepublic boolean isSuppressJoinFailure()
Activity
isSuppressJoinFailure
in interface Activity
boolean
valuepublic void addSource(Source source)
Activity
addSource
in interface Activity
source
- a Source
valuepublic void setSources(java.util.List sources)
Activity
setSources
in interface Activity
sources
- a List
valuepublic java.util.List getSources()
Activity
getSources
in interface Activity
List
valuepublic void addTarget(Target target)
Activity
addTarget
in interface Activity
target
- a Target
valuepublic void setTargets(java.util.List targets)
Activity
setTargets
in interface Activity
targets
- a List
valuepublic java.util.List getTargets()
Activity
getTargets
in interface Activity
List
valueprotected 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 All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |