Interface IntegrationKeyToODataEntryGenerator
-
- All Known Implementing Classes:
DefaultIntegrationKeyToODataEntryGenerator
public interface IntegrationKeyToODataEntryGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.olingo.odata2.api.ep.entry.ODataEntrygenerate(org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, java.lang.String integrationKey)Generates a OData entry representing the Alias for the EntityType integrationKey property references.
-
-
-
Method Detail
-
generate
org.apache.olingo.odata2.api.ep.entry.ODataEntry generate(org.apache.olingo.odata2.api.edm.EdmEntitySet entitySet, java.lang.String integrationKey) throws org.apache.olingo.odata2.api.edm.EdmExceptionGenerates a OData entry representing the Alias for the EntityType integrationKey property references.- Parameters:
entitySet- - EntitySet that is being posted tointegrationKey- - integrationKey string for the item- Returns:
- oDataEntry - represents the oDataEntry
- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
-