Uses of Interface
org.apache.olingo.ext.proxy.api.AbstractTerm
Packages that use AbstractTerm
Package
Description
-
Uses of AbstractTerm in org.apache.olingo.ext.proxy
Methods in org.apache.olingo.ext.proxy that return types with arguments of type AbstractTermModifier and TypeMethodDescriptionabstract Class<? extends AbstractTerm>
AbstractService.getTermClass
(String name) -
Uses of AbstractTerm in org.apache.olingo.ext.proxy.api
Methods in org.apache.olingo.ext.proxy.api that return types with arguments of type AbstractTermModifier and TypeMethodDescriptionCollection<Class<? extends AbstractTerm>>
Annotatable.readAnnotationTerms()
Method parameters in org.apache.olingo.ext.proxy.api with type arguments of type AbstractTermModifier and TypeMethodDescriptionvoid
Annotatable.addAnnotation
(Class<? extends AbstractTerm> term, Object value) Annotatable.readAnnotation
(Class<? extends AbstractTerm> term) void
Annotatable.removeAnnotation
(Class<? extends AbstractTerm> term) -
Uses of AbstractTerm in org.apache.olingo.ext.proxy.commons
Methods in org.apache.olingo.ext.proxy.commons that return types with arguments of type AbstractTermModifier and TypeMethodDescriptionMap<Class<? extends AbstractTerm>,
Object> AnnotatableInvocationHandler.getAnnotations()
Map<Class<? extends AbstractTerm>,
Object> EntityInvocationHandler.getAnnotations()
Collection<Class<? extends AbstractTerm>>
AbstractCollectionInvocationHandler.getAnnotationTerms()
Collection<Class<? extends AbstractTerm>>
AnnotatableInvocationHandler.readAnnotationTerms()
Collection<Class<? extends AbstractTerm>>
EntityInvocationHandler.readAnnotationTerms()
Method parameters in org.apache.olingo.ext.proxy.commons with type arguments of type AbstractTermModifier and TypeMethodDescriptionvoid
AnnotatableInvocationHandler.addAnnotation
(Class<? extends AbstractTerm> term, Object value) void
EntityInvocationHandler.addAnnotation
(Class<? extends AbstractTerm> term, Object value) AbstractCollectionInvocationHandler.getAnnotation
(Class<? extends AbstractTerm> term) AnnotatableInvocationHandler.readAnnotation
(Class<? extends AbstractTerm> term) EntityInvocationHandler.readAnnotation
(Class<? extends AbstractTerm> term) void
AnnotatableInvocationHandler.removeAnnotation
(Class<? extends AbstractTerm> term) void
EntityInvocationHandler.removeAnnotation
(Class<? extends AbstractTerm> term) -
Uses of AbstractTerm in org.apache.olingo.ext.proxy.utils
Methods in org.apache.olingo.ext.proxy.utils that return types with arguments of type AbstractTermModifier and TypeMethodDescriptionstatic Collection<Class<? extends AbstractTerm>>
CoreUtils.getAnnotationTerms
(AbstractService<?> service, List<ClientAnnotation> annotations) Method parameters in org.apache.olingo.ext.proxy.utils with type arguments of type AbstractTermModifier and TypeMethodDescriptionstatic void
CoreUtils.addAnnotations
(EdmEnabledODataClient client, Map<Class<? extends AbstractTerm>, Object> annotations, ClientAnnotatable annotatable)