java.lang.Object | |
↳ | com.atlassian.jira.issue.search.SearchContextFactoryImpl |
Use this factory to construct a SearchContext
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a search context based on the given
SearchContext . | |||||||||||
Creates a
SearchContext with the given project categories, projects and issue types. | |||||||||||
Creates an empty
SearchContext |
[Expand]
Inherited Methods | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||
![]()
|
Creates a search context based on the given SearchContext
.
searchContext | an existing SearchContext . |
---|
SearchContext
based on the given search context.
Creates a SearchContext
with the given project categories, projects and issue types.
projectCategoryIds | the ids of the project categories. |
---|---|
projectIds | the project ids. |
issueTypeIds | the issue type ids. |
SearchContext