Uses of Interface
org.apache.olingo.ext.proxy.api.EntityCollection
Packages that use EntityCollection
-
Uses of EntityCollection in org.apache.olingo.ext.proxy.api
Classes in org.apache.olingo.ext.proxy.api with type parameters of type EntityCollectionModifier and TypeInterfaceDescriptioninterface
AbstractSingleton<T extends EntityType<?>,
KEY extends Serializable, EC extends EntityCollection<T, ?, ?>> Methods in org.apache.olingo.ext.proxy.api with type parameters of type EntityCollectionModifier and TypeMethodDescription<S extends T,
SEC extends EntityCollection<S, ?, ?>>
Search<S,SEC> AbstractEntitySet.createSearch
(Class<SEC> reference) Create an instance of Search.<S extends T,
SEC extends EntityCollection<S, ?, ?>>
SECReturns all instances of the given subtype.<S extends T,
SEC extends EntityCollection<S, ?, ?>>
Future<SEC>EntitySet.executeAsync
(Class<SEC> reference) Asynchronously returns all instances of the given subtype. -
Uses of EntityCollection in org.apache.olingo.ext.proxy.commons
Classes in org.apache.olingo.ext.proxy.commons with type parameters of type EntityCollectionModifier and TypeClassDescriptionclass
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, ?, ?>> Methods in org.apache.olingo.ext.proxy.commons with type parameters of type EntityCollectionModifier and TypeMethodDescription<S extends T,
SEC extends EntityCollection<S, ?, ?>>
Search<S,SEC> EntitySetInvocationHandler.createSearch
(Class<SEC> reference) <S extends T,
SEC extends EntityCollection<S, ?, ?>>
Search<S,SEC> InlineEntitySetInvocationHandler.createSearch
(Class<SEC> reference) <S extends T,
SEC extends EntityCollection<S, ?, ?>>
SEC<S extends T,
SEC extends EntityCollection<S, ?, ?>>
SEC<S extends T,
SEC extends EntityCollection<S, ?, ?>>
Future<SEC>EntitySetInvocationHandler.executeAsync
(Class<SEC> collTypeRef) <S extends T,
SEC extends EntityCollection<S, ?, ?>>
Future<SEC>InlineEntitySetInvocationHandler.executeAsync
(Class<SEC> collTypeRef) <S extends T,
SEC extends EntityCollection<S, ?, ?>>
SECEntitySetInvocationHandler.fetchWholeEntitySet
(URIBuilder uriBuilder, Class<S> typeRef, Class<SEC> collTypeRef) <T extends EntityType<?>,
NEC extends EntityCollection<T, ?, ?>>
NECEntityContainerInvocationHandler.newEntityCollection
(Class<NEC> ref) Constructor parameters in org.apache.olingo.ext.proxy.commons with type arguments of type EntityCollectionModifierConstructorDescriptionAbstractEntityCollectionInvocationHandler
(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)