org.jbpm.pvm.internal.history.events
Class ProcessInstanceMigration

java.lang.Object
  extended by org.jbpm.pvm.internal.history.HistoryEvent
      extended by org.jbpm.pvm.internal.history.events.ProcessInstanceMigration
All Implemented Interfaces:
java.io.Serializable

public class ProcessInstanceMigration
extends HistoryEvent

Author:
Koen Aers
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.pvm.internal.history.HistoryEvent
execution
 
Constructor Summary
ProcessInstanceMigration(ProcessInstance processInstance, ProcessDefinition processDefinition)
           
 
Method Summary
 ProcessDefinition getProcessDefinition()
           
 ProcessInstance getProcessInstance()
           
 void process()
           
 
Methods inherited from class org.jbpm.pvm.internal.history.HistoryEvent
fire, fire, getExecution, setExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessInstanceMigration

public ProcessInstanceMigration(ProcessInstance processInstance,
                                ProcessDefinition processDefinition)
Method Detail

process

public void process()
Specified by:
process in class HistoryEvent

getProcessInstance

public ProcessInstance getProcessInstance()

getProcessDefinition

public ProcessDefinition getProcessDefinition()


Copyright © 2010 JBoss Community. All Rights Reserved.