| Methods in com.atlassian.greenhopper.web.rapid.view with parameters of type EntryMoveModel |
javax.ws.rs.core.Response |
QuickFilterResource.moveQuickFilter(java.lang.Long rapidViewId,
java.lang.Long id,
EntryMoveModel model)
Modify a quick filters sequence within a rapidview. |
void |
QuickFilterHelper.moveQuickFilter(com.atlassian.crowd.embedded.api.User user,
java.lang.Long rapidViewId,
java.lang.Long quickFilterId,
EntryMoveModel moveModel)
moves quick filter with id quickFilterId in rapid view with id rapidViewId to position described in model |
javax.ws.rs.core.Response |
SwimlaneResource.moveSwimlane(java.lang.Long rapidViewId,
java.lang.Long id,
EntryMoveModel model)
Modify a swimlanes sequence within a rapidview. |
void |
SwimlaneHelper.moveSwimlane(com.atlassian.crowd.embedded.api.User user,
long rapidViewId,
long swimlaneId,
EntryMoveModel moveModel)
Moves a swimlane inside a rapid view |