Uses of Class
org.jbpm.pvm.internal.history.HistoryEvent

Packages that use HistoryEvent
org.jbpm.pvm.internal.history infrastructure for listening to process event logs that can be used to build up historic information about process executions. 
org.jbpm.pvm.internal.history.events   
 

Uses of HistoryEvent in org.jbpm.pvm.internal.history
 

Methods in org.jbpm.pvm.internal.history with parameters of type HistoryEvent
static void HistoryEvent.fire(HistoryEvent historyEvent)
           
static void HistoryEvent.fire(HistoryEvent historyEvent, ExecutionImpl execution)
           
protected  boolean HistorySessionFilter.passes(HistoryEvent historyEvent)
          can be overwritten in case filtering needs to be more sophisticated then just type matching.
 void HistorySession.process(HistoryEvent historyEvent)
           
 void HistorySessionChain.process(HistoryEvent historyEvent)
           
 void HistorySessionImpl.process(HistoryEvent historyEvent)
           
 void HistorySessionFilter.process(HistoryEvent historyEvent)
           
 

Uses of HistoryEvent in org.jbpm.pvm.internal.history.events
 

Subclasses of HistoryEvent in org.jbpm.pvm.internal.history.events
 class ActivityEnd
           
 class ActivityStart
           
 class AutomaticEnd
           
 class DecisionEnd
           
 class ProcessInstanceCreate
           
 class ProcessInstanceEnd
           
 class ProcessInstanceMigration
           
 class TaskActivityStart
           
 class TaskAssign
           
 class TaskComplete
           
 class TaskCreated
           
 class TaskDelete
           
 class TaskSkip
           
 class TaskUpdated
           
 class VariableCreate
           
 class VariableUpdate
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.