当前页面:
在线文档首页 >
JBoss JBPM 3.1.3 API 英文版文档
LoggingInstance (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
org.jbpm.logging.exe
Class LoggingInstance
java.lang.Object
org.jbpm.module.exe.ModuleInstance
org.jbpm.logging.exe.LoggingInstance
- All Implemented Interfaces:
- java.io.Serializable
public class LoggingInstance
- extends ModuleInstance
non persisted class that collects ProcessLog
s
during process execution. When the process instance gets saved, the
process logs will be saved by the LoggingSession
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggingInstance
public LoggingInstance()
startCompositeLog
public void startCompositeLog(CompositeLog compositeLog)
endCompositeLog
public void endCompositeLog()
addLog
public void addLog(ProcessLog processLog)
getLogs
public java.util.List getLogs()
getLogs
public java.util.List getLogs(java.lang.Class filterClass)
- get logs, filetered by log type.
getLogs
public static java.util.List getLogs(java.util.Collection logs,
java.lang.Class filterClass)
logLogs
public void logLogs()
Version : jbpm-3.1.3