Interface PostQueryPlugin


public interface PostQueryPlugin
A PostQueryPlugin is used to execute functionality after a query has been executed. For example if query results needed to be filtered, a PostQueryPlugin could be implemented and executed after a query to do filtering.