|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A sequence structured activity. The contained activities will be executed in the order they have been added to this sequence.
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 an activity to the activities contained in this sequence structured activitiy. |
void |
addActivity(int position,
Activity activity)
Add an activity to the activities contained in this sequence structured activitiy. |
java.util.List |
getActivities()
Get the list of all contained activities. |
void |
setActivities(java.util.List activities)
Set the whole list of activities. |
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 addActivity(Activity activity)
activity
- an Activity
valuepublic void addActivity(int position, Activity activity)
position
- an int
valueactivity
- an Activity
valuepublic void setActivities(java.util.List activities)
activities
- a List
valuepublic java.util.List getActivities()
List
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |