|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a BPEL activity. To be extended by interfaces of concrete BPEL activities.
Field Summary | |
static boolean |
DEFAULT_SUPPRESS_JOIN_FAILURE
The default value for the suppressJoinFailure property. |
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 |
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. |
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 interface bexee.model.BPELElement |
accept, accept |
Field Detail |
public static final boolean DEFAULT_SUPPRESS_JOIN_FAILURE
Method Detail |
public void setName(java.lang.String name)
name
- a String
valuepublic java.lang.String getName()
String
valuepublic void setJoinExpression(BooleanExpression joinExpression)
joinExpression
- a BooleanExpression
valuepublic BooleanExpression getJoinExpression()
BooleanExpression
valuepublic void setSuppressJoinFailure(boolean suppressJoinFailure)
suppressJoinFailure
- a boolean
valuepublic boolean isSuppressJoinFailure()
boolean
valuepublic void addTarget(Target target)
target
- a Target
valuepublic void setTargets(java.util.List targets)
targets
- a List
valuepublic java.util.List getTargets()
List
valuepublic void addSource(Source source)
source
- a Source
valuepublic void setSources(java.util.List sources)
sources
- a List
valuepublic java.util.List getSources()
List
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |