Uses of Interface
org.apache.directory.api.ldap.model.message.SearchResultDone
-
-
Uses of SearchResultDone in org.apache.directory.api.dsmlv2.response
Classes in org.apache.directory.api.dsmlv2.response that implement SearchResultDone Modifier and Type Class Description classSearchResultDoneDsmlDSML Decorator for SearchResultDoneConstructors in org.apache.directory.api.dsmlv2.response with parameters of type SearchResultDone Constructor Description SearchResultDoneDsml(LdapApiService codec, SearchResultDone ldapMessage)Creates a new getDecoratedMessage() of SearchResultDoneDsml. -
Uses of SearchResultDone in org.apache.directory.api.ldap.codec.actions.response.search.done
Method parameters in org.apache.directory.api.ldap.codec.actions.response.search.done with type arguments of type SearchResultDone Modifier and Type Method Description voidInitSearchResultDone. action(LdapMessageContainer<SearchResultDone> container)The action to be executed. -
Uses of SearchResultDone in org.apache.directory.api.ldap.model.cursor
Methods in org.apache.directory.api.ldap.model.cursor that return SearchResultDone Modifier and Type Method Description SearchResultDoneEntryCursor. getSearchResultDone()gives the SearchResultDone message received at the end of search resultsSearchResultDoneSearchCursor. getSearchResultDone()gives the SearchResultDone message received at the end of search results -
Uses of SearchResultDone in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement SearchResultDone Modifier and Type Class Description classSearchResultDoneImplSearchResponseDone implementationMethods in org.apache.directory.api.ldap.model.message that return SearchResultDone Modifier and Type Method Description SearchResultDoneSearchRequestImpl. getResultResponse()If called for the first time, this method creates a result containing response object for this request. -
Uses of SearchResultDone in org.apache.directory.api.ldap.model.message.extended
Classes in org.apache.directory.api.ldap.model.message.extended that implement SearchResultDone Modifier and Type Class Description classSearchNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Search response. -
Uses of SearchResultDone in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api that return SearchResultDone Modifier and Type Method Description SearchResultDoneEntryCursorImpl. getSearchResultDone()gives the SearchResultDone message received at the end of search resultsSearchResultDoneSearchCursorImpl. getSearchResultDone()gives the SearchResultDone message received at the end of search results
-