org.jbpm.taskmgmt.log
Class SwimlaneLog

java.lang.Object
  extended by org.jbpm.logging.log.ProcessLog
      extended by org.jbpm.taskmgmt.log.SwimlaneLog
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SwimlaneAssignLog, SwimlaneCreateLog

public abstract class SwimlaneLog
extends ProcessLog

See Also:
Serialized Form

Field Summary
protected  SwimlaneInstance swimlaneInstance
           
 
Fields inherited from class org.jbpm.logging.log.ProcessLog
date, index, parent, token
 
Constructor Summary
SwimlaneLog()
           
SwimlaneLog(SwimlaneInstance swimlaneInstance)
           
 
Method Summary
 SwimlaneInstance getSwimlaneInstance()
           
 
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

swimlaneInstance

protected SwimlaneInstance swimlaneInstance
Constructor Detail

SwimlaneLog

public SwimlaneLog()

SwimlaneLog

public SwimlaneLog(SwimlaneInstance swimlaneInstance)
Method Detail

getSwimlaneInstance

public SwimlaneInstance getSwimlaneInstance()


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