Uses of Class
org.jbpm.taskmgmt.def.Swimlane

Packages that use Swimlane
org.jbpm.taskmgmt.def process definition extensions for task management related information. 
org.jbpm.taskmgmt.exe extensions of runtime process instance data structure for tasks. 
 

Uses of Swimlane in org.jbpm.taskmgmt.def
 

Fields in org.jbpm.taskmgmt.def declared as Swimlane
protected  Swimlane Task.swimlane
           
 

Methods in org.jbpm.taskmgmt.def that return Swimlane
 Swimlane Task.getSwimlane()
           
 Swimlane TaskMgmtDefinition.getSwimlane(String swimlaneName)
           
 

Methods in org.jbpm.taskmgmt.def with parameters of type Swimlane
 void TaskMgmtDefinition.addSwimlane(Swimlane swimlane)
           
 void Task.setSwimlane(Swimlane swimlane)
          sets the swimlane unidirectionally.
 

Uses of Swimlane in org.jbpm.taskmgmt.exe
 

Fields in org.jbpm.taskmgmt.exe declared as Swimlane
protected  Swimlane SwimlaneInstance.swimlane
           
 

Methods in org.jbpm.taskmgmt.exe that return Swimlane
 Swimlane SwimlaneInstance.getSwimlane()
           
 

Methods in org.jbpm.taskmgmt.exe with parameters of type Swimlane
 SwimlaneInstance TaskMgmtInstance.createSwimlaneInstance(Swimlane swimlane)
           
 SwimlaneInstance TaskMgmtInstance.getInitializedSwimlaneInstance(ExecutionContext executionContext, Swimlane swimlane)
           
 

Constructors in org.jbpm.taskmgmt.exe with parameters of type Swimlane
SwimlaneInstance(Swimlane swimlane)
           
 



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