Package | Description |
---|---|
org.apache.olingo.commons.api.domain.v4 | |
org.apache.olingo.ext.proxy.commons | |
org.apache.olingo.ext.proxy.utils |
Modifier and Type | Method and Description |
---|---|
List<ODataAnnotation> |
ODataLink.getAnnotations() |
List<ODataAnnotation> |
ODataAnnotatable.getAnnotations() |
Modifier and Type | Field and Description |
---|---|
protected List<ODataAnnotation> |
AbstractCollectionInvocationHandler.annotations |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.lang3.tuple.Triple<List<T>,URI,List<ODataAnnotation>> |
PrimitiveCollectionInvocationHandler.fetchPartial(URI uri,
Class<T> typeRef) |
org.apache.commons.lang3.tuple.Triple<List<T>,URI,List<ODataAnnotation>> |
ComplexCollectionInvocationHandler.fetchPartial(URI uri,
Class<T> typeRef) |
org.apache.commons.lang3.tuple.Triple<List<T>,URI,List<ODataAnnotation>> |
AbstractEntityCollectionInvocationHandler.fetchPartial(URI uri,
Class<T> typeRef) |
abstract org.apache.commons.lang3.tuple.Triple<List<T>,URI,List<ODataAnnotation>> |
AbstractCollectionInvocationHandler.fetchPartial(URI uri,
Class<T> typeRef) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCollectionInvocationHandler.setAnnotations(List<ODataAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
static ODataAnnotation |
CoreUtils.getODataAnnotation(CommonEdmEnabledODataClient<?> client,
String term,
EdmType type,
Object obj) |
Modifier and Type | Method and Description |
---|---|
static Collection<Class<? extends AbstractTerm>> |
CoreUtils.getAnnotationTerms(AbstractService<?> service,
List<ODataAnnotation> annotations) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.