org.apache.ode.bpel.evt
Class VariableModificationEvent

java.lang.Object
  extended by org.apache.ode.bpel.evt.BpelEvent
      extended by org.apache.ode.bpel.evt.ProcessEvent
          extended by org.apache.ode.bpel.evt.ProcessInstanceEvent
              extended by org.apache.ode.bpel.evt.ScopeEvent
                  extended by org.apache.ode.bpel.evt.VariableEvent
                      extended by org.apache.ode.bpel.evt.VariableModificationEvent
All Implemented Interfaces:
java.io.Serializable

public class VariableModificationEvent
extends VariableEvent

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.ode.bpel.evt.BpelEvent
BpelEvent.TYPE
 
Field Summary
 
Fields inherited from class org.apache.ode.bpel.evt.BpelEvent
eventContext
 
Constructor Summary
VariableModificationEvent()
           
VariableModificationEvent(java.lang.String varName)
           
 
Method Summary
 org.w3c.dom.Node getNewValue()
           
 void setNewValue(org.w3c.dom.Node newValue)
           
 
Methods inherited from class org.apache.ode.bpel.evt.VariableEvent
getType, getVarName, setVarName
 
Methods inherited from class org.apache.ode.bpel.evt.ScopeEvent
getParentScopeId, getParentScopesNames, getScopeDeclarationId, getScopeId, getScopeName, setParentScopeId, setParentScopesNames, setScopeDeclerationId, setScopeId, setScopeName
 
Methods inherited from class org.apache.ode.bpel.evt.ProcessInstanceEvent
getProcessInstanceId, setProcessInstanceId
 
Methods inherited from class org.apache.ode.bpel.evt.ProcessEvent
getProcessId, getProcessName, setProcessId, setProcessName
 
Methods inherited from class org.apache.ode.bpel.evt.BpelEvent
eventName, getLineNo, getTimestamp, setLineNo, setTimestamp, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableModificationEvent

public VariableModificationEvent()

VariableModificationEvent

public VariableModificationEvent(java.lang.String varName)
Method Detail

getNewValue

public org.w3c.dom.Node getNewValue()

setNewValue

public void setNewValue(org.w3c.dom.Node newValue)