Class SearchContextImpl

java.lang.Object
com.atlassian.jira.issue.search.SearchContextImpl
All Implemented Interfaces:
SearchContext

public class SearchContextImpl extends Object implements SearchContext
  • Constructor Details

    • SearchContextImpl

      public SearchContextImpl()
    • SearchContextImpl

      public SearchContextImpl(List<Long> projectCategoryIds, List<Long> projectIds, List<String> issueTypeIds)
    • SearchContextImpl

      public SearchContextImpl(SearchContext searchContext)
  • Method Details