com.ebmwebsourcing.easybpel.model.bpel.impl.variable
Class BPELElementVariableImpl

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<com.ebmwebsourcing.easybpel.model.bpel.executable.TVariable>
              extended by com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELVariableImpl<org.jdom.Element>
                  extended by com.ebmwebsourcing.easybpel.model.bpel.impl.variable.BPELElementVariableImpl
All Implemented Interfaces:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement, com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator, com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELElementVariable, com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELVariable<org.jdom.Element>, com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<javax.xml.namespace.QName,org.jdom.Element>, com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<org.jdom.Element>, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement

public class BPELElementVariableImpl
extends com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELVariableImpl<org.jdom.Element>
implements com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELElementVariable

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

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELElementVariable
com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELElementVariable.VariableType
 
Field Summary
 
Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELVariableImpl
from
 
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
BPELElementVariableImpl(com.ebmwebsourcing.easybpel.model.bpel.executable.TVariable model, com.ebmwebsourcing.easybpel.model.bpel.executable.TVariables variables, com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement parent)
           
 
Method Summary
 com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<org.jdom.Element> copypaste()
           
 org.jdom.Element evaluate(com.ebmwebsourcing.easyviper.core.api.engine.Scope scope)
           
 
Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELVariableImpl
getContent, getElement, getFrom, getMessageType, getPartNameInXPathExpression, getQName, getTypeQName, getValue, getVariableNameInXPathExpression, getVariables, setContent, setElement, setMessageType, setQName, setTypeQName, setValue
 
Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl
addOtherElements, createDocumentation, getDocumentation, getOtherElements, getTag, setDocumentation, setTag, validate
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
equals, getModel, getOtherAttributes, 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.variable.BPELVariable
getElement, getFrom, getMessageType, getTypeQName, getVariables, setElement, setMessageType, setTypeQName
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable
getQName, getValue, setQName, setValue
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression
getContent, setContent
 
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

BPELElementVariableImpl

public BPELElementVariableImpl(com.ebmwebsourcing.easybpel.model.bpel.executable.TVariable model,
                               com.ebmwebsourcing.easybpel.model.bpel.executable.TVariables variables,
                               com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement parent)
Method Detail

evaluate

public org.jdom.Element evaluate(com.ebmwebsourcing.easyviper.core.api.engine.Scope scope)
                          throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
evaluate in interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<javax.xml.namespace.QName,org.jdom.Element>
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

copypaste

public com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<org.jdom.Element> copypaste()
Specified by:
copypaste in interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<javax.xml.namespace.QName,org.jdom.Element>
Specified by:
copypaste in interface com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<org.jdom.Element>


Copyright © 2012 Petals Link. All Rights Reserved.