| Package | Description |
|---|---|
| com.imperva.ddc.core.language |
| Modifier and Type | Method and Description |
|---|---|
PhraseOperator |
Phrase.getPhraseOperator() |
static PhraseOperator |
PhraseOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhraseOperator[] |
PhraseOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QueryAssembler |
QueryAssembler.addPhrase(FieldType fieldType,
PhraseOperator phraseOperator,
String value)
Adds a Phrase to the LDAP query
|
QueryAssembler |
QueryAssembler.addPhrase(String fieldName,
PhraseOperator phraseOperator,
String value) |
void |
Phrase.setPhraseOperator(PhraseOperator phraseOperator) |
Copyright © 2020. All rights reserved.