org.jbpm.logging.log
Class CompositeLog
java.lang.Object
org.jbpm.logging.log.ProcessLog
org.jbpm.logging.log.CompositeLog
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ActionLog, SignalLog, TransitionLog
public class CompositeLog
- extends ProcessLog
- See Also:
- Serialized Form
CompositeLog
public CompositeLog()
getChildren
public List getChildren()
- Overrides:
getChildren in class ProcessLog
setChildren
public void setChildren(List children)
toString
public 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)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.