|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - either an Issue or Sprintpublic interface RapidViewLocationResolver<T>
Assists BoardDispatchAction in resolving the location of an Issue or Sprint on a Rapid Board. Intended for
"web use" only.
BoardDispatchAction,
RapidViewLocationResolverFactory| Method Summary | |
|---|---|
ServiceOutcome<T> |
getObject(com.atlassian.crowd.embedded.api.User user,
java.lang.Long id)
Look up the object that we are trying to find on a Board. |
ServiceOutcome<java.util.Set<RapidView>> |
getRapidViewsForObject(com.atlassian.crowd.embedded.api.User user,
T object)
Returns the set of Board IDs which contain the object specified. |
ServiceOutcome<java.lang.String> |
getUrl(com.atlassian.crowd.embedded.api.User user,
T object,
java.lang.Long rapidViewId)
Get the URL of the precise location of the object on the specified board. |
| Method Detail |
|---|
@NotNull
ServiceOutcome<T> getObject(com.atlassian.crowd.embedded.api.User user,
java.lang.Long id)
user - the userid - the ID of the object
@NotNull
ServiceOutcome<java.util.Set<RapidView>> getRapidViewsForObject(com.atlassian.crowd.embedded.api.User user,
T object)
user - the userobject - the object
@NotNull
ServiceOutcome<java.lang.String> getUrl(com.atlassian.crowd.embedded.api.User user,
T object,
java.lang.Long rapidViewId)
user - the userobject - the objectrapidViewId - the ID of the Board we are looking at
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||