Interface ISearchEngine<C,R>

All Superinterfaces:
ISeacher<C>
All Known Implementing Classes:
DocumentSearchEngine

public interface ISearchEngine<C,R> extends ISeacher<C>
  • Method Details

    • reset

      void reset()
    • next

      void next()
    • previous

      void previous()
    • search

      void search(C condition)
      Specified by:
      search in interface ISeacher<C>
    • hasPrevious

      boolean hasPrevious()
    • hasNext

      boolean hasNext()
    • getResultCursorModel

      IObjectModel<R> getResultCursorModel()
    • hasResult

      boolean hasResult()
    • getCondition

      C getCondition()
    • getSearchResultsModel

      IObjectListModel<R> getSearchResultsModel()