|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object bexee.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 Invoke
partnerLink
- public PartnerLink getPartnerLink()
Invoke
getPartnerLink
in interface Invoke
public void setPortType(javax.xml.namespace.QName portType)
Invoke
setPortType
in interface Invoke
portType
- public javax.xml.namespace.QName getPortType()
Invoke
getPortType
in interface Invoke
public void setOperation(java.lang.String operation)
Invoke
setOperation
in interface Invoke
operation
- public java.lang.String getOperation()
Invoke
getOperation
in interface Invoke
public void setInputVariable(Variable inputVariable)
Invoke
setInputVariable
in interface Invoke
inputVariable
- public Variable getInputVariable()
Invoke
getInputVariable
in interface Invoke
public void setOutputVariable(Variable outputVariable)
Invoke
setOutputVariable
in interface Invoke
outputVariable
- public Variable getOutputVariable()
Invoke
getOutputVariable
in interface Invoke
public void setCorrelations(Correlations correlations)
Invoke
setCorrelations
in interface Invoke
correlations
- public Correlations getCorrelations()
Invoke
getCorrelations
in interface Invoke
public void addCatchFault(CatchFault catchFault)
Invoke
addCatchFault
in interface Invoke
catchFault
- public void setCatchFaults(java.util.List catchFaults)
Invoke
setCatchFaults
in interface Invoke
catchFaults
- public java.util.List getCatchFaults()
Invoke
getCatchFaults
in interface Invoke
public void setCatchAll(CatchAll catchAll)
Invoke
setCatchAll
in interface Invoke
catchAll
- public CatchAll getCatchAll()
Invoke
getCatchAll
in interface Invoke
public void setCompensationHandler(CompensationHandler compensationHandler)
Invoke
setCompensationHandler
in interface Invoke
compensationHandler
- public CompensationHandler getCompensationHandler()
Invoke
getCompensationHandler
in interface Invoke
public boolean isSynchronous()
Invoke
isSynchronous
in interface Invoke
public void accept(ProcessController controller, ProcessInstance instance) throws java.lang.Exception
BPELElement
accept
in interface BPELElement
controller
- instance
-
java.lang.Exception
public void accept(BPELElementVisitor elementVisitor)
BPELElement
accept
in interface BPELElement
elementVisitor
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |