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

Packages that use CompositeLog
org.jbpm.graph.exe contains the runtime structures for process executions. 
org.jbpm.graph.log graph execution logs. 
org.jbpm.logging.exe contains LoggingInstance that collects process logs 
org.jbpm.logging.log   
 

Uses of CompositeLog in org.jbpm.graph.exe
 

Methods in org.jbpm.graph.exe with parameters of type CompositeLog
 void Token.startCompositeLog(CompositeLog compositeLog)
          convenience method for starting a composite log.
 

Uses of CompositeLog in org.jbpm.graph.log
 

Subclasses of CompositeLog in org.jbpm.graph.log
 class ActionLog
           
 class SignalLog
           
 class TransitionLog
           
 

Uses of CompositeLog in org.jbpm.logging.exe
 

Methods in org.jbpm.logging.exe with parameters of type CompositeLog
 void LoggingInstance.startCompositeLog(CompositeLog compositeLog)
           
 

Uses of CompositeLog in org.jbpm.logging.log
 

Fields in org.jbpm.logging.log declared as CompositeLog
protected  CompositeLog ProcessLog.parent
           
 

Methods in org.jbpm.logging.log that return CompositeLog
 CompositeLog ProcessLog.getParent()
           
 

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



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