|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectbexee.model.activity.impl.AbstractActivity
bexee.model.activity.impl.ScopeImpl
Default implementation of the Scope 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 |
| Constructor Summary | |
ScopeImpl()
|
|
ScopeImpl(StandardAttributes standardAttributes)
|
|
| Method Summary | |
void |
accept(BPELElementVisitor elementVisitor)
Accept a BPELElementVisitor which will visit this BPEL element. |
void |
accept(ProcessController controller,
ProcessInstance instance)
Accept a ProcessController and a ProcessInstance. |
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 class bexee.model.activity.impl.AbstractActivity |
addSource, addTarget, getJoinExpression, getName, getSources, getTargets, getValidValueOrDefault, getValidValueOrDefault, isSuppressJoinFailure, setJoinExpression, setName, setSources, setSuppressJoinFailure, setTargets |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface bexee.model.activity.Activity |
addSource, addTarget, getJoinExpression, getName, getSources, getTargets, isSuppressJoinFailure, setJoinExpression, setName, setSources, setSuppressJoinFailure, setTargets |
| Constructor Detail |
public ScopeImpl()
public ScopeImpl(StandardAttributes standardAttributes)
| Method Detail |
public void setVariableAccessSerializable(boolean varAccessSerializable)
Scope
setVariableAccessSerializable in interface ScopevarAccessSerializable - a boolean valuepublic boolean isVariableAccessSerializable()
Scope
isVariableAccessSerializable in interface Scopeboolean valuepublic void setVariables(Variables variables)
ScopeVariables of this Scope.
setVariables in interface Scopevariables - a Variables valuepublic Variables getVariables()
ScopeVariables of this Scope.
getVariables in interface ScopeVariables valuepublic void setCorrelationSets(CorrelationSets correlationSets)
setCorrelationSets in interface ScopecorrelationSets - a CorrelationSets valuepublic CorrelationSets getCorrelationSets()
getCorrelationSets in interface ScopeCorrelationSets valuepublic void setFaultHandlers(FaultHandlers faultHandlers)
setFaultHandlers in interface ScopefaultHandlers - a FaultHandlers valuepublic FaultHandlers getFaultHandlers()
getFaultHandlers in interface ScopeFaultHandlers valuepublic void setCompensationHanlder(CompensationHandler compensationHandler)
setCompensationHanlder in interface ScopecompensationHandler - a CompensationHandler valuepublic CompensationHandler getCompensationHandler()
getCompensationHandler in interface ScopeCompensationHandler valuepublic void setEventHandlers(EventHandlers eventHandlers)
setEventHandlers in interface ScopeeventHandlers - an EventHandlers valuepublic EventHandlers getEventHandlers()
getEventHandlers in interface ScopeEventHandlers valuepublic void setActivity(Activity activity)
setActivity in interface Scopeactivity - an Activity valuepublic Activity getActivity()
getActivity in interface ScopeActivity value
public void accept(ProcessController controller,
ProcessInstance instance)
throws java.lang.Exception
BPELElement
accept in interface BPELElementcontroller - instance -
java.lang.Exceptionpublic void accept(BPELElementVisitor elementVisitor)
BPELElement
accept in interface BPELElementelementVisitor -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||