当前页面:
在线文档首页 >
JBoss JBPM 3.1.3 API 英文版文档
CompositeLog (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
org.jbpm.logging.log
Class CompositeLog
java.lang.Object
org.jbpm.logging.log.ProcessLog
org.jbpm.logging.log.CompositeLog
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ActionLog, SignalLog, TransitionLog
public class CompositeLog
- extends ProcessLog
- See Also:
- Serialized Form
Method Summary |
void |
addChild(ProcessLog processLog)
|
java.util.List |
getChildren()
|
void |
setChildren(java.util.List children)
|
java.lang.String |
toString()
provides a text description for this update
which can be used e.g. in the admin web console. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CompositeLog
public CompositeLog()
getChildren
public java.util.List getChildren()
setChildren
public void setChildren(java.util.List children)
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.
- Specified by:
toString
in class ProcessLog
addChild
public void addChild(ProcessLog processLog)
Version : jbpm-3.1.3