org.jbpm.graph.log
Class NodeLog
java.lang.Object
org.jbpm.logging.log.ProcessLog
org.jbpm.graph.log.NodeLog
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ProcessStateLog
public class NodeLog
- extends ProcessLog
- See Also:
- Serialized Form
| Methods inherited from class org.jbpm.logging.log.ProcessLog |
getActorId, getChildren, getDate, getId, getIndex, getParent, getToken, setDate, setIndex, setParent, setToken |
node
protected Node node
enter
protected Date enter
leave
protected Date leave
duration
protected long duration
NodeLog
public NodeLog()
NodeLog
public NodeLog(Node node,
Date enter,
Date leave)
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
getDuration
public long getDuration()
getEnter
public Date getEnter()
getLeave
public Date getLeave()
getNode
public Node getNode()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.