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

Packages that use Swimlane
org.jbpm.taskmgmt.def   
org.jbpm.taskmgmt.exe   
 

Uses of Swimlane in org.jbpm.taskmgmt.def
 

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

Fields in org.jbpm.taskmgmt.def with type parameters of type Swimlane
protected  java.util.Map<java.lang.String,Swimlane> TaskMgmtDefinition.swimlanes
           
 

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

Methods in org.jbpm.taskmgmt.def that return types with arguments of type Swimlane
 java.util.Map<java.lang.String,Swimlane> TaskMgmtDefinition.getSwimlanes()
           
 

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 © 2009 JBoss, a division of Red Hat. All Rights Reserved.