Uses of Class
it.sistematica.isharedoc.model.organization.Swimlane

Packages that use Swimlane
it.sistematica.isharedoc.action.workgroup   
it.sistematica.isharedoc.model.organization   
 

Uses of Swimlane in it.sistematica.isharedoc.action.workgroup
 

Methods in it.sistematica.isharedoc.action.workgroup that return Swimlane
 Swimlane SwimlaneAction.getSwimlane()
           
 Swimlane ConfigurationAction.getSwimlane()
           
 Swimlane ConfigurationAction.OrganizationUserView.getSwimlane()
           
 

Methods in it.sistematica.isharedoc.action.workgroup that return types with arguments of type Swimlane
 java.util.List<Swimlane> OrganizationAction.getAllSwimlanes()
           
 java.util.List<Swimlane> ConfigurationAction.getStoryboardSwimlane()
           
 java.util.List<Swimlane> SwimlaneAction.getSwimlanes()
           
 java.util.List<Swimlane> ConfigurationAction.getSwimlanes()
           
 

Methods in it.sistematica.isharedoc.action.workgroup with parameters of type Swimlane
 void ConfigurationAction.OrganizationUserView.setSwimlane(Swimlane swimlane)
           
 java.util.List<Organization> ConfigurationAction.swimOrgChildrenNodes(Swimlane swim)
           
 

Constructors in it.sistematica.isharedoc.action.workgroup with parameters of type Swimlane
ConfigurationAction.OrganizationUserView(OrganizationUser organizationUser, Swimlane swimlane, AppRole appRole)
           
ConfigurationAction.OrganizationUserView(OrganizationUser organizationUser, Swimlane swimlane, View view)
           
 

Uses of Swimlane in it.sistematica.isharedoc.model.organization
 

Fields in it.sistematica.isharedoc.model.organization declared as Swimlane
protected  Swimlane OrganizationUserAcl.swimlane
           
 

Fields in it.sistematica.isharedoc.model.organization with type parameters of type Swimlane
protected  java.util.List<Swimlane> Organization.swimlanes
           
 

Methods in it.sistematica.isharedoc.model.organization that return Swimlane
 Swimlane OrganizationUserAcl.getSwimlane()
           
 

Methods in it.sistematica.isharedoc.model.organization that return types with arguments of type Swimlane
 java.util.List<Swimlane> Organization.getSwimlanes()
           
 

Methods in it.sistematica.isharedoc.model.organization with parameters of type Swimlane
 void Organization.addSwimlane(Swimlane swimlane)
           
 void Organization.removeSwimlane(Swimlane swimlane)
           
 void OrganizationUserAcl.setSwimlane(Swimlane swimlane)
           
 

Method parameters in it.sistematica.isharedoc.model.organization with type arguments of type Swimlane
 void Organization.setSwimlanes(java.util.List<Swimlane> swimlanes)