org.sakaiproject.search.filter
Interface SearchItemFilter
- All Known Implementing Classes:
- NullSearchFilter, SearchSecurityFilter
public interface SearchItemFilter
Provides a mechnism whereby a search item can be filtered from the list,
This is used to post process the list,
It should not be confused with the filters that pre-process the list during the search
operation.
- Author:
- ieb
filter
SearchResult filter(SearchResult result)
- performs the filter operation on a result, retruning the filtered result
- Parameters:
result -
- Returns:
Copyright © 2003-2012 Sakai Project. All Rights Reserved.