@PublicApi
public interface BrowseContext
SearchRequest
to narrow their
focus to the current context.Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
createParameterMap()
Creates a map of the context-specific parameters and their associated domain objects.
|
Query |
createQuery()
Creates a new
Query that narrows it down to the current search context. |
String |
getContextKey()
Contains a context unique that can be used to identify this context.
|
String |
getIssueSearchPath()
Gets the URL for this context, which includes
/issues/?jql= . |
Project |
getProject()
The current projecet being browsed.
|
String |
getQueryString()
Deprecated.
Use
getIssueSearchPath() instead. |
ApplicationUser |
getUser()
The user browsing the project.
|
Project getProject()
ApplicationUser getUser()
Query createQuery()
Query
that narrows it down to the current search context.
E.g. Project, Component, VersionString getQueryString()
getIssueSearchPath()
instead.String getIssueSearchPath()
/issues/?jql=
. Used to create links to navigator but still in this context.Map<String,Object> createParameterMap()
String getContextKey()
Copyright © 2002-2017 Atlassian. All Rights Reserved.