Interface EntityModelPopulator
- All Known Implementing Classes:
DefaultEntityModelPopulator
public interface EntityModelPopulator
Converts and populates Items based on EdmEntity information.
-
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateEntity(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 entryconversionRequest- the request context- Throws:
org.apache.olingo.odata2.api.edm.EdmException- -
-