com.ebmwebsourcing.easybpel.model.bpel.impl.variable
Class BPELVariableImpl<T>
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
com.ebmwebsourcing.easybpel.model.bpel.impl.BPELElementImpl<TVariable>
com.ebmwebsourcing.easybpel.model.bpel.impl.variable.BPELVariableImpl<T>
- All Implemented Interfaces:
- BPELElement, Validator, BPELVariable<T>, com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<javax.xml.namespace.QName,T>, com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<T>, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement
- Direct Known Subclasses:
- BPELDateVariableImpl, BPELElementVariableImpl, BPELIntVariableImpl, BPELLongVariableImpl, BPELStringVariableImpl
public abstract class BPELVariableImpl<T>
- extends BPELElementImpl<TVariable>
- implements BPELVariable<T>
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
| Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.impl.BPELElementImpl |
tag |
| Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
documentation, model, parent |
| Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
getModel, getOtherAttributes, getParent, getSchema, getTopParent, 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.easyviper.core.api.engine.variable.Variable |
copypaste |
| Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression |
evaluate |
| Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement |
addOtherElements, getOtherElements |
| Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation |
| Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator |
validate |
BPELVariableImpl
public BPELVariableImpl(TVariable model,
TVariables variables,
BPELElement parent)
getElement
public javax.xml.namespace.QName getElement()
- Specified by:
getElement in interface BPELVariable<T>
getMessageType
public javax.xml.namespace.QName getMessageType()
- Specified by:
getMessageType in interface BPELVariable<T>
getQName
public javax.xml.namespace.QName getQName()
- Specified by:
getQName in interface com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<T>
getTypeQName
public javax.xml.namespace.QName getTypeQName()
- Specified by:
getTypeQName in interface BPELVariable<T>
setElement
public void setElement(javax.xml.namespace.QName elementName)
- Specified by:
setElement in interface BPELVariable<T>
setMessageType
public void setMessageType(javax.xml.namespace.QName messageName)
- Specified by:
setMessageType in interface BPELVariable<T>
setQName
public void setQName(javax.xml.namespace.QName name)
- Specified by:
setQName in interface com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<T>
setTypeQName
public void setTypeQName(javax.xml.namespace.QName type)
- Specified by:
setTypeQName in interface BPELVariable<T>
getContent
public javax.xml.namespace.QName getContent()
- Specified by:
getContent in interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<javax.xml.namespace.QName,T>
getFrom
public From getFrom()
- Specified by:
getFrom in interface BPELVariable<T>
getVariableNameInXPathExpression
public static java.lang.String getVariableNameInXPathExpression(java.lang.String expression)
getPartNameInXPathExpression
public static java.lang.String getPartNameInXPathExpression(java.lang.String expression)
getVariables
public TVariables getVariables()
- Specified by:
getVariables in interface BPELVariable<T>
getValue
public com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage getValue()
- Specified by:
getValue in interface com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<T>
setValue
public void setValue(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage value)
- Specified by:
setValue in interface com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<T>
setContent
public void setContent(javax.xml.namespace.QName content)
- Specified by:
setContent in interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<javax.xml.namespace.QName,T>
extractVariablesInModel
public static java.util.List<BPELVariable> extractVariablesInModel(TVariables variables,
BPELElement parent)
throws BPELException
- Throws:
BPELException
Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.