Interface ODataFacade

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      org.apache.olingo.odata2.api.processor.ODataResponse handleGetEntity​(org.apache.olingo.odata2.api.processor.ODataContext oDataContext)
      Deprecated, for removal: This API element is subject to removal in a future version.
      org.apache.olingo.odata2.api.processor.ODataResponse handleGetSchema​(org.apache.olingo.odata2.api.processor.ODataContext oDataContext)
      Obtains ODataResponse with a stream that contains odata EDMX schema specified by the oDataContext.
      org.apache.olingo.odata2.api.processor.ODataResponse handlePost​(org.apache.olingo.odata2.api.processor.ODataContext oDataContext)
      Deprecated, for removal: This API element is subject to removal in a future version.
      org.apache.olingo.odata2.api.processor.ODataResponse handleRequest​(org.apache.olingo.odata2.api.processor.ODataContext oDataContext)
      Handles create, read, update or delete requests on an integration object item.
    • Method Detail

      • handleGetSchema

        org.apache.olingo.odata2.api.processor.ODataResponse handleGetSchema​(org.apache.olingo.odata2.api.processor.ODataContext oDataContext)
        Obtains ODataResponse with a stream that contains odata EDMX schema specified by the oDataContext.
        Parameters:
        oDataContext - contains information about what schema should be retrieved.
        Returns:
        requested ODataResponse with a stream that contains EDMX schema
      • handleGetEntity

        @Deprecated(since="1905",
                    forRemoval=true)
        org.apache.olingo.odata2.api.processor.ODataResponse handleGetEntity​(org.apache.olingo.odata2.api.processor.ODataContext oDataContext)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Obtains ODataResponse with a stream that contains entity data model.
        Parameters:
        oDataContext - contains information about what entity should be retrieved.
        Returns:
        requested ODataResponse with a stream that contains entity data.
      • handlePost

        @Deprecated(since="1905",
                    forRemoval=true)
        org.apache.olingo.odata2.api.processor.ODataResponse handlePost​(org.apache.olingo.odata2.api.processor.ODataContext oDataContext)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Creates an integration object item based on request.
        Parameters:
        oDataContext - contains information about what item should be created
        Returns:
        response with information about the newly created item
      • handleRequest

        org.apache.olingo.odata2.api.processor.ODataResponse handleRequest​(org.apache.olingo.odata2.api.processor.ODataContext oDataContext)
        Handles create, read, update or delete requests on an integration object item.
        Parameters:
        oDataContext - contains the information about the item
        Returns:
        response with information about the item