|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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)
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |