Uses of Interface
org.jbpm.pvm.internal.history.HistorySession

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

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

Classes in org.jbpm.pvm.internal.history that implement HistorySession
 class HistorySessionChain
          log session that delegates to a delegate list of log sessions.
 class HistorySessionFilter
          filtering log session.
 class HistorySessionImpl
           
 

Fields in org.jbpm.pvm.internal.history declared as HistorySession
protected  HistorySession HistorySessionFilter.delegate
           
 

Fields in org.jbpm.pvm.internal.history with type parameters of type HistorySession
protected  java.util.List<HistorySession> HistorySessionChain.historySessions
           
 

Methods in org.jbpm.pvm.internal.history with parameters of type HistorySession
 void HistorySessionFilter.setDelegate(HistorySession delegate)
           
 

Constructor parameters in org.jbpm.pvm.internal.history with type arguments of type HistorySession
HistorySessionChain(java.util.List<HistorySession> historySessions)
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.