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

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


org.jbpm.taskmgmt.log
Class TaskLog

java.lang.Object
  extended byorg.jbpm.logging.log.ProcessLog
      extended byorg.jbpm.taskmgmt.log.TaskLog
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TaskAssignLog, TaskCreateLog, TaskEndLog

public abstract class TaskLog
extends ProcessLog

See Also:
Serialized Form

Field Summary
protected  TaskInstance taskInstance
           
 
Fields inherited from class org.jbpm.logging.log.ProcessLog
date, index, parent, token
 
Constructor Summary
TaskLog()
           
TaskLog(TaskInstance taskInstance)
           
 
Method Summary
 TaskInstance getTaskInstance()
           
 
Methods inherited from class org.jbpm.logging.log.ProcessLog
getActorId, getDate, getId, getIndex, getParent, getToken, setDate, setIndex, setParent, setToken, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

taskInstance

protected TaskInstance taskInstance
Constructor Detail

TaskLog

public TaskLog()

TaskLog

public TaskLog(TaskInstance taskInstance)
Method Detail

getTaskInstance

public TaskInstance getTaskInstance()


Version : jbpm-3.0.4