|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.issue.search.SearchContextFactoryImpl
public class SearchContextFactoryImpl
Use this factory to construct a SearchContext.
| Constructor Summary | |
|---|---|
SearchContextFactoryImpl()
|
|
| Method Summary | |
|---|---|
SearchContext |
create()
Creates an empty SearchContext |
SearchContext |
create(List projectCategoryIds,
List projectIds,
List issueTypeIds)
Creates a SearchContext with the given project categories, projects and issue types. |
SearchContext |
create(SearchContext searchContext)
Creates a search context based on the given SearchContext. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchContextFactoryImpl()
| Method Detail |
|---|
public SearchContext create(List projectCategoryIds,
List projectIds,
List issueTypeIds)
SearchContextFactorySearchContext with the given project categories, projects and issue types.
create in interface SearchContextFactoryprojectCategoryIds - the ids of the project categories.projectIds - the project ids.issueTypeIds - the issue type ids.
SearchContextpublic SearchContext create()
SearchContextFactorySearchContext
create in interface SearchContextFactorySearchContextpublic SearchContext create(SearchContext searchContext)
SearchContextFactorySearchContext.
create in interface SearchContextFactorysearchContext - an existing SearchContext.
SearchContext based on the given search context.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||