com.atlassian.jira.project.browse.BrowseContext |
Known Indirect Subclasses
|
Clients of @PublicApi
can expect
that programs compiled against a given version will remain binary compatible with later versions of the
@PublicApi
as per each product's API policy as long as the client does not implement/extend
@PublicApi
interfaces or classes (refer to each product's API policy for the exact
guarantee---usually binary compatibility is guaranteed at least across minor versions).
@PublicApi
interfaces and classes are not designed to be implemented or extended by clients,
we may perform certain types of binary-incompatible changes to these classes and interfaces, but these will not
affect well-behaved clients that do not extend/implement these types (in general, only classes and interfaces
annotated with @PublicSpi
are safe to extend/implement).
The context of the Browse Project screen. This is passed into tabs to help them render themselves.
It contains the current project and user, and for specific sub-classes more criteria.
It is also responsible for adding criteria to SearchRequest
to narrow their
focus to the current context.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a map of the context-specific parameters and their associated domain objects.
| |||||||||||
Creates a new
Query that narrows it down to the current search context. | |||||||||||
Contains a context unique that can be used to identify this context.
| |||||||||||
The current projecet being browsed.
| |||||||||||
Gets the URL query string for this context.
| |||||||||||
The user browsing the project.
|
Creates a map of the context-specific parameters and their associated domain objects.
Creates a new Query
that narrows it down to the current search context.
E.g. Project, Component, Version
Contains a context unique that can be used to identify this context. This is useful when storing things in the session on per context basis.
Gets the URL query string for this context. Used to create links to navigator but still in this context.