Interface ODataEntryToIntegrationItemConverter
-
- All Known Implementing Classes:
DefaultODataEntryToIntegrationItemConverter
public interface ODataEntryToIntegrationItemConverterConverts anODataEntryto an instance ofIntegrationItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegrationItemconvert(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 entryentitySet- metadata about the entry receivedentry- the entry received to be converted to theIntegrationItem- 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 theentitySet
-
-