org.jbpm.pvm.internal.model
Class ProcessModificationsImpl.AddedTransition

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

public static class ProcessModificationsImpl.AddedTransition
extends TransitionImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.pvm.internal.model.TransitionImpl
condition, destination, source, sourceIndex
 
Fields inherited from class org.jbpm.pvm.internal.model.ObservableElementImpl
description, events, name
 
Fields inherited from class org.jbpm.pvm.internal.model.ProcessElementImpl
dbid, dbversion, exceptionHandlers, processDefinition, properties
 
Constructor Summary
ProcessModificationsImpl.AddedTransition()
           
 
Method Summary
 
Methods inherited from class org.jbpm.pvm.internal.model.TransitionImpl
createEvent, getCondition, getDestination, getEvent, getParent, getSource, getSourceIndex, makeDefault, setCondition, setDestination, setName, setSource, setSourceIndex, toString
 
Methods inherited from class org.jbpm.pvm.internal.model.ObservableElementImpl
addEvent, createEvent, getDescription, getEvent, getEvents, getName, hasEvent, setDescription
 
Methods inherited from class org.jbpm.pvm.internal.model.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.api.model.Transition
getName
 
Methods inherited from interface org.jbpm.pvm.internal.model.ObservableElement
getDbid, getProcessDefinition, getProperty, getPropertyKeys
 

Constructor Detail

ProcessModificationsImpl.AddedTransition

public ProcessModificationsImpl.AddedTransition()


Copyright © 2010 JBoss Community. All Rights Reserved.