| Modifier and Type | Field and Description |
|---|---|
private StringContainingDocumentPropertyBasedFilter.StringContainingDocumentPropertyBasedFilterType |
StringContainingDocumentPropertyBasedFilter.FILTER_TYPE |
| Modifier and Type | Method and Description |
|---|---|
StringContainingDocumentPropertyBasedFilter.StringContainingDocumentPropertyBasedFilterType |
StringContainingDocumentPropertyBasedFilter.getFilterType() |
static StringContainingDocumentPropertyBasedFilter.StringContainingDocumentPropertyBasedFilterType |
StringContainingDocumentPropertyBasedFilter.StringContainingDocumentPropertyBasedFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringContainingDocumentPropertyBasedFilter.StringContainingDocumentPropertyBasedFilterType[] |
StringContainingDocumentPropertyBasedFilter.StringContainingDocumentPropertyBasedFilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StringContainingDocumentPropertyBasedFilter(StringContainingDocumentPropertyBasedFilter.StringContainingDocumentPropertyBasedFilterType filterType,
Class<T> propertyClass,
String pattern) |
StringContainingDocumentPropertyBasedFilter(StringContainingDocumentPropertyBasedFilter.StringContainingDocumentPropertyBasedFilterType filterType,
Class<T> propertyClass,
String pattern,
boolean ignoreCase) |
Copyright © 2015–2020. All rights reserved.