Uses of Class
org.jbpm.taskmgmt.exe.SwimlaneInstance

Packages that use SwimlaneInstance
org.jbpm.taskmgmt.exe extensions of runtime process instance data structure for tasks. 
org.jbpm.taskmgmt.log persistable logging (history information) classes for task related events. 
 

Uses of SwimlaneInstance in org.jbpm.taskmgmt.exe
 

Fields in org.jbpm.taskmgmt.exe declared as SwimlaneInstance
protected  SwimlaneInstance PooledActor.swimlaneInstance
           
protected  SwimlaneInstance TaskInstance.swimlaneInstance
           
 

Methods in org.jbpm.taskmgmt.exe that return SwimlaneInstance
 SwimlaneInstance TaskMgmtInstance.createSwimlaneInstance(java.lang.String swimlaneName)
           
 SwimlaneInstance TaskMgmtInstance.createSwimlaneInstance(Swimlane swimlane)
           
 SwimlaneInstance TaskMgmtInstance.getInitializedSwimlaneInstance(ExecutionContext executionContext, Swimlane swimlane)
           
 SwimlaneInstance PooledActor.getSwimlaneInstance()
           
 SwimlaneInstance TaskInstance.getSwimlaneInstance()
           
 SwimlaneInstance TaskMgmtInstance.getSwimlaneInstance(java.lang.String swimlaneName)
           
 

Methods in org.jbpm.taskmgmt.exe with parameters of type SwimlaneInstance
 void TaskMgmtInstance.addSwimlaneInstance(SwimlaneInstance swimlaneInstance)
           
 void TaskInstance.copySwimlaneInstanceAssignment(SwimlaneInstance swimlaneInstance)
          copies the assignment (that includes both the swimlaneActorId and the set of pooledActors) of the given swimlane into this taskInstance.
static java.util.Set PooledActor.createPool(java.lang.String[] actorIds, SwimlaneInstance swimlaneInstance, TaskInstance taskInstance)
           
 void PooledActor.setSwimlaneInstance(SwimlaneInstance swimlaneInstance)
           
 void TaskInstance.setSwimlaneInstance(SwimlaneInstance swimlaneInstance)
           
 

Uses of SwimlaneInstance in org.jbpm.taskmgmt.log
 

Fields in org.jbpm.taskmgmt.log declared as SwimlaneInstance
protected  SwimlaneInstance SwimlaneLog.swimlaneInstance
           
 

Methods in org.jbpm.taskmgmt.log that return SwimlaneInstance
 SwimlaneInstance SwimlaneLog.getSwimlaneInstance()
           
 

Constructors in org.jbpm.taskmgmt.log with parameters of type SwimlaneInstance
SwimlaneAssignLog(SwimlaneInstance swimlaneInstance, java.lang.String swimlaneOldActorId, java.lang.String swimlaneNewActorId)
           
SwimlaneCreateLog(SwimlaneInstance swimlaneInstance, java.lang.String swimlaneActorId)
           
SwimlaneLog(SwimlaneInstance swimlaneInstance)
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.