|
|||||||||||
| 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.InvokeImpl
Default implementation of the Invoke 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 | |
InvokeImpl()
|
|
InvokeImpl(StandardAttributes standardAttributes)
|
|
InvokeImpl(StandardAttributes standardAttributes,
PartnerLink partnerLink,
javax.xml.namespace.QName portType,
java.lang.String operation,
Variable inVariable,
Variable outVariable)
|
|
| 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. |
void |
addCatchFault(CatchFault catchFault)
Add a Catch to this Invoke. |
CatchAll |
getCatchAll()
Get the CatchAll of this Invoke. |
java.util.List |
getCatchFaults()
Get all Catch elements of this Invoke. |
CompensationHandler |
getCompensationHandler()
Get the CompensationHandler of this Invoke. |
Correlations |
getCorrelations()
Get the Correlations of this Invoke. |
Variable |
getInputVariable()
Get the InputVariable of this Invoke. |
java.lang.String |
getOperation()
Get the operation to be called by this Invoke. |
Variable |
getOutputVariable()
Get the OutputVariable of this Invoke. |
PartnerLink |
getPartnerLink()
Get the PartnerLink of this Invoke. |
javax.xml.namespace.QName |
getPortType()
Get the PortType QName of this Invoke. |
boolean |
isSynchronous()
Is this Invoke synchronous. |
void |
setCatchAll(CatchAll catchAll)
Set the CatchAll of this Invoke. |
void |
setCatchFaults(java.util.List catchFaults)
Set all Catch elements of this Invoke. |
void |
setCompensationHandler(CompensationHandler compensationHandler)
Set the CompensationHandler of this Invoke. |
void |
setCorrelations(Correlations correlations)
Set the Correlations of this Invoke. |
void |
setInputVariable(Variable inputVariable)
Set the InputVariable of this Invoke. |
void |
setOperation(java.lang.String operation)
Set the operation to be called by this Invoke. |
void |
setOutputVariable(Variable outputVariable)
Set the OutputVariable of this Invoke. |
void |
setPartnerLink(PartnerLink partnerLink)
Set the PartnerLink of this Invoke. |
void |
setPortType(javax.xml.namespace.QName portType)
Set the PortType QName of this Invoke. |
| 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 InvokeImpl()
public InvokeImpl(StandardAttributes standardAttributes)
standardAttributes -
public InvokeImpl(StandardAttributes standardAttributes,
PartnerLink partnerLink,
javax.xml.namespace.QName portType,
java.lang.String operation,
Variable inVariable,
Variable outVariable)
standardAttributes - inVariable - outVariable - | Method Detail |
public void setPartnerLink(PartnerLink partnerLink)
Invoke
setPartnerLink in interface InvokepartnerLink - public PartnerLink getPartnerLink()
Invoke
getPartnerLink in interface Invokepublic void setPortType(javax.xml.namespace.QName portType)
Invoke
setPortType in interface InvokeportType - public javax.xml.namespace.QName getPortType()
Invoke
getPortType in interface Invokepublic void setOperation(java.lang.String operation)
Invoke
setOperation in interface Invokeoperation - public java.lang.String getOperation()
Invoke
getOperation in interface Invokepublic void setInputVariable(Variable inputVariable)
Invoke
setInputVariable in interface InvokeinputVariable - public Variable getInputVariable()
Invoke
getInputVariable in interface Invokepublic void setOutputVariable(Variable outputVariable)
Invoke
setOutputVariable in interface InvokeoutputVariable - public Variable getOutputVariable()
Invoke
getOutputVariable in interface Invokepublic void setCorrelations(Correlations correlations)
Invoke
setCorrelations in interface Invokecorrelations - public Correlations getCorrelations()
Invoke
getCorrelations in interface Invokepublic void addCatchFault(CatchFault catchFault)
Invoke
addCatchFault in interface InvokecatchFault - public void setCatchFaults(java.util.List catchFaults)
Invoke
setCatchFaults in interface InvokecatchFaults - public java.util.List getCatchFaults()
Invoke
getCatchFaults in interface Invokepublic void setCatchAll(CatchAll catchAll)
Invoke
setCatchAll in interface InvokecatchAll - public CatchAll getCatchAll()
Invoke
getCatchAll in interface Invokepublic void setCompensationHandler(CompensationHandler compensationHandler)
Invoke
setCompensationHandler in interface InvokecompensationHandler - public CompensationHandler getCompensationHandler()
Invoke
getCompensationHandler in interface Invokepublic boolean isSynchronous()
Invoke
isSynchronous in interface Invoke
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 | ||||||||||