Uses of Class
com.atlassian.greenhopper.web.rapid.view.SwimlaneEntry

Packages that use SwimlaneEntry
com.atlassian.greenhopper.web.rapid.view   
 

Uses of SwimlaneEntry in com.atlassian.greenhopper.web.rapid.view
 

Methods in com.atlassian.greenhopper.web.rapid.view that return SwimlaneEntry
 SwimlaneEntry SwimlaneHelper.addSwimlane(com.atlassian.crowd.embedded.api.User user, long rapidViewId, SwimlaneEntry editModel)
          Update a given swimlane
 SwimlaneEntry SwimlaneHelper.getSwimlane(com.atlassian.crowd.embedded.api.User user, long rapidViewId, long swimlaneId)
          Get the swimlane for a given rapidViewId and swimlaneId
 SwimlaneEntry SwimlaneHelper.updateSwimlane(com.atlassian.crowd.embedded.api.User user, long rapidViewId, long swimlaneId, SwimlaneEntry editModel)
          Update a given swimlane
 

Methods in com.atlassian.greenhopper.web.rapid.view with parameters of type SwimlaneEntry
 javax.ws.rs.core.Response SwimlaneResource.addSwimlane(java.lang.Long rapidViewId, SwimlaneEntry editModel)
          Add a swimlane to the rapid view.
 SwimlaneEntry SwimlaneHelper.addSwimlane(com.atlassian.crowd.embedded.api.User user, long rapidViewId, SwimlaneEntry editModel)
          Update a given swimlane
 javax.ws.rs.core.Response SwimlaneResource.updateSwimlane(java.lang.Long rapidViewId, java.lang.Long id, SwimlaneEntry editModel)
          Update a swimlane given its id and the id of the rapid view it belongs to
 SwimlaneEntry SwimlaneHelper.updateSwimlane(com.atlassian.crowd.embedded.api.User user, long rapidViewId, long swimlaneId, SwimlaneEntry editModel)
          Update a given swimlane
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.