Interface EntityModelPopulator

All Known Implementing Classes:
DefaultEntityModelPopulator

public interface EntityModelPopulator
Converts and populates Items based on EdmEntity information.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    populateEntity(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, ItemConversionRequest conversionRequest)
    Populate oDataEntry with the given info
  • Method Details

    • populateEntity

      void populateEntity(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, ItemConversionRequest conversionRequest) throws org.apache.olingo.odata2.api.edm.EdmException
      Populate oDataEntry with the given info
      Parameters:
      oDataEntry - The OData entry
      conversionRequest - the request context
      Throws:
      org.apache.olingo.odata2.api.edm.EdmException - -