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.search
Interface ISearchDescriptor

All Known Implementing Classes:
SearchDescriptor

public interface ISearchDescriptor

Descriptor of a search.


Method Summary
 java.lang.String getSearchContent()
          Returns search content.
 boolean isCaseSensitive()
          Returns information whether the search content is case sensitive.
 boolean useCompleteWords()
          Returns information whether only complete words should be searched.
 boolean useRegularExpression()
          Returns information whether the search content should be interpreted as regular expression.
 boolean useSimilaritySearch()
          Returns information whether a similarity search should be done.
 

Method Detail

getSearchContent

java.lang.String getSearchContent()
Returns search content.

Returns:
search content to be looked for

useRegularExpression

boolean useRegularExpression()
Returns information whether the search content should be interpreted as regular expression.

Returns:
information whether the search content should be interpreted as regular expression

isCaseSensitive

boolean isCaseSensitive()
Returns information whether the search content is case sensitive.

Returns:
information whether the search content is case sensitive

useCompleteWords

boolean useCompleteWords()
Returns information whether only complete words should be searched.

Returns:
information whether only complete words should be searched

useSimilaritySearch

boolean useSimilaritySearch()
Returns information whether a similarity search should be done.

Returns:
information whether a similarity search should be done

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