com.ebmwebsourcing.easybpel.model.bpel.impl.variable
Class BPELDateVariableImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
          extended by com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl<com.ebmwebsourcing.easybpel.model.bpel.executable.TVariable>
              extended by com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELVariableImpl<java.util.Date>
                  extended by com.ebmwebsourcing.easybpel.model.bpel.impl.variable.BPELDateVariableImpl
All Implemented Interfaces:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement, com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator, com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELDateVariable, com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELVariable<java.util.Date>, com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<javax.xml.namespace.QName,java.util.Date>, com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<java.util.Date>, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement

public class BPELDateVariableImpl
extends com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELVariableImpl<java.util.Date>
implements com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELDateVariable

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

Field Summary
 
Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELVariableImpl
from
 
Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl
tag
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
BPELDateVariableImpl(com.ebmwebsourcing.easybpel.model.bpel.executable.TVariable model, com.ebmwebsourcing.easybpel.model.bpel.executable.TVariables variables, com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement parent)
           
 
Method Summary
 com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<java.util.Date> copypaste()
           
 java.util.Date evaluate(com.ebmwebsourcing.easyviper.core.api.engine.Scope scope)
           
 
Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELVariableImpl
getContent, getElement, getFrom, getMessageType, getPartNameInXPathExpression, getQName, getTypeQName, getValue, getVariableNameInXPathExpression, getVariables, setContent, setElement, setMessageType, setQName, setTypeQName, setValue
 
Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl
addOtherElements, createDocumentation, getDocumentation, getOtherElements, getTag, setDocumentation, setTag, validate
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
equals, getModel, getOtherAttributes, getParent, getSchema, getTopParent, hashCode, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.variable.BPELVariable
getElement, getFrom, getMessageType, getTypeQName, getVariables, setElement, setMessageType, setTypeQName
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable
getQName, getValue, setQName, setValue
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression
getContent, setContent
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement
getTag, setTag
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator
validate
 

Constructor Detail

BPELDateVariableImpl

public BPELDateVariableImpl(com.ebmwebsourcing.easybpel.model.bpel.executable.TVariable model,
                            com.ebmwebsourcing.easybpel.model.bpel.executable.TVariables variables,
                            com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement parent)
Method Detail

evaluate

public java.util.Date 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<javax.xml.namespace.QName,java.util.Date>
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

copypaste

public com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<java.util.Date> copypaste()
Specified by:
copypaste in interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<javax.xml.namespace.QName,java.util.Date>
Specified by:
copypaste in interface com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<java.util.Date>


Copyright © 2012 Petals Link. All Rights Reserved.