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)
SearchContextFactory
SearchContext
with the given project categories, projects and issue types.create
in interface SearchContextFactory
projectCategoryIds
- the ids of the project categories.projectIds
- the project ids.issueTypeIds
- the issue type ids.SearchContext
public SearchContext create()
SearchContextFactory
SearchContext
create
in interface SearchContextFactory
SearchContext
public SearchContext create(SearchContext searchContext)
SearchContextFactory
SearchContext
.create
in interface SearchContextFactory
searchContext
- an existing SearchContext
.SearchContext
based on the given search context.Copyright © 2002-2015 Atlassian. All Rights Reserved.