com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign
Class ToImpl
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<TTo>
com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign.ToImpl
- All Implemented Interfaces:
- FromAndTo, To, BPELElement, Validator, BPELElementExpression, 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 ToImpl
- extends BPELElementImpl<TTo>
- implements To
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4assign.FromAndTo |
FromAndTo.Kind |
| 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, wait, wait, wait |
| Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement |
addOtherElements |
| 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 |
ToImpl
public ToImpl(TTo model,
BPELElementImpl parent)
getExpressionDefinition
public BPELExpression<org.jdom.Element> getExpressionDefinition()
getKind
public FromAndTo.Kind getKind()
- Specified by:
getKind in interface FromAndTo
getVariablePart
public VariablePart getVariablePart()
- Specified by:
getVariablePart in interface FromAndTo
getVariableProperty
public VariableProperty getVariableProperty()
- Specified by:
getVariableProperty in interface FromAndTo
setExpressionDefinition
public void setExpressionDefinition(BPELExpression<org.jdom.Element> exp)
setKind
public void setKind(FromAndTo.Kind kind)
- Specified by:
setKind in interface FromAndTo
setVariablePart
public void setVariablePart(VariablePart vp)
- Specified by:
setVariablePart in interface FromAndTo
setVariableProperty
public void setVariableProperty(VariableProperty vp)
- Specified by:
setVariableProperty in interface FromAndTo
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- Overrides:
getOtherElements in class BPELElementImpl<TTo>
- Throws:
org.ow2.easywsdl.schema.api.XmlException
getContent
public java.lang.String getContent()
- Specified by:
getContent in interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<java.lang.String,org.jdom.Element>
setContent
public void setContent(java.lang.String content)
- Specified by:
setContent in interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<java.lang.String,org.jdom.Element>
getPartnerLinkVar
public PartnerLinkVar getPartnerLinkVar()
- Specified by:
getPartnerLinkVar in interface FromAndTo
setPartnerLinkVar
public void setPartnerLinkVar(PartnerLinkVar partner)
- Specified by:
setPartnerLinkVar in interface FromAndTo
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
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
getExpressionLanguage
public java.net.URI getExpressionLanguage()
- Specified by:
getExpressionLanguage in interface BPELExpression<org.jdom.Element>
setExpressionLanguage
public void setExpressionLanguage(java.net.URI language)
- Specified by:
setExpressionLanguage in interface BPELExpression<org.jdom.Element>
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>
Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.