Uses of Interface
org.apache.olingo.odata2.api.edm.EdmEntitySet
-
Packages that use EdmEntitySet Package Description org.apache.olingo.odata2.api.edm Entity Data Model APIorg.apache.olingo.odata2.api.ep Entity Providerorg.apache.olingo.odata2.api.ep.callback Entity Provider Callbacksorg.apache.olingo.odata2.api.uri URI Parser Facadeorg.apache.olingo.odata2.api.uri.info URI Parser Result Views -
-
Uses of EdmEntitySet in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that return EdmEntitySet Modifier and Type Method Description EdmEntitySetEdmAssociationSetEnd. getEntitySet()Get the entity setEdmEntitySetEdmEntityContainer. getEntitySet(String name)Get contained EntitySet by nameEdmEntitySetEdmFunctionImport. getEntitySet()Get the edm entity setEdmEntitySetEdmEntitySet. 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 EdmEntitySet Modifier and Type Method Description List<EdmEntitySet>Edm. getEntitySets()Get all contained EntitySetsList<EdmEntitySet>EdmEntityContainer. getEntitySets()ATTENTION: This method does not support LAZY LOADING.Methods in org.apache.olingo.odata2.api.edm with parameters of type EdmEntitySet Modifier and Type Method Description EdmAssociationSetEdmEntityContainer. 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 EdmEntitySet Modifier and Type Method Description ODataDeltaFeedEntityProvider.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.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.ODataFeedEntityProvider.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.StringEntityProvider.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.List<String>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.static List<String>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.ODataResponseEntityProvider.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).ODataResponseEntityProvider.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)ODataResponseEntityProvider.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).ODataResponseEntityProvider.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 EdmEntitySet Modifier and Type Method Description EdmEntitySetWriteCallbackContext. getSourceEntitySet()Returns entity set which contains an entry that should be expandedMethods in org.apache.olingo.odata2.api.ep.callback with parameters of type EdmEntitySet Modifier and Type Method Description voidWriteCallbackContext. 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 EdmEntitySet Modifier and Type Method Description EdmEntitySetNavigationSegment. getEntitySet()Gets the target entity set.EdmEntitySetUriInfo. getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.EdmEntitySetNavigationPropertySegment. getTargetEntitySet()Gets the target entity set.EdmEntitySetUriInfo. getTargetEntitySet()Gets the target entity set after navigation.Methods in org.apache.olingo.odata2.api.uri with parameters of type EdmEntitySet Modifier and Type Method Description static ExpandSelectTreeNode.ExpandSelectTreeNodeBuilderExpandSelectTreeNode. entitySet(EdmEntitySet entitySet)Creates a builder instance and sets the entitySet for this node.abstract ExpandSelectTreeNode.ExpandSelectTreeNodeBuilderExpandSelectTreeNode.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 EdmEntitySet Modifier and Type Method Description EdmEntitySetDeleteUriInfo. getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.EdmEntitySetGetComplexPropertyUriInfo. getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.EdmEntitySetGetEntityCountUriInfo. getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.EdmEntitySetGetEntityLinkCountUriInfo. getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.EdmEntitySetGetEntityLinkUriInfo. getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.EdmEntitySetGetEntitySetCountUriInfo. getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.EdmEntitySetGetEntitySetLinksCountUriInfo. getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.EdmEntitySetGetEntitySetLinksUriInfo. getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.EdmEntitySetGetEntitySetUriInfo. getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.EdmEntitySetGetEntityUriInfo. getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.EdmEntitySetGetMediaResourceUriInfo. getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.EdmEntitySetGetSimplePropertyUriInfo. getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.EdmEntitySetPostUriInfo. getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.EdmEntitySetPutMergePatchUriInfo. getStartEntitySet()Gets the start entity set - identical to the target entity set if no navigation has been used.EdmEntitySetDeleteUriInfo. getTargetEntitySet()Gets the target entity set after navigation.EdmEntitySetGetComplexPropertyUriInfo. getTargetEntitySet()Gets the target entity set after navigation.EdmEntitySetGetEntityCountUriInfo. getTargetEntitySet()Gets the target entity set after navigation.EdmEntitySetGetEntityLinkCountUriInfo. getTargetEntitySet()Gets the target entity set after navigation.EdmEntitySetGetEntityLinkUriInfo. getTargetEntitySet()Gets the target entity set after navigation.EdmEntitySetGetEntitySetCountUriInfo. getTargetEntitySet()Gets the target entity set after navigation.EdmEntitySetGetEntitySetLinksCountUriInfo. getTargetEntitySet()Gets the target entity set after navigation.EdmEntitySetGetEntitySetLinksUriInfo. getTargetEntitySet()Gets the target entity set after navigation.EdmEntitySetGetEntitySetUriInfo. getTargetEntitySet()Gets the target entity set after navigation.EdmEntitySetGetEntityUriInfo. getTargetEntitySet()Gets the target entity set after navigation.EdmEntitySetGetMediaResourceUriInfo. getTargetEntitySet()Gets the target entity set after navigation.EdmEntitySetGetSimplePropertyUriInfo. getTargetEntitySet()Gets the target entity set after navigation.EdmEntitySetPostUriInfo. getTargetEntitySet()Gets the target entity set after navigation.EdmEntitySetPutMergePatchUriInfo. getTargetEntitySet()Gets the target entity set after navigation.
-