public interface SearchContextFactory
SearchContext
.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 . |
SearchContext create(List projectCategoryIds, List projectIds, List issueTypeIds)
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
SearchContext create()
SearchContext
SearchContext
SearchContext create(SearchContext searchContext)
SearchContext
.searchContext
- an existing SearchContext
.SearchContext
based on the given search context.Copyright © 2002-2017 Atlassian. All Rights Reserved.