| Package | Description |
|---|---|
| org.apache.directory.api.dsmlv2.response |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<SearchResultEntryDsml> |
SearchResponse.searchResultEntryList
The List of contained Search Result Entries
|
| Modifier and Type | Method and Description |
|---|---|
SearchResultEntryDsml |
SearchResponse.getCurrentSearchResultEntry()
Gets the Current Search Result Entry
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SearchResultEntryDsml> |
SearchResponse.getSearchResultEntryList()
Gets the Search Result Entry List
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SearchResponse.addSearchResultEntry(SearchResultEntryDsml searchResultEntry)
Adds a Search Result Entry
|
boolean |
SearchResponse.removeSearchResultEntry(SearchResultEntryDsml searchResultEntry)
Removes a Search Result Entry
|