Uses of Class
org.apache.directory.api.dsmlv2.response.SearchResultReferenceDsml
-
Packages that use SearchResultReferenceDsml Package Description org.apache.directory.api.dsmlv2.response -
-
Uses of SearchResultReferenceDsml in org.apache.directory.api.dsmlv2.response
Methods in org.apache.directory.api.dsmlv2.response that return SearchResultReferenceDsml Modifier and Type Method Description SearchResultReferenceDsmlSearchResponse. getCurrentSearchResultReference()Gets the current Search Result ReferenceMethods in org.apache.directory.api.dsmlv2.response that return types with arguments of type SearchResultReferenceDsml Modifier and Type Method Description List<SearchResultReferenceDsml>SearchResponse. getSearchResultReferenceList()Gets the Search Result Reference ListMethods in org.apache.directory.api.dsmlv2.response with parameters of type SearchResultReferenceDsml Modifier and Type Method Description booleanSearchResponse. addSearchResultReference(SearchResultReferenceDsml searchResultReference)Adds a Search Result ReferencebooleanSearchResponse. removeSearchResultReference(SearchResultReferenceDsml searchResultReference)Removes a Search Result Reference
-