|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Representation of a BPEL Flow activity.
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 |
Method Summary | |
void |
addActivity(Activity activity)
Add a BPEL activity to this Flow. |
java.util.List |
getActivities()
Get a list of all activities associated with this Flow. |
Links |
getLinks()
Get a list of Links owned by this flow activity. |
void |
setActivities(java.util.List activities)
Set activities of this Flow. |
void |
setLinks(Links links)
Set the Links of this Flow. |
Methods inherited from interface bexee.model.activity.Activity |
addSource, addTarget, getJoinExpression, getName, getSources, getTargets, isSuppressJoinFailure, setJoinExpression, setName, setSources, setSuppressJoinFailure, setTargets |
Methods inherited from interface bexee.model.BPELElement |
accept, accept |
Method Detail |
public void setLinks(Links links)
links
- public Links getLinks()
public void addActivity(Activity activity)
activity
- public void setActivities(java.util.List activities)
activities
- public java.util.List getActivities()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |