com.ebmwebsourcing.easybpel.model.bpel.api.activity
Interface Invoke

All Superinterfaces:
Activity, BPELElement, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, Validator, org.ow2.easywsdl.schema.api.XMLElement

public interface Invoke
extends Activity

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 CatchAll getCatchAll()
           
 java.util.List<Catch> getCatchs()
           
 java.util.List<Correlation> getCorrelations()
           
 java.lang.String getInputVariable()
           
 javax.xml.namespace.QName getInterface()
           
 java.lang.String getOperation()
           
 java.lang.String getOutputVariable()
           
 java.lang.String getPartnerLink()
           
 void setInputVariable(java.lang.String input)
           
 void setInterface(javax.xml.namespace.QName interfaceQName)
           
 void setOperation(java.lang.String operation)
           
 void setOutputVariable(java.lang.String output)
           
 void setPartnerLink(java.lang.String partner)
           
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity
getName, getSources, getSuppressJoinFailure, getTargets, setName
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement
getTag, setTag
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator
validate
 

Method Detail

getPartnerLink

java.lang.String getPartnerLink()

setPartnerLink

void setPartnerLink(java.lang.String partner)

getInterface

javax.xml.namespace.QName getInterface()

setInterface

void setInterface(javax.xml.namespace.QName interfaceQName)

getInputVariable

java.lang.String getInputVariable()

setInputVariable

void setInputVariable(java.lang.String input)

getOutputVariable

java.lang.String getOutputVariable()

setOutputVariable

void setOutputVariable(java.lang.String output)

getOperation

java.lang.String getOperation()

setOperation

void setOperation(java.lang.String operation)

getCorrelations

java.util.List<Correlation> getCorrelations()

getCatchs

java.util.List<Catch> getCatchs()

getCatchAll

CatchAll getCatchAll()


Copyright © 2011 Petals Link. All Rights Reserved.