AbstractCollectionEndpoint(Endpoint referrer, URI relativeUri, Class< TEntity > entityType) | net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | protected |
AbstractCollectionEndpoint(Endpoint referrer, String relativeUri, Class< TEntity > entityType) | net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | protected |
buildElementEndpoint(URI relativeUri) (defined in net.typedrest.CollectionEndpointImpl< TEntity >) | net.typedrest.CollectionEndpointImpl< TEntity > | protected |
CollectionEndpointImpl(Endpoint referrer, URI relativeUri, Class< TEntity > entityType) | net.typedrest.CollectionEndpointImpl< TEntity > | |
CollectionEndpointImpl(Endpoint referrer, String relativeUri, Class< TEntity > entityType) | net.typedrest.CollectionEndpointImpl< TEntity > | |
contains(String id) | net.typedrest.CollectionEndpoint< TEntity > | |
contains(TEntity element) | net.typedrest.CollectionEndpoint< TEntity > | |
create(TEntity entity) (defined in net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >) | net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
net::typedrest::CollectionEndpoint.create(TEntity entity) | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
createAll(Iterable< TEntity > entities) (defined in net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >) | net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
net::typedrest::CollectionEndpoint.createAll(Iterable< TEntity > entities) | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
delete(String id) | net.typedrest.CollectionEndpoint< TEntity > | |
delete(TEntity element) | net.typedrest.CollectionEndpoint< TEntity > | |
entityType (defined in net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >) | net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | protected |
get(String id) (defined in net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >) | net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
get(TEntity entity) (defined in net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >) | net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
net::typedrest::CollectionEndpoint.get(String id) | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
net::typedrest::CollectionEndpoint.get(TEntity entity) | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
getEntityType() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
handleCapabilities(HttpResponse response) (defined in net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >) | net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | protected |
isCreateAllAllowed() (defined in net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >) | net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
net::typedrest::CollectionEndpoint.isCreateAllAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
isCreateAllowed() (defined in net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >) | net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
net::typedrest::CollectionEndpoint.isCreateAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
isReadAllAllowed() (defined in net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >) | net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
net::typedrest::CollectionEndpoint.isReadAllAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
isReadRangeAllowed() (defined in net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >) | net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
net::typedrest::CollectionEndpoint.isReadRangeAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
isSetAllAllowed() (defined in net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >) | net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
net::typedrest::CollectionEndpoint.isSetAllAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
merge(TEntity element) | net.typedrest.CollectionEndpoint< TEntity > | |
readAll() (defined in net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >) | net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
net::typedrest::CollectionEndpoint.readAll() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
readRange(Long from, Long to) (defined in net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >) | net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
net::typedrest::CollectionEndpoint.readRange(Long from, Long to) | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
set(TEntity element) | net.typedrest.CollectionEndpoint< TEntity > | |
setAll(Collection< TEntity > entities) (defined in net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >) | net.typedrest.AbstractCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
net::typedrest::CollectionEndpoint.setAll(Collection< TEntity > entities) | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |