Uses of Interface
org.apache.olingo.odata2.api.edm.EdmEntityContainer
-
Packages that use EdmEntityContainer Package Description org.apache.olingo.odata2.api.edm Entity Data Model APIorg.apache.olingo.odata2.api.uri URI Parser Facadeorg.apache.olingo.odata2.api.uri.info URI Parser Result Views -
-
Uses of EdmEntityContainer in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that return EdmEntityContainer Modifier and Type Method Description EdmEntityContainerEdm. getDefaultEntityContainer()Get default entity containerEdmEntityContainerEdm. getEntityContainer(String name)Get entity container by nameEdmEntityContainerEdmAssociationSet. getEntityContainer()Get the entity container the association set is located inEdmEntityContainerEdmEntitySet. getEntityContainer()Get the entity container the entity set is contained inEdmEntityContainerEdmFunctionImport. getEntityContainer()Get the entity container the function import is contained in -
Uses of EdmEntityContainer in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that return EdmEntityContainer Modifier and Type Method Description EdmEntityContainerUriInfo. getEntityContainer()Gets the target entity container. -
Uses of EdmEntityContainer in org.apache.olingo.odata2.api.uri.info
Methods in org.apache.olingo.odata2.api.uri.info that return EdmEntityContainer Modifier and Type Method Description EdmEntityContainerDeleteUriInfo. getEntityContainer()Gets the target entity container.EdmEntityContainerGetComplexPropertyUriInfo. getEntityContainer()Gets the target entity container.EdmEntityContainerGetEntityCountUriInfo. getEntityContainer()Gets the target entity container.EdmEntityContainerGetEntityLinkCountUriInfo. getEntityContainer()Gets the target entity container.EdmEntityContainerGetEntityLinkUriInfo. getEntityContainer()Gets the target entity container.EdmEntityContainerGetEntitySetCountUriInfo. getEntityContainer()Gets the target entity container.EdmEntityContainerGetEntitySetLinksCountUriInfo. getEntityContainer()Gets the target entity container.EdmEntityContainerGetEntitySetLinksUriInfo. getEntityContainer()Gets the target entity container.EdmEntityContainerGetEntitySetUriInfo. getEntityContainer()Gets the target entity container.EdmEntityContainerGetEntityUriInfo. getEntityContainer()Gets the target entity container.EdmEntityContainerGetMediaResourceUriInfo. getEntityContainer()Gets the target entity container.EdmEntityContainerGetSimplePropertyUriInfo. getEntityContainer()Gets the target entity container.EdmEntityContainerPostUriInfo. getEntityContainer()Gets the target entity container.EdmEntityContainerPutMergePatchUriInfo. getEntityContainer()Gets the target entity container.
-