org.jbpm.taskmgmt.log
Class TaskLog

java.lang.Object
  extended by org.jbpm.logging.log.ProcessLog
      extended by org.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, getChildren, 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()


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.