| Package | Description |
|---|---|
| com.imperva.ddc.core.language | |
| com.imperva.ddc.core.language.searchcriteria | |
| com.imperva.ddc.core.query |
| Modifier and Type | Method and Description |
|---|---|
Sentence |
QueryAssembler.appendSentence(Sentence newSentence,
Sentence currentSentence)
A utility helper to easely add additional Sentences to the current Sentences' list
|
Sentence |
QueryAssembler.closeSentence()
Returns the assembled Sentence by gluing the various Phrases with a default SentenceOperator.EMPTY operator
This method also clears the QueryAssembler state for further Queries
|
Sentence |
QueryAssembler.closeSentence(SentenceOperator sentenceOperator)
Returns the assembled Sentence by gluing the various Phrases with a SentenceOperator
This method also clears the QueryAssembler state for further Queries
|
| Modifier and Type | Method and Description |
|---|---|
QueryAssembler |
QueryAssembler.addSentence(Sentence sentence)
Adds a Sentence to the LDAP query
|
Sentence |
QueryAssembler.appendSentence(Sentence newSentence,
Sentence currentSentence)
A utility helper to easely add additional Sentences to the current Sentences' list
|
| Modifier and Type | Method and Description |
|---|---|
protected static String |
SearchCriteriaBuilder.translateSentence(String translatedPhrase,
Sentence sentence) |
| Modifier and Type | Method and Description |
|---|---|
Sentence |
QueryRequest.getSearchSentence() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryRequest.addSearchSentence(Sentence searchSentences) |
void |
QueryRequest.setSearchSentence(Sentence searchSentences) |
Copyright © 2020. All rights reserved.