org.jbpm.pvm.impl
Class ProcessModificationsImpl.AddedTransition

java.lang.Object
  extended by org.jbpm.pvm.impl.ProcessElementImpl
      extended by org.jbpm.pvm.impl.ObservableElementImpl
          extended by org.jbpm.pvm.impl.TransitionImpl
              extended by org.jbpm.pvm.impl.ProcessModificationsImpl.AddedTransition
All Implemented Interfaces:
java.io.Serializable, ObservableElement, ProcessElement, Transition
Enclosing class:
ProcessModificationsImpl

public static class ProcessModificationsImpl.AddedTransition
extends TransitionImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.pvm.impl.TransitionImpl
destination, guardConditionReference, isTakeAsync, source, waitConditionReference
 
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.Transition
EVENT_TRANSITION_TAKE
 
Constructor Summary
ProcessModificationsImpl.AddedTransition()
           
 
Method Summary
 
Methods inherited from class org.jbpm.pvm.impl.TransitionImpl
createEvent, getDestination, getEvent, getGuardCondition, getGuardConditionReference, getParent, getSource, getWaitCondition, getWaitConditionReference, isTakeAsync, makeDefault, setDestination, setGuardConditionReference, setName, setSource, setTakeAsync, setWaitConditionReference, setWaitConditionReferenceConditionReference, toString
 
Methods inherited from class org.jbpm.pvm.impl.ObservableElementImpl
addEvent, createEvent, getDescription, getEvent, getEvents, getName, 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.ObservableElement
getDescription, getEvent, getEvents, getName, hasEvent
 
Methods inherited from interface org.jbpm.pvm.ProcessElement
getDbid, getExceptionHandlers, getProcessDefinition, getProperty, getPropertyKeys
 

Constructor Detail

ProcessModificationsImpl.AddedTransition

public ProcessModificationsImpl.AddedTransition()