Uses of Interface
org.apache.olingo.odata2.api.edm.EdmEntitySet
Packages that use EdmEntitySet
Package
Description
Entity Data Model API
Entity Provider
Entity Provider Callbacks
URI Parser Facade
URI Parser Result Views
-
Uses of EdmEntitySet in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that return EdmEntitySetModifier and TypeMethodDescriptionEdmAssociationSetEnd.getEntitySet()Get the entity setEdmEntityContainer.getEntitySet(String name) Get contained EntitySet by nameEdmFunctionImport.getEntitySet()Get the edm entity setEdmEntitySet.getRelatedEntitySet(EdmNavigationProperty navigationProperty) Get the related entity set by providing the navigation propertyMethods in org.apache.olingo.odata2.api.edm that return types with arguments of type EdmEntitySetModifier and TypeMethodDescriptionEdm.getEntitySets()Get all contained EntitySetsEdmEntityContainer.getEntitySets()ATTENTION: This method does not support LAZY LOADING.Methods in org.apache.olingo.odata2.api.edm with parameters of type EdmEntitySetModifier and TypeMethodDescriptionEdmEntityContainer.getAssociationSet(EdmEntitySet sourceEntitySet, EdmNavigationProperty navigationProperty) Get contained AssociationSet by providing the source entity set and the navigation property -
Uses of EdmEntitySet in org.apache.olingo.odata2.api.ep
Methods in org.apache.olingo.odata2.api.ep with parameters of type EdmEntitySetModifier and TypeMethodDescriptionEntityProvider.EntityProviderInterface.readDeltaFeed(String contentType, EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties) Read (de-serialize) a delta data feed fromcontent(asInputStream) in specified format (given ascontentType) based onentity data model(given asEdmEntitySet) and provide this data asODataDeltaFeed.static ODataDeltaFeedEntityProvider.readDeltaFeed(String contentType, EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties) Read (de-serialize) a delta data feed fromcontent(asInputStream) in specified format (given ascontentType) based onentity data model(given asEdmEntitySet) and provide this data asODataEntry.EntityProvider.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.EntityProvider.EntityProviderInterface.readFeed(String contentType, EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties) Read (de-serialize) a data feed fromcontent(asInputStream) in specified format (given ascontentType) based onentity data model(given asEdmEntitySet) and provide this data asODataFeed.static ODataFeedEntityProvider.readFeed(String contentType, EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties) Read (de-serialize) a data feed fromcontent(asInputStream) in specified format (given ascontentType) based onentity data model(given asEdmEntitySet) and provide this data asODataEntry.EntityProvider.EntityProviderInterface.readLink(String contentType, EdmEntitySet entitySet, InputStream content) Read (de-serialize) a link fromcontent(asInputStream) in specified format (given ascontentType) based onentity data model(given asEdmEntitySet) and provide the link asString.static StringEntityProvider.readLink(String contentType, EdmEntitySet entitySet, InputStream content) Read (de-serialize) a link fromcontent(asInputStream) in specified format (given ascontentType) based onentity data model(given asEdmEntitySet) and provide the link asString.EntityProvider.EntityProviderInterface.readLinks(String contentType, EdmEntitySet entitySet, InputStream content) Read (de-serialize) all links fromcontent(asInputStream) in specified format (given ascontentType) based onentity data model(given asEdmEntitySet) and provide the link as List of Strings.EntityProvider.readLinks(String contentType, EdmEntitySet entitySet, InputStream content) Read (de-serialize) a link collection fromcontent(asInputStream) in specified format (given ascontentType) based onentity data model(given asEdmEntitySet) and provide the links as List of Strings.EntityProvider.EntityProviderInterface.writeEntry(String contentType, EdmEntitySet entitySet, Map<String, Object> data, EntityProviderWriteProperties properties) Write givendata(which is given in form of aMapfor which contains all properties asproperty nametoproperty valuemapping) for the entry in the specified format (given ascontentType) based onentity data model for an entity set(given asEdmEntitySet) andpropertiesfor this entity provider (given asEntityProviderWriteProperties).static ODataResponseEntityProvider.writeEntry(String contentType, EdmEntitySet entitySet, Map<String, Object> data, EntityProviderWriteProperties properties) Write givendata(which is given in form of aMapfor which contains all properties asproperty nametoproperty valuemapping) for the entry in the specified format (given ascontentType) based onentity data model for an entity set(given asEdmEntitySet) andpropertiesfor this entity provider (given asEntityProviderWriteProperties).EntityProvider.EntityProviderInterface.writeFeed(String contentType, EdmEntitySet entitySet, List<Map<String, Object>> data, EntityProviderWriteProperties properties) static ODataResponseEntityProvider.writeFeed(String contentType, EdmEntitySet entitySet, List<Map<String, Object>> data, EntityProviderWriteProperties properties) EntityProvider.EntityProviderInterface.writeLink(String contentType, EdmEntitySet entitySet, Map<String, Object> data, EntityProviderWriteProperties properties) Write link for key property based onentity data model for an entity set(given asEdmEntitySet) in the specified format (given ascontentType).static ODataResponseEntityProvider.writeLink(String contentType, EdmEntitySet entitySet, Map<String, Object> data, EntityProviderWriteProperties properties) Write link for key property based onentity data model for an entity set(given asEdmEntitySet) in the specified format (given ascontentType).EntityProvider.EntityProviderInterface.writeLinks(String contentType, EdmEntitySet entitySet, List<Map<String, Object>> data, EntityProviderWriteProperties properties) Write all links for key property based onentity data model for an entity set(given asEdmEntitySet) in the specified format (given ascontentType) for a set of entries.static ODataResponseEntityProvider.writeLinks(String contentType, EdmEntitySet entitySet, List<Map<String, Object>> data, EntityProviderWriteProperties properties) Write all links for key property based onentity data model for an entity set(given asEdmEntitySet) in the specified format (given ascontentType) for a set of entries. -
Uses of EdmEntitySet in org.apache.olingo.odata2.api.ep.callback
Methods in org.apache.olingo.odata2.api.ep.callback that return EdmEntitySetModifier and TypeMethodDescriptionWriteCallbackContext.getSourceEntitySet()Returns entity set which contains an entry that should be expandedMethods in org.apache.olingo.odata2.api.ep.callback with parameters of type EdmEntitySetModifier and TypeMethodDescriptionvoidWriteCallbackContext.setSourceEntitySet(EdmEntitySet entitySet) Do Not Call This Method! -
Uses of EdmEntitySet in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that return EdmEntitySetModifier and TypeMethodDescriptionNavigationSegment.getEntitySet()Gets the target entity set.UriInfo.getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.NavigationPropertySegment.getTargetEntitySet()Gets the target entity set.UriInfo.getTargetEntitySet()Gets the target entity set after navigation.Methods in org.apache.olingo.odata2.api.uri with parameters of type EdmEntitySetModifier and TypeMethodDescriptionExpandSelectTreeNode.entitySet(EdmEntitySet entitySet) Creates a builder instance and sets the entitySet for this node.ExpandSelectTreeNode.ExpandSelectTreeNodeBuilder.entitySet(EdmEntitySet entitySet) Sets the entitySet for this node.abstract List<KeyPredicate>UriParser.getKeyFromEntityLink(EdmEntitySet entitySet, String entityLink, URI serviceRoot) Retrieves the key predicates from a canonical link to an entity.static List<KeyPredicate>UriParser.getKeyPredicatesFromEntityLink(EdmEntitySet entitySet, String entityLink, URI serviceRoot) Retrieves the key predicates from a canonical link to an entity. -
Uses of EdmEntitySet in org.apache.olingo.odata2.api.uri.info
Methods in org.apache.olingo.odata2.api.uri.info that return EdmEntitySetModifier and TypeMethodDescriptionDeleteUriInfo.getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.GetComplexPropertyUriInfo.getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.GetEntityCountUriInfo.getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.GetEntityLinkCountUriInfo.getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.GetEntityLinkUriInfo.getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.GetEntitySetCountUriInfo.getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.GetEntitySetLinksCountUriInfo.getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.GetEntitySetLinksUriInfo.getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.GetEntitySetUriInfo.getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.GetEntityUriInfo.getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.GetMediaResourceUriInfo.getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.GetSimplePropertyUriInfo.getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.PostUriInfo.getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.PutMergePatchUriInfo.getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.DeleteUriInfo.getTargetEntitySet()Gets the target entity set after navigation.GetComplexPropertyUriInfo.getTargetEntitySet()Gets the target entity set after navigation.GetEntityCountUriInfo.getTargetEntitySet()Gets the target entity set after navigation.GetEntityLinkCountUriInfo.getTargetEntitySet()Gets the target entity set after navigation.GetEntityLinkUriInfo.getTargetEntitySet()Gets the target entity set after navigation.GetEntitySetCountUriInfo.getTargetEntitySet()Gets the target entity set after navigation.GetEntitySetLinksCountUriInfo.getTargetEntitySet()Gets the target entity set after navigation.GetEntitySetLinksUriInfo.getTargetEntitySet()Gets the target entity set after navigation.GetEntitySetUriInfo.getTargetEntitySet()Gets the target entity set after navigation.GetEntityUriInfo.getTargetEntitySet()Gets the target entity set after navigation.GetMediaResourceUriInfo.getTargetEntitySet()Gets the target entity set after navigation.GetSimplePropertyUriInfo.getTargetEntitySet()Gets the target entity set after navigation.PostUriInfo.getTargetEntitySet()Gets the target entity set after navigation.PutMergePatchUriInfo.getTargetEntitySet()Gets the target entity set after navigation. -
Uses of EdmEntitySet in org.apache.olingo.odata2.core.edm
Methods in org.apache.olingo.odata2.core.edm that return types with arguments of type EdmEntitySetModifier and TypeMethodDescriptionprotected abstract List<EdmEntitySet>EdmImpl.createEntitySets()EdmImpl.getEntitySets() -
Uses of EdmEntitySet in org.apache.olingo.odata2.core.edm.provider
Classes in org.apache.olingo.odata2.core.edm.provider that implement EdmEntitySetMethods in org.apache.olingo.odata2.core.edm.provider that return EdmEntitySetModifier and TypeMethodDescriptionEdmAssociationSetEndImplProv.getEntitySet()EdmEntityContainerImplProv.getEntitySet(String name) EdmFunctionImportImplProv.getEntitySet()EdmEntitySetImplProv.getRelatedEntitySet(EdmNavigationProperty navigationProperty) Methods in org.apache.olingo.odata2.core.edm.provider that return types with arguments of type EdmEntitySetModifier and TypeMethodDescriptionprotected List<EdmEntitySet>EdmImplProv.createEntitySets()EdmEntityContainerImplProv.getEntitySets()Methods in org.apache.olingo.odata2.core.edm.provider with parameters of type EdmEntitySetModifier and TypeMethodDescriptionEdmEntityContainerImplProv.getAssociationSet(EdmEntitySet sourceEntitySet, EdmNavigationProperty navigationProperty) Constructors in org.apache.olingo.odata2.core.edm.provider with parameters of type EdmEntitySetModifierConstructorDescriptionEdmAssociationSetEndImplProv(AssociationSetEnd end, EdmEntitySet entitySet) -
Uses of EdmEntitySet in org.apache.olingo.odata2.core.ep
Methods in org.apache.olingo.odata2.core.ep with parameters of type EdmEntitySetModifier and TypeMethodDescriptionAtomEntityProvider.readDeltaFeed(EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties) ContentTypeBasedEntityProvider.readDeltaFeed(EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties) JsonEntityProvider.readDeltaFeed(EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties) ProviderFacadeImpl.readDeltaFeed(String contentType, EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties) AtomEntityProvider.readEntry(EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties) ContentTypeBasedEntityProvider.readEntry(EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties) JsonEntityProvider.readEntry(EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties) ProviderFacadeImpl.readEntry(String contentType, EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties) AtomEntityProvider.readFeed(EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties) ContentTypeBasedEntityProvider.readFeed(EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties) JsonEntityProvider.readFeed(EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties) ProviderFacadeImpl.readFeed(String contentType, EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties) AtomEntityProvider.readLink(EdmEntitySet entitySet, InputStream content) ContentTypeBasedEntityProvider.readLink(EdmEntitySet entitySet, InputStream content) JsonEntityProvider.readLink(EdmEntitySet entitySet, InputStream content) ProviderFacadeImpl.readLink(String contentType, EdmEntitySet entitySet, InputStream content) AtomEntityProvider.readLinks(EdmEntitySet entitySet, InputStream content) ContentTypeBasedEntityProvider.readLinks(EdmEntitySet entitySet, InputStream content) JsonEntityProvider.readLinks(EdmEntitySet entitySet, InputStream content) ProviderFacadeImpl.readLinks(String contentType, EdmEntitySet entitySet, InputStream content) AtomEntityProvider.writeEntry(EdmEntitySet entitySet, Map<String, Object> data, EntityProviderWriteProperties properties) ContentTypeBasedEntityProvider.writeEntry(EdmEntitySet entitySet, Map<String, Object> data, EntityProviderWriteProperties properties) JsonEntityProvider.writeEntry(EdmEntitySet entitySet, Map<String, Object> data, EntityProviderWriteProperties properties) ProviderFacadeImpl.writeEntry(String contentType, EdmEntitySet entitySet, Map<String, Object> data, EntityProviderWriteProperties properties) AtomEntityProvider.writeFeed(EdmEntitySet entitySet, List<Map<String, Object>> data, EntityProviderWriteProperties properties) ContentTypeBasedEntityProvider.writeFeed(EdmEntitySet entitySet, List<Map<String, Object>> data, EntityProviderWriteProperties properties) JsonEntityProvider.writeFeed(EdmEntitySet entitySet, List<Map<String, Object>> data, EntityProviderWriteProperties properties) ProviderFacadeImpl.writeFeed(String contentType, EdmEntitySet entitySet, List<Map<String, Object>> data, EntityProviderWriteProperties properties) AtomEntityProvider.writeLink(EdmEntitySet entitySet, Map<String, Object> data, EntityProviderWriteProperties properties) ContentTypeBasedEntityProvider.writeLink(EdmEntitySet entitySet, Map<String, Object> data, EntityProviderWriteProperties properties) JsonEntityProvider.writeLink(EdmEntitySet entitySet, Map<String, Object> data, EntityProviderWriteProperties properties) ProviderFacadeImpl.writeLink(String contentType, EdmEntitySet entitySet, Map<String, Object> data, EntityProviderWriteProperties properties) AtomEntityProvider.writeLinks(EdmEntitySet entitySet, List<Map<String, Object>> data, EntityProviderWriteProperties properties) ContentTypeBasedEntityProvider.writeLinks(EdmEntitySet entitySet, List<Map<String, Object>> data, EntityProviderWriteProperties properties) JsonEntityProvider.writeLinks(EdmEntitySet entitySet, List<Map<String, Object>> data, EntityProviderWriteProperties properties) ProviderFacadeImpl.writeLinks(String contentType, EdmEntitySet entitySet, List<Map<String, Object>> data, EntityProviderWriteProperties properties) -
Uses of EdmEntitySet in org.apache.olingo.odata2.core.ep.aggregator
Methods in org.apache.olingo.odata2.core.ep.aggregator that return EdmEntitySetMethods in org.apache.olingo.odata2.core.ep.aggregator with parameters of type EdmEntitySetModifier and TypeMethodDescriptionstatic EntityInfoAggregatorEntityInfoAggregator.create(EdmEntitySet entitySet) Create anEntityInfoAggregatorbased on givenEdmEntitySetstatic EntityInfoAggregatorEntityInfoAggregator.create(EdmEntitySet entitySet, ExpandSelectTreeNode expandSelectTree) Create anEntityInfoAggregatorbased on givenEdmEntitySet -
Uses of EdmEntitySet in org.apache.olingo.odata2.core.ep.consumer
Methods in org.apache.olingo.odata2.core.ep.consumer with parameters of type EdmEntitySetModifier and TypeMethodDescriptionJsonEntityConsumer.readDeltaFeed(EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties readProperties) JsonEntityConsumer.readEntry(EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties) XmlEntityConsumer.readEntry(EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties) JsonEntityConsumer.readFeed(EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties readProperties) XmlEntityConsumer.readFeed(EdmEntitySet entitySet, InputStream content, EntityProviderReadProperties properties) JsonEntityConsumer.readLink(EdmEntitySet entitySet, Object content) JsonLinkConsumer.readLink(com.google.gson.stream.JsonReader reader, EdmEntitySet entitySet) Reads single link with format{"d":{"uri":"http://somelink"}}or{"uri":"http://somelink"}.XmlEntityConsumer.readLink(EdmEntitySet entitySet, Object content) XmlLinkConsumer.readLink(XMLStreamReader reader, EdmEntitySet entitySet) Reads single link with format<uri>http://somelink</uri>.JsonEntityConsumer.readLinks(EdmEntitySet entitySet, Object content) JsonLinkConsumer.readLinks(com.google.gson.stream.JsonReader reader, EdmEntitySet entitySet) Reads a collection of links, optionally wrapped in a "d" object, and optionally wrapped in an "results" object, where an additional "__count" object could appear on the same level as the "results".XmlEntityConsumer.readLinks(EdmEntitySet entitySet, Object content) XmlLinkConsumer.readLinks(XMLStreamReader reader, EdmEntitySet entitySet) Reads multiple links with format -
Uses of EdmEntitySet in org.apache.olingo.odata2.core.uri
Methods in org.apache.olingo.odata2.core.uri that return EdmEntitySetModifier and TypeMethodDescriptionNavigationSegmentImpl.getEntitySet()UriInfoImpl.getStartEntitySet()NavigationPropertySegmentImpl.getTargetEntitySet()UriInfoImpl.getTargetEntitySet()Methods in org.apache.olingo.odata2.core.uri with parameters of type EdmEntitySetModifier and TypeMethodDescriptionExpandSelectTreeNodeImpl.ExpandSelectTreeNodeBuilderImpl.entitySet(EdmEntitySet entitySet) UriParserImpl.getKeyFromEntityLink(EdmEntitySet entitySet, String entityLink, URI serviceRoot) voidNavigationSegmentImpl.setEntitySet(EdmEntitySet edmEntitySet) voidUriInfoImpl.setStartEntitySet(EdmEntitySet edmEntitySet) voidNavigationPropertySegmentImpl.setTargetEntitySet(EdmEntitySet targetEntitySet) voidUriInfoImpl.setTargetEntitySet(EdmEntitySet targetEntitySet)