org.jbpm.taskmgmt.log
Class SwimlaneCreateLog

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

public class SwimlaneCreateLog
extends SwimlaneLog

See Also:
Serialized Form

Field Summary
protected  java.lang.String swimlaneActorId
           
 
Fields inherited from class org.jbpm.taskmgmt.log.SwimlaneLog
swimlaneInstance
 
Fields inherited from class org.jbpm.logging.log.ProcessLog
date, index, parent, token
 
Constructor Summary
SwimlaneCreateLog()
           
SwimlaneCreateLog(SwimlaneInstance swimlaneInstance, java.lang.String swimlaneActorId)
           
 
Method Summary
 java.lang.String getSwimlaneActorId()
           
 java.lang.String toString()
          provides a text description for this update which can be used e.g. in the admin web console.
 
Methods inherited from class org.jbpm.taskmgmt.log.SwimlaneLog
getSwimlaneInstance
 
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

swimlaneActorId

protected java.lang.String swimlaneActorId
Constructor Detail

SwimlaneCreateLog

public SwimlaneCreateLog()

SwimlaneCreateLog

public SwimlaneCreateLog(SwimlaneInstance swimlaneInstance,
                         java.lang.String swimlaneActorId)
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.

Specified by:
toString in class ProcessLog

getSwimlaneActorId

public java.lang.String getSwimlaneActorId()