Interface ODataEntryToIntegrationItemConverter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IntegrationItem convert​(org.apache.olingo.odata2.api.processor.ODataContext context, org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry)
      Performs the conversion.
    • Method Detail

      • convert

        IntegrationItem convert​(org.apache.olingo.odata2.api.processor.ODataContext context,
                                org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet,
                                org.apache.olingo.odata2.api.ep.entry.ODataEntry entry)
                         throws org.apache.olingo.odata2.api.edm.EdmException
        Performs the conversion.
        Parameters:
        context - context of the request containing the entry
        entitySet - metadata about the entry received
        entry - the entry received to be converted to the IntegrationItem
        Returns:
        an integration item converted from the entry
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException - if there is a problem with the metadata provided by the entitySet