当前页面:
在线文档首页 >
JBoss JBPM 3.1.3 API 英文版文档
ActionLog (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
org.jbpm.graph.log
Class ActionLog
java.lang.Object
org.jbpm.logging.log.ProcessLog
org.jbpm.logging.log.CompositeLog
org.jbpm.graph.log.ActionLog
- All Implemented Interfaces:
- java.io.Serializable
public class ActionLog
- extends CompositeLog
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
action
protected Action action
exception
protected java.lang.String exception
ActionLog
public ActionLog()
ActionLog
public ActionLog(Action action)
toString
public java.lang.String toString()
- Description copied from class:
ProcessLog
- provides a text description for this update
which can be used e.g. in the admin web console.
- Overrides:
toString
in class CompositeLog
setException
public void setException(java.lang.Throwable exception)
getAction
public Action getAction()
setAction
public void setAction(Action action)
getException
public java.lang.String getException()
Version : jbpm-3.1.3