|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchContextFactory
Use this factory to construct a SearchContext.
| 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. |
| Method Detail |
|---|
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.
SearchContextSearchContext create()
SearchContext
SearchContextSearchContext create(SearchContext searchContext)
SearchContext.
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 | |||||||||