|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.logging.log.ProcessLog
org.jbpm.logging.log.CompositeLog
public class CompositeLog
Field Summary |
---|
Fields inherited from class org.jbpm.logging.log.ProcessLog |
---|
date, index, parent, token |
Constructor Summary | |
---|---|
CompositeLog()
|
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 org.jbpm.logging.log.ProcessLog |
---|
getActorId, getDate, getId, getIndex, getParent, getToken, setDate, setIndex, setParent, setToken |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CompositeLog()
Method Detail |
---|
public java.util.List getChildren()
public void setChildren(java.util.List children)
public java.lang.String toString()
ProcessLog
toString
in class ProcessLog
public void addChild(ProcessLog processLog)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |