Uses of Class
org.apache.olingo.odata2.api.edm.EdmException
Packages that use EdmException
Package
Description
Entity Data Model API
URI Parser Facade
-
Uses of EdmException in org.apache.olingo.odata2.api.edm
Subclasses of EdmException in org.apache.olingo.odata2.api.edmMethods in org.apache.olingo.odata2.api.edm that throw EdmExceptionModifier and TypeMethodDescriptionEdmAnnotatable.getAnnotations()Get all annotations applied to an EDM elementEdm.getAssociation(String namespace, String name) Get association by full qualified nameEdmAssociationSet.getAssociation()Get the associationEdmEntityContainer.getAssociationSet(EdmEntitySet sourceEntitySet, EdmNavigationProperty navigationProperty) Get contained AssociationSet by providing the source entity set and the navigation propertyEdmEntityContainer.getAssociationSets()ATTENTION: This method does not support LAZY LOADING.EdmComplexType.getBaseType()EdmEntityType.getBaseType()EdmStructuralType.getBaseType()Base types are described in the OData protocol specification.Edm.getComplexType(String namespace, String name) Get complex type by full qualified nameEdmEntityType.getCustomizableFeedMappings()Gets the Customizable Feed Mappings of the entity type.EdmProperty.getCustomizableFeedMappings()Get customizable feed mappings for this propertyGet default entity containerEdmReferentialConstraint.getDependent()Get the dependent end elementGet theEdmAssociationEndby roleGet the association set endEdmAssociation.getEnd1()Get theEdmAssociationEndfor end1EdmAssociation.getEnd2()Get theEdmAssociationEndfor end2Edm.getEntityContainer(String name) Get entity container by nameEdmAssociationSet.getEntityContainer()Get the entity container the association set is located inEdmEntitySet.getEntityContainer()Get the entity container the entity set is contained inEdmFunctionImport.getEntityContainer()Get the entity container the function import is contained inEdmAssociationSetEnd.getEntitySet()Get the entity setEdmEntityContainer.getEntitySet(String name) Get contained EntitySet by nameEdmFunctionImport.getEntitySet()Get the edm entity setEdm.getEntitySets()Get all contained EntitySetsEdmEntityContainer.getEntitySets()ATTENTION: This method does not support LAZY LOADING.Edm.getEntityType(String namespace, String name) Get entity type by full qualified nameEdmAssociationEnd.getEntityType()EdmEntitySet.getEntityType()Get the entity typeEdmElement.getFacets()Get the facet information for an elementEdmNavigationProperty.getFromRole()Get the from role of the navigation propertyEdmEntityContainer.getFunctionImport(String name) Get contained FunctionImport by nameEdm.getFunctionImports()Get all contained FunctionImportsEdmFunctionImport.getHttpMethod()Get the HTTP MethodEdmEntityType.getKeyProperties()Get all key properties as list ofEdmProperty.EdmEntityType.getKeyPropertyNames()Gets all key property names.EdmMappable.getMapping()Get mapping information applied to an EDM elementEdmProperty.getMimeType()Get the related mime type for the propertyEdmTyped.getMultiplicity()SeeEdmMultiplicityfor more information about possible multiplicities.EdmNamed.getName()EdmEntityContainer.getNamespace()EdmType.getNamespace()Namespace of thisEdmTypeEdmEntityType.getNavigationPropertyNames()Gets all navigation property names.EdmFunctionImport.getParameter(String name) Get the parameter by nameEdmFunctionImport.getParameterNames()Get all parameter namesEdmReferentialConstraint.getPrincipal()Get the principal end elementEdmStructuralType.getProperty(String name) Get property by nameEdmStructuralType.getPropertyNames()Get all property namesEdmAssociation.getReferentialConstraint()Get theEdmReferentialConstraintEdmEntitySet.getRelatedEntitySet(EdmNavigationProperty navigationProperty) Get the related entity set by providing the navigation propertyEdmNavigationProperty.getRelationship()Get the relationship of the navigation propertyEdmFunctionImport.getReturnType()EdmNavigationProperty.getToRole()Get the to role of the navigation propertyEdmTyped.getType()SeeEdmTypefor more information about possible types.booleanEdmEntityType.hasStream()Indicates if the entity type is treated as Media Link Entry with associated Media Resource. -
Uses of EdmException in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that throw EdmExceptionModifier and TypeMethodDescriptionabstract ExpandSelectTreeNodeExpandSelectTreeNode.ExpandSelectTreeNodeBuilder.build()Will close this builder and return anExpandSelectTreeNode.abstract ExpandSelectTreeNodeUriParser.buildExpandSelectTree(List<SelectItem> select, List<ArrayList<NavigationPropertySegment>> expand) Creates an optimized expression tree out of $expand and $select expressions.static ExpandSelectTreeNodeUriParser.createExpandSelectTree(List<SelectItem> select, List<ArrayList<NavigationPropertySegment>> expand) Creates an optimized expression tree out of $expand and $select expressions.abstract UriInfoParses path segments and query parameters.abstract UriInfoUriParser.parse(List<PathSegment> pathSegments, Map<String, String> queryParameters, boolean strictFilter) Deprecated.abstract UriInfoParses path segments and query parameters. -
Uses of EdmException in org.apache.olingo.odata2.core.edm
Methods in org.apache.olingo.odata2.core.edm that throw EdmExceptionModifier and TypeMethodDescriptionEdmImpl.getAssociation(String namespaceOrAlias, String name) EdmImpl.getComplexType(String namespaceOrAlias, String name) EdmImpl.getDefaultEntityContainer()EdmImpl.getEntityContainer(String name) EdmImpl.getEntitySets()EdmImpl.getEntityType(String namespaceOrAlias, String name) EdmImpl.getFunctionImports()AbstractSimpleType.getName()AbstractSimpleType.getNamespace()Bit.getNamespace()Uint7.getNamespace() -
Uses of EdmException in org.apache.olingo.odata2.core.edm.provider
Methods in org.apache.olingo.odata2.core.edm.provider that throw EdmExceptionModifier and TypeMethodDescriptionprotected EdmTypedEdmEntityTypeImplProv.createNavigationProperty(NavigationProperty property) protected EdmTypedEdmStructuralTypeImplProv.createProperty(Property property) EdmAssociationEndImplProv.getAnnotations()EdmAssociationImplProv.getAnnotations()EdmAssociationSetEndImplProv.getAnnotations()EdmAssociationSetImplProv.getAnnotations()EdmEntityContainerImplProv.getAnnotations()EdmEntitySetImplProv.getAnnotations()EdmFunctionImportImplProv.getAnnotations()EdmNavigationPropertyImplProv.getAnnotations()EdmParameterImplProv.getAnnotations()EdmPropertyImplProv.getAnnotations()EdmReferentialConstraintImplProv.getAnnotations()EdmReferentialConstraintRoleImplProv.getAnnotations()EdmStructuralTypeImplProv.getAnnotations()EdmAssociationSetImplProv.getAssociation()EdmEntityContainerImplProv.getAssociationSet(EdmEntitySet sourceEntitySet, EdmNavigationProperty navigationProperty) EdmEntityContainerImplProv.getAssociationSets()EdmComplexTypeImplProv.getBaseType()EdmEntityTypeImplProv.getBaseType()EdmStructuralTypeImplProv.getBaseType()EdmEntityTypeImplProv.getCustomizableFeedMappings()EdmPropertyImplProv.getCustomizableFeedMappings()EdmReferentialConstraintImplProv.getDependent()EdmAssociationImplProv.getEnd1()EdmAssociationImplProv.getEnd2()EdmAssociationSetImplProv.getEntityContainer()EdmEntitySetImplProv.getEntityContainer()EdmFunctionImportImplProv.getEntityContainer()EdmAssociationSetEndImplProv.getEntitySet()EdmEntityContainerImplProv.getEntitySet(String name) EdmFunctionImportImplProv.getEntitySet()EdmEntityContainerImplProv.getEntitySets()EdmAssociationEndImplProv.getEntityType()EdmEntitySetImplProv.getEntityType()EdmElementImplProv.getFacets()EdmNavigationPropertyImplProv.getFromRole()EdmEntityContainerImplProv.getFunctionImport(String name) EdmFunctionImportImplProv.getHttpMethod()EdmEntityTypeImplProv.getKeyProperties()EdmEntityTypeImplProv.getKeyPropertyNames()EdmElementImplProv.getMapping()EdmEntitySetImplProv.getMapping()EdmFunctionImportImplProv.getMapping()EdmNavigationPropertyImplProv.getMapping()EdmStructuralTypeImplProv.getMapping()EdmPropertyImplProv.getMimeType()EdmNavigationPropertyImplProv.getMultiplicity()EdmTypedImplProv.getMultiplicity()EdmEntityContainerImplProv.getName()EdmNamedImplProv.getName()EdmAssociationImplProv.getNamespace()EdmEntityContainerImplProv.getNamespace()EdmStructuralTypeImplProv.getNamespace()EdmEntityTypeImplProv.getNavigationPropertyNames()EdmFunctionImportImplProv.getParameter(String name) EdmFunctionImportImplProv.getParameterNames()EdmReferentialConstraintImplProv.getPrincipal()EdmStructuralTypeImplProv.getProperty(String name) protected EdmTypedEdmEntityTypeImplProv.getPropertyInternal(String name) protected EdmTypedEdmStructuralTypeImplProv.getPropertyInternal(String name) EdmStructuralTypeImplProv.getPropertyNames()EdmAssociationImplProv.getReferentialConstraint()EdmEntitySetImplProv.getRelatedEntitySet(EdmNavigationProperty navigationProperty) EdmNavigationPropertyImplProv.getRelationship()EdmFunctionImportImplProv.getReturnType()EdmNavigationPropertyImplProv.getToRole()EdmComplexPropertyImplProv.getType()EdmNavigationPropertyImplProv.getType()EdmParameterImplProv.getType()EdmSimplePropertyImplProv.getType()EdmTypedImplProv.getType()booleanEdmEntityTypeImplProv.hasStream()Constructors in org.apache.olingo.odata2.core.edm.provider that throw EdmExceptionModifierConstructorDescriptionEdmAssociationEndImplProv(EdmImplProv edm, AssociationEnd associationEnd) EdmAssociationImplProv(EdmImplProv edm, Association association, String namespace) EdmAssociationSetEndImplProv(AssociationSetEnd end, EdmEntitySet entitySet) EdmAssociationSetImplProv(EdmImplProv edm, AssociationSet associationSet, EdmEntityContainer edmEntityContainer) EdmComplexPropertyImplProv(EdmImplProv edm, ComplexProperty property) EdmComplexTypeImplProv(EdmImplProv edm, ComplexType complexType, String namespace) EdmElementImplProv(EdmImplProv edm, String name, FullQualifiedName typeName, EdmFacets edmFacets, EdmMapping edmMapping) EdmEntityContainerImplProv(EdmImplProv edm, EntityContainerInfo entityContainerInfo) EdmEntitySetImplProv(EdmImplProv edm, EntitySet entitySet, EdmEntityContainer edmEntityContainer) EdmEntitySetInfoImplProv(EntitySet entitySet, EntityContainerInfo entityContainerInfo) EdmEntityTypeImplProv(EdmImplProv edm, EntityType entityType, String namespace) EdmFunctionImportImplProv(EdmImplProv edm, FunctionImport functionImport, EdmEntityContainer edmEntityContainer) EdmNamedImplProv(EdmImplProv edm, String name) EdmNavigationPropertyImplProv(EdmImplProv edm, NavigationProperty property) EdmParameterImplProv(EdmImplProv edm, FunctionImportParameter parameter) EdmPropertyImplProv(EdmImplProv edm, FullQualifiedName propertyName, Property property) EdmReferentialConstraintImplProv(ReferentialConstraint referentialConstraint) EdmSimplePropertyImplProv(EdmImplProv edm, SimpleProperty property) EdmStructuralTypeImplProv(EdmImplProv edm, ComplexType structuralType, EdmTypeKind edmTypeKind, String namespace) EdmTypedImplProv(EdmImplProv edm, String name, FullQualifiedName typeName, EdmMultiplicity multiplicity) -
Uses of EdmException in org.apache.olingo.odata2.core.ep.consumer
Methods in org.apache.olingo.odata2.core.ep.consumer that throw EdmExceptionModifier and TypeMethodDescriptionJsonEntryConsumer.readFeedEntry()protected ODataFeedJsonFeedConsumer.readInlineFeedStandalone()protected ObjectXmlPropertyConsumer.readStartedElement(XMLStreamReader reader, String name, EntityPropertyInfo propertyInfo, EntityTypeMapping typeMappings, EntityProviderReadProperties readProperties) protected ODataFeedJsonFeedConsumer.readStartedInlineFeed(String name) -
Uses of EdmException in org.apache.olingo.odata2.core.ep.producer
Methods in org.apache.olingo.odata2.core.ep.producer that throw EdmExceptionModifier and TypeMethodDescriptionprotected static voidJsonPropertyEntityProducer.appendPropertyMetadata(JsonStreamWriter jsonStreamWriter, EdmType type) protected static voidJsonPropertyEntityProducer.appendPropertyValue(JsonStreamWriter jsonStreamWriter, EntityPropertyInfo propertyInfo, Object value, boolean validatingFacets, boolean isDataBasedPropertySerialization, boolean isDateTimeJsonRelaxed) -
Uses of EdmException in org.apache.olingo.odata2.core.uri
Methods in org.apache.olingo.odata2.core.uri that throw EdmExceptionModifier and TypeMethodDescriptionExpandSelectTreeNodeImpl.ExpandSelectTreeNodeBuilderImpl.build()UriParserImpl.buildExpandSelectTree(List<SelectItem> select, List<ArrayList<NavigationPropertySegment>> expand) ExpandSelectTreeCreator.create()Parse the URI part after an OData service root, already splitted into path segments and query parameters.UriParserImpl.parse(List<PathSegment> pathSegments, Map<String, String> queryParameters, boolean strictFilter) Deprecated. -
Uses of EdmException in org.apache.olingo.odata2.core.uri.expression
Methods in org.apache.olingo.odata2.core.uri.expression with parameters of type EdmExceptionModifier and TypeMethodDescriptionExpressionParserInternalError.createERROR_ACCESSING_EDM(EdmException cause) Constructors in org.apache.olingo.odata2.core.uri.expression with parameters of type EdmExceptionModifierConstructorDescriptionExpressionParserInternalError(MessageReference messageReference, EdmException cause)