@Deprecated public interface

SearchContextVisibilityChecker

com.atlassian.jira.issue.search.searchers.transformer.SearchContextVisibilityChecker
Known Indirect Subclasses

This interface is deprecated.
No replacement.

Class Overview

A utility class for checking if values are visible under a given SearchContext.

Summary

Public Methods
Set<String> FilterOutNonVisibleInContext(SearchContext searchContext, Collection<String> ids)
Filters out any ids in the given collection that are not visible under the SearchContext

Public Methods

public Set<String> FilterOutNonVisibleInContext (SearchContext searchContext, Collection<String> ids)

Filters out any ids in the given collection that are not visible under the SearchContext

Parameters
searchContext the context to check to see if the domain object represented by the id is visible under
ids the collection of ids to filter
Returns
  • a new set which contains ids from the input collection that are visible under the given SearchContext