org.jbpm.taskmgmt.log
Class SwimlaneAssignLog

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

public class SwimlaneAssignLog
extends SwimlaneLog

See Also:
Serialized Form

Field Summary
protected  String swimlaneNewActorId
           
protected  String swimlaneOldActorId
           
 
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
SwimlaneAssignLog()
           
SwimlaneAssignLog(SwimlaneInstance swimlaneInstance, String swimlaneOldActorId, String swimlaneNewActorId)
           
 
Method Summary
 String getSwimlaneNewActorId()
           
 String getSwimlaneOldActorId()
           
 String toString()
          provides a text description for this update which can be used e.g.
 
Methods inherited from class org.jbpm.taskmgmt.log.SwimlaneLog
getSwimlaneInstance
 
Methods inherited from class org.jbpm.logging.log.ProcessLog
getActorId, getChildren, 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

swimlaneOldActorId

protected String swimlaneOldActorId

swimlaneNewActorId

protected String swimlaneNewActorId
Constructor Detail

SwimlaneAssignLog

public SwimlaneAssignLog()

SwimlaneAssignLog

public SwimlaneAssignLog(SwimlaneInstance swimlaneInstance,
                         String swimlaneOldActorId,
                         String swimlaneNewActorId)
Method Detail

toString

public 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

getSwimlaneNewActorId

public String getSwimlaneNewActorId()

getSwimlaneOldActorId

public String getSwimlaneOldActorId()


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