|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A scope structured activity. This activity can be compared to a process, it has its own correlation sets, fault handlers, compensation handlers, event handlers and a root activity. The handlers specified by this scope activity are prioritary to the contained activities as compared to the handlers of the process, or other scopes containing this scope.
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 | |
Activity |
getActivity()
|
CompensationHandler |
getCompensationHandler()
|
CorrelationSets |
getCorrelationSets()
|
EventHandlers |
getEventHandlers()
|
FaultHandlers |
getFaultHandlers()
|
Variables |
getVariables()
Get Variables of this Scope . |
boolean |
isVariableAccessSerializable()
Get whether the access to variables is serializable. |
void |
setActivity(Activity activity)
|
void |
setCompensationHanlder(CompensationHandler compensationHandler)
|
void |
setCorrelationSets(CorrelationSets correlationSets)
|
void |
setEventHandlers(EventHandlers eventHandlers)
|
void |
setFaultHandlers(FaultHandlers faultHandlers)
|
void |
setVariableAccessSerializable(boolean varAccessSerializable)
Set whether the access to variables is serializable. |
void |
setVariables(Variables variables)
Set Variables of this Scope . |
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 setVariableAccessSerializable(boolean varAccessSerializable)
varAccessSerializable
- a boolean
valuepublic boolean isVariableAccessSerializable()
boolean
valuepublic void setVariables(Variables variables)
Variables
of this Scope
.
variables
- a Variables
valuepublic Variables getVariables()
Variables
of this Scope
.
Variables
valuepublic void setCorrelationSets(CorrelationSets correlationSets)
correlationSets
- a CorrelationSets
valuepublic CorrelationSets getCorrelationSets()
CorrelationSets
valuepublic void setFaultHandlers(FaultHandlers faultHandlers)
faultHandlers
- a FaultHandlers
valuepublic FaultHandlers getFaultHandlers()
FaultHandlers
valuepublic void setCompensationHanlder(CompensationHandler compensationHandler)
compensationHandler
- a CompensationHandler
valuepublic CompensationHandler getCompensationHandler()
CompensationHandler
valuepublic void setEventHandlers(EventHandlers eventHandlers)
eventHandlers
- an EventHandlers
valuepublic EventHandlers getEventHandlers()
EventHandlers
valuepublic void setActivity(Activity activity)
activity
- an Activity
valuepublic Activity getActivity()
Activity
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |