com.ebmwebsourcing.easybpel.model.bpel.impl.activity
Class InvokeImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
          extended by com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl<E>
              extended by com.ebmwebsourcing.easybpel.model.bpel.api.containers.ContainersImpl<E>
                  extended by com.ebmwebsourcing.easybpel.model.bpel.api.activity.AbstractActivityImpl<E>
                      extended by com.ebmwebsourcing.easybpel.model.bpel.impl.activity.ActivityImpl<com.ebmwebsourcing.easybpel.model.bpel.executable.TInvoke>
                          extended by com.ebmwebsourcing.easybpel.model.bpel.impl.activity.InvokeImpl
All Implemented Interfaces:
com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity, com.ebmwebsourcing.easybpel.model.bpel.api.activity.Invoke, com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement, com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator, com.ebmwebsourcing.easybpel.model.bpel.api.containers.Containers, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement

public class InvokeImpl
extends ActivityImpl<com.ebmwebsourcing.easybpel.model.bpel.executable.TInvoke>
implements com.ebmwebsourcing.easybpel.model.bpel.api.activity.Invoke

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl
tag
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
InvokeImpl(com.ebmwebsourcing.easybpel.model.bpel.executable.TInvoke model, com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement parent)
           
 
Method Summary
 com.ebmwebsourcing.easybpel.model.bpel.api.fault.CatchAll getCatchAll()
           
 java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.fault.Catch> getCatchs()
           
 java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.correlation.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 class com.ebmwebsourcing.easybpel.model.bpel.impl.activity.ActivityImpl
analyzeActivityContainer, analyzeElseIfActivity, analyzeExtensionActivity, analyzeIfActivity, analyzeOnAlarmActivity, analyzeOnMessageActivity, analyzeProcess, analyzeRepeatUntilActivity, analyzeScope, analyzeWhileActivity, getActivity, setActivityToActivityContainer, setActivityToElseIf, setActivityToIf, setActivityToOnAlarm, setActivityToOnMessage, setActivityToProcess
 
Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel.api.activity.AbstractActivityImpl
getName, getOtherAttributes, getOtherElements, getSources, getSuppressJoinFailure, getTargets, setName, setSources, setSuppressJoinFailure, setTargets
 
Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl
addOtherElements, createDocumentation, getDocumentation, getTag, setDocumentation, setTag, validate
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
equals, getModel, getParent, getSchema, getTopParent, hashCode, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

InvokeImpl

public InvokeImpl(com.ebmwebsourcing.easybpel.model.bpel.executable.TInvoke model,
                  com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement parent)
Method Detail

getInputVariable

public java.lang.String getInputVariable()
Specified by:
getInputVariable in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Invoke

getInterface

public javax.xml.namespace.QName getInterface()
Specified by:
getInterface in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Invoke

getOutputVariable

public java.lang.String getOutputVariable()
Specified by:
getOutputVariable in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Invoke

getPartnerLink

public java.lang.String getPartnerLink()
Specified by:
getPartnerLink in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Invoke

getOperation

public java.lang.String getOperation()
Specified by:
getOperation in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Invoke

getCorrelations

public java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.correlation.Correlation> getCorrelations()
Specified by:
getCorrelations in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Invoke

getCatchs

public java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.fault.Catch> getCatchs()
Specified by:
getCatchs in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Invoke

getCatchAll

public com.ebmwebsourcing.easybpel.model.bpel.api.fault.CatchAll getCatchAll()
Specified by:
getCatchAll in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Invoke

setInputVariable

public void setInputVariable(java.lang.String input)
Specified by:
setInputVariable in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Invoke

setInterface

public void setInterface(javax.xml.namespace.QName interfaceQName)
Specified by:
setInterface in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Invoke

setOperation

public void setOperation(java.lang.String operation)
Specified by:
setOperation in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Invoke

setOutputVariable

public void setOutputVariable(java.lang.String output)
Specified by:
setOutputVariable in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Invoke

setPartnerLink

public void setPartnerLink(java.lang.String partner)
Specified by:
setPartnerLink in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Invoke


Copyright © 2012 Petals Link. All Rights Reserved.