org.jbpm.taskmgmt.log
Class SwimlaneAssignLog
java.lang.Object
org.jbpm.logging.log.ProcessLog
org.jbpm.taskmgmt.log.SwimlaneLog
org.jbpm.taskmgmt.log.SwimlaneAssignLog
- All Implemented Interfaces:
- Serializable
public class SwimlaneAssignLog
- extends SwimlaneLog
- See Also:
- Serialized Form
| Methods inherited from class org.jbpm.logging.log.ProcessLog |
getActorId, getChildren, getDate, getId, getIndex, getParent, getToken, setDate, setIndex, setParent, setToken |
swimlaneOldActorId
protected String swimlaneOldActorId
swimlaneNewActorId
protected String swimlaneNewActorId
SwimlaneAssignLog
public SwimlaneAssignLog()
SwimlaneAssignLog
public SwimlaneAssignLog(SwimlaneInstance swimlaneInstance,
String swimlaneOldActorId,
String swimlaneNewActorId)
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.