org.jbpm.pvm.impl
Class ProcessModificationsImpl.AddedNode

java.lang.Object
  extended by org.jbpm.pvm.impl.ProcessElementImpl
      extended by org.jbpm.pvm.impl.ObservableElementImpl
          extended by org.jbpm.pvm.impl.CompositeElementImpl
              extended by org.jbpm.pvm.impl.NodeImpl
                  extended by org.jbpm.pvm.impl.ProcessModificationsImpl.AddedNode
All Implemented Interfaces:
java.io.Serializable, CompositeElement, Node, ObservableElement, ProcessElement
Enclosing class:
ProcessModificationsImpl

public static class ProcessModificationsImpl.AddedNode
extends NodeImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.pvm.impl.NodeImpl
behaviourReference, defaultTransition, incomingTransitions, isExecutionAsync, isLeaveAsync, isPreviousNeeded, isSignalAsync, outgoingTransitions, outgoingTransitionsMap, parentNode
 
Fields inherited from class org.jbpm.pvm.impl.CompositeElementImpl
hasVariableDefinitions, nodes, nodesMap, variableDefinitions
 
Fields inherited from class org.jbpm.pvm.impl.ObservableElementImpl
description, events, name
 
Fields inherited from class org.jbpm.pvm.impl.ProcessElementImpl
dbid, dbversion, exceptionHandlers, processDefinition, properties
 
Fields inherited from interface org.jbpm.pvm.Node
EVENT_NODE_ENTER, EVENT_NODE_LEAVE
 
Constructor Summary
ProcessModificationsImpl.AddedNode()
           
 
Method Summary
 
Methods inherited from class org.jbpm.pvm.impl.NodeImpl
addIncomingTransition, addNode, addOutgoingTransition, createOutgoingTransition, createOutgoingTransition, findDefaultTransition, findNode, findOutgoingTransition, getBehaviour, getBehaviourReference, getDefaultTransition, getIncomingTransitions, getName, getOutgoingTransition, getOutgoingTransitions, getOutgoingTransitionsMap, getParent, getParentChain, getParentNode, hasIncomingTransitions, hasOutgoingTransition, hasOutgoingTransitions, isExecutionAsync, isLeaveAsync, isPreviousNeeded, isSignalAsync, removeIncomingTransition, removeOutgoingTransition, setBehaviour, setBehaviour, setBehaviour, setBehaviourReference, setDefaultTransition, setExecutionAsync, setIncomingTransitions, setLeaveAsync, setName, setOutgoingTransitions, setParentNode, setPreviousNeeded, setSignalAsync, toString
 
Methods inherited from class org.jbpm.pvm.impl.CompositeElementImpl
createNode, createNode, getNode, getNodes, getNodesMap, getVariableDefinitions, hasNode, hasNodes, removeNode, setVariableDefinitions
 
Methods inherited from class org.jbpm.pvm.impl.ObservableElementImpl
addEvent, createEvent, getDescription, getEvent, getEvents, hasEvent, setDescription, setEvents
 
Methods inherited from class org.jbpm.pvm.impl.ProcessElementImpl
addExceptionHandler, addProperty, createExceptionHandler, getDbid, getExceptionHandlers, getProcessDefinition, getProperties, getProperty, getPropertyKeys, setExceptionHandlers, setProcessDefinition, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jbpm.pvm.Node
getVariableDefinitions
 
Methods inherited from interface org.jbpm.pvm.CompositeElement
getNode, getNodes, getNodesMap, hasNode, hasNodes
 
Methods inherited from interface org.jbpm.pvm.ObservableElement
getDescription, getEvent, getEvents, hasEvent
 
Methods inherited from interface org.jbpm.pvm.ProcessElement
getDbid, getExceptionHandlers, getProcessDefinition, getProperty, getPropertyKeys
 

Constructor Detail

ProcessModificationsImpl.AddedNode

public ProcessModificationsImpl.AddedNode()