TypedRest for Java
net.typedrest.StreamEndpointImpl< TEntity > Member List

This is the complete list of members for net.typedrest.StreamEndpointImpl< TEntity >, including all inherited members.

AbstractStreamEndpoint(Endpoint referrer, URI relativeUri, Class< TEntity > entityType)net.typedrest.AbstractStreamEndpoint< TEntity, ElementEndpoint< TEntity > >protected
AbstractStreamEndpoint(Endpoint referrer, String relativeUri, Class< TEntity > entityType)net.typedrest.AbstractStreamEndpoint< TEntity, ElementEndpoint< TEntity > >protected
buildElementEndpoint(URI relativeUri) (defined in net.typedrest.StreamEndpointImpl< TEntity >)net.typedrest.StreamEndpointImpl< TEntity >protected
contains(String id)net.typedrest.CollectionEndpoint< TEntity >
contains(TEntity element)net.typedrest.CollectionEndpoint< TEntity >
create(TEntity entity)net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >
createAll(Iterable< TEntity > entities)net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >
delete(String id)net.typedrest.CollectionEndpoint< TEntity >
delete(TEntity element)net.typedrest.CollectionEndpoint< TEntity >
get(String id)net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >
get(TEntity entity)net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >
getEntityType()net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >
getObservable(long startIndex) (defined in net.typedrest.AbstractStreamEndpoint< TEntity, ElementEndpoint< TEntity > >)net.typedrest.AbstractStreamEndpoint< TEntity, ElementEndpoint< TEntity > >
AbstractStreamEndpoint< TEntity, ElementEndpoint< TEntity > >.getObservable(final long startIndex, Scheduler scheduler)net.typedrest.AbstractStreamEndpoint< TEntity, ElementEndpoint< TEntity > >package
net::typedrest::StreamEndpoint.getObservable()net.typedrest.GenericStreamEndpoint< TEntity, ElementEndpoint< TEntity > >
net::typedrest::StreamEndpoint.getObservable(long startIndex)net.typedrest.GenericStreamEndpoint< TEntity, ElementEndpoint< TEntity > >
isCreateAllAllowed()net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >
isCreateAllowed()net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >
isReadAllAllowed()net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >
isReadRangeAllowed()net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >
isSetAllAllowed()net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >
merge(TEntity element)net.typedrest.CollectionEndpoint< TEntity >
readAll()net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >
readRange(Long from, Long to)net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >
set(TEntity element)net.typedrest.CollectionEndpoint< TEntity >
setAll(Collection< TEntity > entities)net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >
StreamEndpointImpl(Endpoint referrer, URI relativeUri, Class< TEntity > entityType)net.typedrest.StreamEndpointImpl< TEntity >
StreamEndpointImpl(Endpoint referrer, String relativeUri, Class< TEntity > entityType)net.typedrest.StreamEndpointImpl< TEntity >