Class VersionSearchContextVisibilityChecker
java.lang.Object
com.atlassian.jira.issue.search.searchers.transformer.VersionSearchContextVisibilityChecker
- All Implemented Interfaces:
SearchContextVisibilityChecker
@Deprecated
public class VersionSearchContextVisibilityChecker
extends Object
implements SearchContextVisibilityChecker
Deprecated.
A
SearchContextVisibilityChecker for version fields- Since:
- v4.0
-
Constructor Summary
ConstructorsConstructorDescriptionVersionSearchContextVisibilityChecker(VersionManager versionManager) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionFilterOutNonVisibleInContext(SearchContext searchContext, Collection<String> ids) Deprecated.Filters out any ids in the given collection that are not visible under theSearchContext
-
Constructor Details
-
VersionSearchContextVisibilityChecker
Deprecated.
-
-
Method Details
-
FilterOutNonVisibleInContext
public Set<String> FilterOutNonVisibleInContext(SearchContext searchContext, Collection<String> ids) Deprecated.Description copied from interface:SearchContextVisibilityCheckerFilters out any ids in the given collection that are not visible under theSearchContext- Specified by:
FilterOutNonVisibleInContextin interfaceSearchContextVisibilityChecker- Parameters:
searchContext- the context to check to see if the domain object represented by the id is visible underids- the collection of ids to filter- Returns:
- a new set which contains ids from the input collection that are visible under the given
SearchContext
-