Uses of Class
org.opends.dsml.protocol.LDAPResult
-
-
Uses of LDAPResult in org.opends.dsml.protocol
Subclasses of LDAPResult in org.opends.dsml.protocol Modifier and Type Class Description classExtendedResponseJava class for ExtendedResponse complex type.Fields in org.opends.dsml.protocol declared as LDAPResult Modifier and Type Field Description protected LDAPResultSearchResponse. searchResultDoneMethods in org.opends.dsml.protocol that return LDAPResult Modifier and Type Method Description LDAPResultObjectFactory. createLDAPResult()Create an instance ofLDAPResultLDAPResultSearchResponse. getSearchResultDone()Gets the value of the searchResultDone property.Methods in org.opends.dsml.protocol that return types with arguments of type LDAPResult Modifier and Type Method Description javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseAddResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseAuthResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseCompareResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseDelResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseModDNResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseModifyResponse(LDAPResult value)Methods in org.opends.dsml.protocol with parameters of type LDAPResult Modifier and Type Method Description javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseAddResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseAuthResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseCompareResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseDelResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseModDNResponse(LDAPResult value)javax.xml.bind.JAXBElement<LDAPResult>ObjectFactory. createBatchResponseModifyResponse(LDAPResult value)voidSearchResponse. setSearchResultDone(LDAPResult value)Sets the value of the searchResultDone property.
-