Uses of Class
org.apache.directory.api.dsmlv2.response.SearchResultEntryDsml
-
Packages that use SearchResultEntryDsml Package Description org.apache.directory.api.dsmlv2.response -
-
Uses of SearchResultEntryDsml in org.apache.directory.api.dsmlv2.response
Methods in org.apache.directory.api.dsmlv2.response that return SearchResultEntryDsml Modifier and Type Method Description SearchResultEntryDsmlSearchResponse. getCurrentSearchResultEntry()Gets the Current Search Result EntryMethods in org.apache.directory.api.dsmlv2.response that return types with arguments of type SearchResultEntryDsml Modifier and Type Method Description List<SearchResultEntryDsml>SearchResponse. getSearchResultEntryList()Gets the Search Result Entry ListMethods in org.apache.directory.api.dsmlv2.response with parameters of type SearchResultEntryDsml Modifier and Type Method Description booleanSearchResponse. addSearchResultEntry(SearchResultEntryDsml searchResultEntry)Adds a Search Result EntrybooleanSearchResponse. removeSearchResultEntry(SearchResultEntryDsml searchResultEntry)Removes a Search Result Entry
-