Uses of Interface
org.apache.olingo.commons.api.edm.EdmTerm
Packages that use EdmTerm
Package
Description
Contains representations for EDM objects created during the URI parsing
-
Uses of EdmTerm in org.apache.olingo.commons.api.edm
Methods in org.apache.olingo.commons.api.edm that return EdmTermModifier and TypeMethodDescriptionEdmTerm.getBaseTerm()When applying a term with a base term,the base term MUST also be applied with the same qualifier, and so on until a term without a base term is reached.Edm.getTerm(FullQualifiedName termName) Get Term full by qualified name.EdmAnnotation.getTerm()Methods in org.apache.olingo.commons.api.edm that return types with arguments of type EdmTermMethods in org.apache.olingo.commons.api.edm with parameters of type EdmTerm -
Uses of EdmTerm in org.apache.olingo.commons.core.edm
Classes in org.apache.olingo.commons.core.edm that implement EdmTermMethods in org.apache.olingo.commons.core.edm that return EdmTermModifier and TypeMethodDescriptionprotected abstract EdmTermAbstractEdm.createTerm(FullQualifiedName termName) protected EdmTermEdmProviderImpl.createTerm(FullQualifiedName termName) EdmTermImpl.getBaseTerm()AbstractEdm.getTerm(FullQualifiedName termName) EdmAnnotationImpl.getTerm()Methods in org.apache.olingo.commons.core.edm that return types with arguments of type EdmTermMethods in org.apache.olingo.commons.core.edm with parameters of type EdmTermModifier and TypeMethodDescriptionvoidAbstractEdm.cacheTerm(FullQualifiedName termName, EdmTerm term) AbstractEdmAnnotatable.getAnnotation(EdmTerm term, String qualifier) -
Uses of EdmTerm in org.apache.olingo.commons.core.edm.annotation
Methods in org.apache.olingo.commons.core.edm.annotation with parameters of type EdmTermModifier and TypeMethodDescriptionAbstractEdmAnnotatableDynamicExpression.getAnnotation(EdmTerm term, String qualifier) -
Uses of EdmTerm in org.apache.olingo.server.core.uri.queryoption.apply
Methods in org.apache.olingo.server.core.uri.queryoption.apply with parameters of type EdmTermModifier and TypeMethodDescriptionDynamicProperty.getAnnotation(EdmTerm term, String qualifier) DynamicStructuredType.getAnnotation(EdmTerm term, String qualifier)