com.ebmwebsourcing.easybpel.xpath.exp.impl
Class BPELElementExpressionImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<TExpression>
          extended by com.ebmwebsourcing.easybpel.xpath.exp.impl.BPELExpressionImpl<org.jdom.Element>
              extended by com.ebmwebsourcing.easybpel.xpath.exp.impl.BPELElementExpressionImpl
All Implemented Interfaces:
com.ebmwebsourcing.easybpel.xpath.exp.api.BPELElementExpression, com.ebmwebsourcing.easybpel.xpath.exp.api.BPELExpression<org.jdom.Element>, com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<java.lang.String,org.jdom.Element>, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement

public class BPELElementExpressionImpl
extends BPELExpressionImpl<org.jdom.Element>
implements com.ebmwebsourcing.easybpel.xpath.exp.api.BPELElementExpression

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

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
BPELElementExpressionImpl(TExpression model, org.ow2.easywsdl.schema.api.XMLElement parent, com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess bpeldefinition)
           
 
Method Summary
 void addOtherElements(org.w3c.dom.Element elmt)
           
 com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<java.lang.String,org.jdom.Element> copypaste()
           
 org.jdom.Element evaluate(com.ebmwebsourcing.easyviper.core.api.engine.Scope scope)
           
 java.util.List<org.w3c.dom.Element> getOtherElements()
           
 
Methods inherited from class com.ebmwebsourcing.easybpel.xpath.exp.impl.BPELExpressionImpl
getContent, getExpressionLanguage, setContent, setExpressionLanguage
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, hashCode, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.easybpel.xpath.exp.api.BPELExpression
getExpressionLanguage, setExpressionLanguage
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression
getContent, setContent
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Constructor Detail

BPELElementExpressionImpl

public BPELElementExpressionImpl(TExpression model,
                                 org.ow2.easywsdl.schema.api.XMLElement parent,
                                 com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess bpeldefinition)
                          throws com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
Throws:
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
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<java.lang.String,org.jdom.Element>
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

copypaste

public com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<java.lang.String,org.jdom.Element> copypaste()
Specified by:
copypaste in interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<java.lang.String,org.jdom.Element>

addOtherElements

public void addOtherElements(org.w3c.dom.Element elmt)
Specified by:
addOtherElements in interface org.ow2.easywsdl.schema.api.XMLElement

getOtherElements

public java.util.List<org.w3c.dom.Element> getOtherElements()
                                                     throws org.ow2.easywsdl.schema.api.XmlException
Specified by:
getOtherElements in interface org.ow2.easywsdl.schema.api.XMLElement
Throws:
org.ow2.easywsdl.schema.api.XmlException


Copyright © 2008-2010 eBM WebSourcing. All Rights Reserved.