站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.0.4 API 英文版文档

SignalLog (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档


org.jbpm.graph.log
Class SignalLog

java.lang.Object
  extended byorg.jbpm.logging.log.ProcessLog
      extended byorg.jbpm.logging.log.CompositeLog
          extended byorg.jbpm.graph.log.SignalLog
All Implemented Interfaces:
java.io.Serializable

public class SignalLog
extends CompositeLog

See Also:
Serialized Form

Field Summary
protected  Transition transition
           
 
Fields inherited from class org.jbpm.logging.log.ProcessLog
date, index, parent, token
 
Constructor Summary
SignalLog()
           
SignalLog(Transition transition)
           
 
Method Summary
 Transition getTransition()
           
 java.lang.String toString()
          provides a text description for this update which can be used e.g.
 
Methods inherited from class org.jbpm.logging.log.CompositeLog
addChild, getChildren, setChildren
 
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
 

Field Detail

transition

protected Transition transition
Constructor Detail

SignalLog

public SignalLog()

SignalLog

public SignalLog(Transition transition)
Method Detail

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

getTransition

public Transition getTransition()


Version : jbpm-3.0.4