Uses of Class
org.jbpm.process.core.context.swimlane.Swimlane
-
Packages that use Swimlane Package Description org.jbpm.process.core.context.swimlane -
-
Uses of Swimlane in org.jbpm.process.core.context.swimlane
Methods in org.jbpm.process.core.context.swimlane that return Swimlane Modifier and Type Method Description Swimlane
SwimlaneContext. getSwimlane(String name)
Methods in org.jbpm.process.core.context.swimlane that return types with arguments of type Swimlane Modifier and Type Method Description Collection<Swimlane>
SwimlaneContext. getSwimlanes()
Methods in org.jbpm.process.core.context.swimlane with parameters of type Swimlane Modifier and Type Method Description void
SwimlaneContext. addSwimlane(Swimlane swimlane)
Method parameters in org.jbpm.process.core.context.swimlane with type arguments of type Swimlane Modifier and Type Method Description void
SwimlaneContext. setSwimlanes(Collection<Swimlane> swimlanes)
-