Verwendungen von Enum-Klasse
org.teamapps.universaldb.index.text.TextFilterType
Packages, die TextFilterType verwenden
-
Verwendungen von TextFilterType in org.teamapps.universaldb.index.text
Methoden in org.teamapps.universaldb.index.text, die TextFilterType zurückgebenModifizierer und TypMethodeBeschreibungTextFilter.getFilterType()static TextFilterTypeGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static TextFilterType[]TextFilterType.values()Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.Methoden in org.teamapps.universaldb.index.text mit Parametern vom Typ TextFilterTypeModifizierer und TypMethodeBeschreibungstatic org.apache.lucene.search.QuerySearchIndexUtil.createQuery(TextFilterType filterType, String fieldName, String value, org.apache.lucene.analysis.Analyzer analyzer) Konstruktoren in org.teamapps.universaldb.index.text mit Parametern vom Typ TextFilterTypeModifiziererKonstruktorBeschreibungTextFieldFilter(TextFilterType filterType, String fieldName, boolean translatableField, UserContext userContext, String value) TextFieldFilter(TextFilterType filterType, String fieldName, String value) protectedTextFilter(TextFilterType filterType, String value) protectedTextFilter(TextFilterType filterType, String value, UserContext userContext) -
Verwendungen von TextFilterType in org.teamapps.universaldb.index.translation
Konstruktoren in org.teamapps.universaldb.index.translation mit Parametern vom Typ TextFilterTypeModifiziererKonstruktorBeschreibungTranslatableTextFieldFilter(TextFilterType filterType, String fieldName, String value, UserContext userContext) protectedTranslatableTextFilter(TextFilterType filterType, String value, UserContext userContext)