Interface StoreSearchResultListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void searchResultReturned​(java.lang.String jsonObject)
      Indicates that the provided object has been returned by the Store Adapter and may be processed by this result listener.
    • Method Detail

      • searchResultReturned

        void searchResultReturned​(java.lang.String jsonObject)
        Indicates that the provided object has been returned by the Store Adapter and may be processed by this result listener.
        Parameters:
        jsonObject - The JSON object that has been returned by the Store Adapter. This string can be created using any JSON library. For example, the Jackson library's ObjectNode.toString() or the UnboundID LDAP SDK's JSONObject.toString().