当前页面:
在线文档首页 >
JBoss JBPM 3.0.4 API 英文版文档
TransitionLog (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档
org.jbpm.graph.log
Class TransitionLog
java.lang.Object
org.jbpm.logging.log.ProcessLog
org.jbpm.logging.log.CompositeLog
org.jbpm.graph.log.TransitionLog
- All Implemented Interfaces:
- java.io.Serializable
- public class TransitionLog
- extends CompositeLog
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
transition
protected Transition transition
sourceNode
protected Node sourceNode
destinationNode
protected Node destinationNode
TransitionLog
public TransitionLog()
TransitionLog
public TransitionLog(Transition transition,
Node source)
getDestinationNode
public Node getDestinationNode()
setDestinationNode
public void setDestinationNode(Node destination)
getSourceNode
public Node getSourceNode()
getTransition
public Transition getTransition()
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
Version : jbpm-3.0.4