bexee.model.activity
Interface Invoke

All Superinterfaces:
Activity, AttributeNames, BPELElement
All Known Implementing Classes:
InvokeImpl

public interface Invoke
extends Activity

Representation of a BPEL Invoke activity.

Version:
$Revision: 1.1 $, $Date: 2004/12/15 14:18:11 $
Author:
Patric Fornasier, Pawel Kowalski

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

setPartnerLink

public void setPartnerLink(PartnerLink partnerLink)
Set the PartnerLink of this Invoke.

Parameters:
partnerLink -

getPartnerLink

public PartnerLink getPartnerLink()
Get the PartnerLink of this Invoke.

Returns:

setPortType

public void setPortType(javax.xml.namespace.QName portType)
Set the PortType QName of this Invoke.

Parameters:
portType -

getPortType

public javax.xml.namespace.QName getPortType()
Get the PortType QName of this Invoke.

Returns:

setOperation

public void setOperation(java.lang.String operation)
Set the operation to be called by this Invoke.

Parameters:
operation -

getOperation

public java.lang.String getOperation()
Get the operation to be called by this Invoke.

Returns:

setInputVariable

public void setInputVariable(Variable inputVariable)
Set the InputVariable of this Invoke.

Parameters:
inputVariable -

getInputVariable

public Variable getInputVariable()
Get the InputVariable of this Invoke.

Returns:

setOutputVariable

public void setOutputVariable(Variable outputVariable)
Set the OutputVariable of this Invoke.

Parameters:
outputVariable -

getOutputVariable

public Variable getOutputVariable()
Get the OutputVariable of this Invoke.

Returns:

setCorrelations

public void setCorrelations(Correlations correlations)
Set the Correlations of this Invoke.

Parameters:
correlations -

getCorrelations

public Correlations getCorrelations()
Get the Correlations of this Invoke.

Returns:

addCatchFault

public void addCatchFault(CatchFault catchFault)
Add a Catch to this Invoke.

Parameters:
catchFault -

setCatchFaults

public void setCatchFaults(java.util.List catchFaults)
Set all Catch elements of this Invoke.

Parameters:
catchFaults -

getCatchFaults

public java.util.List getCatchFaults()
Get all Catch elements of this Invoke.

Returns:

setCatchAll

public void setCatchAll(CatchAll catchAll)
Set the CatchAll of this Invoke.

Parameters:
catchAll -

getCatchAll

public CatchAll getCatchAll()
Get the CatchAll of this Invoke.

Returns:

setCompensationHandler

public void setCompensationHandler(CompensationHandler compensationHandler)
Set the CompensationHandler of this Invoke.

Parameters:
compensationHandler -

getCompensationHandler

public CompensationHandler getCompensationHandler()
Get the CompensationHandler of this Invoke.

Returns:

isSynchronous

public boolean isSynchronous()
Is this Invoke synchronous.

Returns:


Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.