public class SearchContextFactoryImpl extends Object implements SearchContextFactory
SearchContext.| Constructor and Description |
|---|
SearchContextFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
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. |
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()
SearchContextFactorySearchContextcreate in interface SearchContextFactorySearchContextpublic SearchContext create(SearchContext searchContext)
SearchContextFactorySearchContext.create in interface SearchContextFactorysearchContext - an existing SearchContext.SearchContext based on the given search context.Copyright © 2002-2021 Atlassian. All Rights Reserved.