|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Representation of a BPEL 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 |
| Method Summary | |
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 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 setPartnerLink(PartnerLink partnerLink)
partnerLink - public PartnerLink getPartnerLink()
public void setPortType(javax.xml.namespace.QName portType)
portType - public javax.xml.namespace.QName getPortType()
public void setOperation(java.lang.String operation)
operation - public java.lang.String getOperation()
public void setInputVariable(Variable inputVariable)
inputVariable - public Variable getInputVariable()
public void setOutputVariable(Variable outputVariable)
outputVariable - public Variable getOutputVariable()
public void setCorrelations(Correlations correlations)
correlations - public Correlations getCorrelations()
public void addCatchFault(CatchFault catchFault)
catchFault - public void setCatchFaults(java.util.List catchFaults)
catchFaults - public java.util.List getCatchFaults()
public void setCatchAll(CatchAll catchAll)
catchAll - public CatchAll getCatchAll()
public void setCompensationHandler(CompensationHandler compensationHandler)
compensationHandler - public CompensationHandler getCompensationHandler()
public boolean isSynchronous()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||