com.ebmwebsourcing.easybpel.xpath.exp.impl
Class BPELElementExpressionImpl
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<TExpression>
com.ebmwebsourcing.easybpel.xpath.exp.impl.BPELExpressionImpl<org.jdom.Element>
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
| 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 org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, setDocumentation, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, 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, getDocumentation, getOtherAttributes, setDocumentation |
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
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-2009 eBM WebSourcing. All Rights Reserved.