Uses of Class
org.jbpm.logging.log.ProcessLog

Packages that use ProcessLog
org.jbpm.context.log process variable logs. 
org.jbpm.context.log.variableinstance variable instance update logs. 
org.jbpm.db provides access the to jBPM database. 
org.jbpm.graph.exe contains the runtime structures for process executions. 
org.jbpm.graph.log graph execution logs. 
org.jbpm.logging pluggability interface for logging service to capturing the history events during process execution. 
org.jbpm.logging.db default DB implementation of the logging service. 
org.jbpm.logging.exe contains LoggingInstance that collects process logs 
org.jbpm.logging.log base model classes for the history events that get recorded by the DbLoggingService. 
org.jbpm.taskmgmt.log persistable logging (history information) classes for task related events. 
 

Uses of ProcessLog in org.jbpm.context.log
 

Subclasses of ProcessLog in org.jbpm.context.log
 class VariableCreateLog
           
 class VariableDeleteLog
           
 class VariableLog
           
 class VariableUpdateLog
           
 

Uses of ProcessLog in org.jbpm.context.log.variableinstance
 

Subclasses of ProcessLog in org.jbpm.context.log.variableinstance
 class ByteArrayUpdateLog
           
 class DateUpdateLog
           
 class DoubleUpdateLog
           
 class HibernateLongUpdateLog
           
 class HibernateStringUpdateLog
           
 class LongUpdateLog
           
 class StringUpdateLog
           
 

Uses of ProcessLog in org.jbpm.db
 

Methods in org.jbpm.db that return ProcessLog
 ProcessLog LoggingSession.getProcessLog(long processLogId)
          get the process log for a given id.
 ProcessLog LoggingSession.loadProcessLog(long processLogId)
          load the process log for a given id.
protected  ProcessLog AbstractDbTestCase.saveAndReload(ProcessLog processLog)
           
 

Methods in org.jbpm.db with parameters of type ProcessLog
protected  ProcessLog AbstractDbTestCase.saveAndReload(ProcessLog processLog)
           
 void LoggingSession.saveProcessLog(ProcessLog processLog)
          saves the given process log to the database.
 

Uses of ProcessLog in org.jbpm.graph.exe
 

Methods in org.jbpm.graph.exe with parameters of type ProcessLog
 void Token.addLog(ProcessLog processLog)
          convenience method for adding a process log.
 

Uses of ProcessLog in org.jbpm.graph.log
 

Subclasses of ProcessLog in org.jbpm.graph.log
 class ActionLog
           
 class NodeLog
           
 class ProcessInstanceCreateLog
           
 class ProcessInstanceEndLog
           
 class ProcessStateLog
           
 class SignalLog
           
 class TokenCreateLog
           
 class TokenEndLog
           
 class TransitionLog
           
 

Uses of ProcessLog in org.jbpm.logging
 

Methods in org.jbpm.logging with parameters of type ProcessLog
 void LoggingService.log(ProcessLog processLog)
           
 

Uses of ProcessLog in org.jbpm.logging.db
 

Methods in org.jbpm.logging.db with parameters of type ProcessLog
 void DbLoggingService.log(ProcessLog processLog)
           
 

Uses of ProcessLog in org.jbpm.logging.exe
 

Methods in org.jbpm.logging.exe with parameters of type ProcessLog
 void LoggingInstance.addLog(ProcessLog processLog)
           
 

Uses of ProcessLog in org.jbpm.logging.log
 

Subclasses of ProcessLog in org.jbpm.logging.log
 class CompositeLog
           
 class MessageLog
           
 

Methods in org.jbpm.logging.log with parameters of type ProcessLog
 void CompositeLog.addChild(ProcessLog processLog)
           
 

Uses of ProcessLog in org.jbpm.taskmgmt.log
 

Subclasses of ProcessLog in org.jbpm.taskmgmt.log
 class SwimlaneAssignLog
           
 class SwimlaneCreateLog
           
 class SwimlaneLog
           
 class TaskAssignLog
           
 class TaskCreateLog
           
 class TaskEndLog
           
 class TaskLog
           
 



Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.