org.jbpm.logging.exe
Class LoggingInstance
java.lang.Object
org.jbpm.module.exe.ModuleInstance
org.jbpm.logging.exe.LoggingInstance
- All Implemented Interfaces:
- Serializable
public class LoggingInstance
- extends ModuleInstance
non persisted class that collects ProcessLogs during process
execution. When the process instance gets saved, the process logs will be saved by the
LoggingSession.
- See Also:
- Serialized Form
LoggingInstance
public LoggingInstance()
startCompositeLog
public void startCompositeLog(CompositeLog compositeLog)
endCompositeLog
public void endCompositeLog()
addLog
public void addLog(ProcessLog processLog)
getLogs
public List getLogs()
getLogs
public List getLogs(Class filterClass)
- get logs, filtered by log type.
getLogs
public static List getLogs(Collection logs,
Class filterClass)
logLogs
public void logLogs()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.