Uses of Interface
org.apache.olingo.odata2.api.ep.entry.ODataEntry
-
Packages that use ODataEntry Package Description org.apache.olingo.odata2.api.ep Entity Providerorg.apache.olingo.odata2.api.ep.callback Entity Provider Callbacksorg.apache.olingo.odata2.api.ep.feed Entity Provider Feed -
-
Uses of ODataEntry in org.apache.olingo.odata2.api.ep
Methods in org.apache.olingo.odata2.api.ep that return ODataEntry Modifier and Type Method Description ODataEntryEntityProvider.EntityProviderInterface. readEntry(String contentType, EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties)Reads (de-serializes) data fromcontent(asInputStream) in specified format (given ascontentType) based onentity data model(given asEdmEntitySet) and provides this data asODataEntry.static ODataEntryEntityProvider. readEntry(String contentType, EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties)Read (de-serialize) data fromcontent(asInputStream) in specified format (given ascontentType) based onentity data model(given asEdmEntitySet) and provide this data asODataEntry. -
Uses of ODataEntry in org.apache.olingo.odata2.api.ep.callback
Methods in org.apache.olingo.odata2.api.ep.callback that return ODataEntry Modifier and Type Method Description ODataEntryReadEntryResult. getResult()Constructors in org.apache.olingo.odata2.api.ep.callback with parameters of type ODataEntry Constructor Description ReadEntryResult(EntityProviderReadProperties properties, EdmNavigationProperty navigationProperty, ODataEntry entry, String entryMetadataId)Constructor.Parameters MUST NOT BE NULL. -
Uses of ODataEntry in org.apache.olingo.odata2.api.ep.feed
Methods in org.apache.olingo.odata2.api.ep.feed that return types with arguments of type ODataEntry Modifier and Type Method Description List<ODataEntry>ODataFeed. getEntries()The returned list may be empty but never null.
-