Uses of Interface
org.ow2.bonita.pvm.processlog.ProcessLog

Packages that use ProcessLog
org.ow2.bonita.pvm.activity   
org.ow2.bonita.pvm.internal.model   
org.ow2.bonita.pvm.listener   
org.ow2.bonita.pvm.processlog   
org.ow2.bonita.pvm.session   
 

Uses of ProcessLog in org.ow2.bonita.pvm.activity
 

Methods in org.ow2.bonita.pvm.activity with parameters of type ProcessLog
 void ActivityExecution.addLog(ProcessLog processLog)
          adds a log to this execution.
 

Uses of ProcessLog in org.ow2.bonita.pvm.internal.model
 

Methods in org.ow2.bonita.pvm.internal.model with parameters of type ProcessLog
 void ExecutionImpl.addLog(ProcessLog processLog)
           
 

Uses of ProcessLog in org.ow2.bonita.pvm.listener
 

Methods in org.ow2.bonita.pvm.listener with parameters of type ProcessLog
 void EventListenerExecution.addLog(ProcessLog processLog)
          adds a log to this execution.
 

Uses of ProcessLog in org.ow2.bonita.pvm.processlog
 

Classes in org.ow2.bonita.pvm.processlog that implement ProcessLog
 class ProcessLogImpl
          base class for process logs.
 

Methods in org.ow2.bonita.pvm.processlog with parameters of type ProcessLog
 void LogSessionChain.add(ProcessLog processLog)
           
 void LogSessionFilter.add(ProcessLog processLog)
           
 void ProcessLogXmlSerializer.appendLog(org.w3c.dom.Document document, org.w3c.dom.Element parent, ProcessLog processLog)
           
protected  java.lang.String ProcessLogXmlSerializer.getEventType(ProcessLog processLog)
           
protected  java.lang.String ProcessLogXmlSerializer.getExecutionDbid(ProcessLog processLog)
           
protected  java.lang.String ProcessLogXmlSerializer.getProcessInstanceDbid(ProcessLog processLog)
           
protected  java.lang.String ProcessLogXmlSerializer.getProcessInstanceKey(ProcessLog processLog)
           
protected  java.lang.String ProcessLogXmlSerializer.getTime(ProcessLog processLog)
           
protected  boolean LogSessionFilter.passes(ProcessLog processLog)
          can be overwritten in case filtering needs to be more sophisticated then just type matching.
 

Uses of ProcessLog in org.ow2.bonita.pvm.session
 

Methods in org.ow2.bonita.pvm.session with parameters of type ProcessLog
 void LogSession.add(ProcessLog processLog)
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.