Package | Description |
---|---|
org.apache.olingo.ext.proxy.api | |
org.apache.olingo.ext.proxy.commons |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractSingleton<T extends EntityType<?>,KEY extends Serializable,EC extends EntityCollection<T,?,?>> |
Modifier and Type | Method and Description |
---|---|
<S extends T,SEC extends EntityCollection<S,?,?>> |
AbstractEntitySet.createSearch(Class<SEC> reference)
Create an instance of Search.
|
<S extends T,SEC extends EntityCollection<S,?,?>> |
EntitySet.execute(Class<SEC> reference)
Returns all instances of the given subtype.
|
<S extends T,SEC extends EntityCollection<S,?,?>> |
EntitySet.executeAsync(Class<SEC> reference)
Asynchronously returns all instances of the given subtype.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityCollectionInvocationHandler<T extends EntityType<?>,EC extends EntityCollection<T,?,?>> |
class |
EntitySetInvocationHandler<T extends EntityType<?>,KEY extends Serializable,EC extends EntityCollection<T,?,?>> |
class |
InlineEntitySetInvocationHandler<T extends EntityType<?>,KEY extends Serializable,EC extends EntityCollection<T,?,?>> |
class |
SearchImpl<T extends EntityType<?>,EC extends EntityCollection<T,?,?>> |
Modifier and Type | Method and Description |
---|---|
<S extends T,SEC extends EntityCollection<S,?,?>> |
InlineEntitySetInvocationHandler.createSearch(Class<SEC> reference) |
<S extends T,SEC extends EntityCollection<S,?,?>> |
EntitySetInvocationHandler.createSearch(Class<SEC> reference) |
<S extends T,SEC extends EntityCollection<S,?,?>> |
InlineEntitySetInvocationHandler.execute(Class<SEC> collTypeRef) |
<S extends T,SEC extends EntityCollection<S,?,?>> |
EntitySetInvocationHandler.execute(Class<SEC> collTypeRef) |
<S extends T,SEC extends EntityCollection<S,?,?>> |
InlineEntitySetInvocationHandler.executeAsync(Class<SEC> collTypeRef) |
<S extends T,SEC extends EntityCollection<S,?,?>> |
EntitySetInvocationHandler.executeAsync(Class<SEC> collTypeRef) |
<S extends T,SEC extends EntityCollection<S,?,?>> |
EntitySetInvocationHandler.fetchWholeEntitySet(URIBuilder uriBuilder,
Class<S> typeRef,
Class<SEC> collTypeRef) |
<T extends EntityType<?>,NEC extends EntityCollection<T,?,?>> |
EntityContainerInvocationHandler.newEntityCollection(Class<NEC> ref) |
Constructor and Description |
---|
AbstractEntityCollectionInvocationHandler(Class<? extends EntityCollection<T,?,?>> ref,
AbstractService<?> service,
URI targetEntitySetURI,
URIBuilder uri) |
EntityCollectionInvocationHandler(AbstractService<?> service,
Class<? extends EntityCollection<T,?,?>> collItemRef) |
EntityCollectionInvocationHandler(AbstractService<?> service,
Collection<T> items,
Class<? extends EntityCollection<T,?,?>> collItemRef,
URI targetEntitySetURI,
URIBuilder uri) |
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.