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

Packages that use ProcessLog
org.jbpm.command   
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   
org.jbpm.logging.db   
org.jbpm.logging.exe contains LoggingInstance that collects process logs 
org.jbpm.logging.log   
org.jbpm.taskmgmt.log   
 

Uses of ProcessLog in org.jbpm.command
 

Methods in org.jbpm.command with parameters of type ProcessLog
 void GetProcessInstanceLogCommand.retrieveProcessLog(ProcessLog pl)
           
 void GetTokenLogCommand.retrieveProcessLog(ProcessLog pl)
           
 

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 that return types with arguments of type ProcessLog
 java.util.Map<Token,java.util.List<ProcessLog>> LoggingSession.findLogsByProcessInstance(long processInstanceId)
          returns a map of tokens to lists.
 java.util.Map<Token,java.util.List<ProcessLog>> LoggingSession.findLogsByProcessInstance(ProcessInstance processInstance)
          returns a map of tokens to lists.
 java.util.List<ProcessLog> LoggingSession.findLogsByToken(long tokenId)
          collects the logs for a given token, ordered by creation time.
 java.util.List<ProcessLog> LoggingSession.findLogsByToken(Token token)
          collects the logs for a given token, ordered by creation time.
 

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 type parameters of type ProcessLog
<L extends ProcessLog>
java.util.List<L>
LoggingInstance.getLogs(java.lang.Class<L> logType)
          get logs, filtered by log type.
static
<L extends ProcessLog>
java.util.List<L>
LoggingInstance.getLogs(java.util.Collection<ProcessLog> logs, java.lang.Class<L> logType)
           
 

Methods in org.jbpm.logging.exe that return types with arguments of type ProcessLog
 java.util.List<ProcessLog> LoggingInstance.getLogs()
           
 

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

Method parameters in org.jbpm.logging.exe with type arguments of type ProcessLog
static
<L extends ProcessLog>
java.util.List<L>
LoggingInstance.getLogs(java.util.Collection<ProcessLog> logs, java.lang.Class<L> logType)
           
 

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 that return types with arguments of type ProcessLog
 java.util.List<ProcessLog> CompositeLog.getChildren()
           
 java.util.List<ProcessLog> ProcessLog.getChildren()
           
 

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

Method parameters in org.jbpm.logging.log with type arguments of type ProcessLog
 void CompositeLog.setChildren(java.util.List<ProcessLog> children)
           
 

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 © 2009 JBoss, a division of Red Hat. All Rights Reserved.