Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.noa.document
Interface ISearchService

All Known Implementing Classes:
SearchService

public interface ISearchService

Search service for of a document.


Method Summary
 ISearchResult findAll(ISearchDescriptor searchDescriptor)
          Looks for all occurrences of the defined search.
 ISearchResult findFirst(ISearchDescriptor searchDescriptor)
          Looks for the first occurrences of the defined search.
 boolean supportsFindAll()
          Returns information whether a find all search is supported.
 

Method Detail

findFirst

ISearchResult findFirst(ISearchDescriptor searchDescriptor)
Looks for the first occurrences of the defined search.

Parameters:
searchDescriptor - search descriptor to be used
Returns:
result of the search

findAll

ISearchResult findAll(ISearchDescriptor searchDescriptor)
Looks for all occurrences of the defined search.

Parameters:
searchDescriptor - search descriptor to be used
Returns:
result of the search

supportsFindAll

boolean supportsFindAll()
Returns information whether a find all search is supported.

Returns:
information whether a find all search is supported

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013