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

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<java.lang.String>
              extended by com.ebmwebsourcing.easybpel.xpath.exp.impl.BPELStringExpressionImpl
All Implemented Interfaces:
com.ebmwebsourcing.easybpel.xpath.exp.api.BPELExpression<java.lang.String>, com.ebmwebsourcing.easybpel.xpath.exp.api.BPELStringExpression, com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<java.lang.String,java.lang.String>, com.ebmwebsourcing.easyviper.core.api.engine.expression.StringExpression<java.lang.String>, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement

public class BPELStringExpressionImpl
extends BPELExpressionImpl<java.lang.String>
implements com.ebmwebsourcing.easybpel.xpath.exp.api.BPELStringExpression

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
BPELStringExpressionImpl(TExpression model, com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement parent)
           
 
Method Summary
 void addOtherElements(org.w3c.dom.Element elmt)
           
 com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<java.lang.String,java.lang.String> copypaste()
           
 java.lang.String evaluate(com.ebmwebsourcing.easyviper.core.api.engine.Scope scope)
           
 java.lang.String getContent()
           
 java.net.URI getExpressionLanguage()
           
 java.util.List<org.w3c.dom.Element> getOtherElements()
           
 void setContent(java.lang.String arg0)
           
 void setExpressionLanguage(java.net.URI language)
           
 void setLog(java.util.logging.Logger logger)
           
 
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 org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Constructor Detail

BPELStringExpressionImpl

public BPELStringExpressionImpl(TExpression model,
                                com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement parent)
                         throws com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
Throws:
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
Method Detail

getExpressionLanguage

public java.net.URI getExpressionLanguage()
Specified by:
getExpressionLanguage in interface com.ebmwebsourcing.easybpel.xpath.exp.api.BPELExpression<java.lang.String>
Overrides:
getExpressionLanguage in class BPELExpressionImpl<java.lang.String>

setExpressionLanguage

public void setExpressionLanguage(java.net.URI language)
Specified by:
setExpressionLanguage in interface com.ebmwebsourcing.easybpel.xpath.exp.api.BPELExpression<java.lang.String>
Overrides:
setExpressionLanguage in class BPELExpressionImpl<java.lang.String>

getContent

public java.lang.String getContent()
Specified by:
getContent in interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<java.lang.String,java.lang.String>
Overrides:
getContent in class BPELExpressionImpl<java.lang.String>

setContent

public void setContent(java.lang.String arg0)
Specified by:
setContent in interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<java.lang.String,java.lang.String>
Overrides:
setContent in class BPELExpressionImpl<java.lang.String>

evaluate

public java.lang.String 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,java.lang.String>
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

setLog

public void setLog(java.util.logging.Logger logger)
Specified by:
setLog in interface com.ebmwebsourcing.easyviper.core.api.engine.expression.StringExpression<java.lang.String>

copypaste

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

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.