| Package | Description |
|---|---|
| net.endrealm.realmdrive.inst | |
| net.endrealm.realmdrive.interfaces | |
| net.endrealm.realmdrive.utils.paging |
| Modifier and Type | Method and Description |
|---|---|
List<DriveObject> |
MongoBackend.findAll(Query queryDetails,
Pageable pageable) |
List<DriveObject> |
SimpleDriveReader.readPagedObjects(Query query,
Pageable pageable) |
<T> List<T> |
SimpleDriveReader.readPagedObjects(Query query,
Pageable pageable,
Class<T> clazz) |
<T> void |
SimpleDriveReader.readPagedObjectsAsync(Query query,
Pageable pageable,
Class<T> clazz,
Consumer<List<T>> onSuccess,
Consumer<Throwable> onError) |
void |
SimpleDriveReader.readPagedObjectsAsync(Query query,
Pageable pageable,
Consumer<List<DriveObject>> onResult) |
| Modifier and Type | Method and Description |
|---|---|
List<DriveObject> |
DriveBackend.findAll(Query queryDetails,
Pageable pageable)
Read all objects matching the query parameters
|
List<DriveObject> |
DriveReader.readPagedObjects(Query query,
Pageable pageable)
Read all object instances found by the specified parameters
|
<T> List<T> |
DriveReader.readPagedObjects(Query query,
Pageable pageable,
Class<T> clazz)
Read all object instances found by the specified parameters
|
<T> void |
DriveReader.readPagedObjectsAsync(Query query,
Pageable pageable,
Class<T> clazz,
Consumer<List<T>> onSuccess,
Consumer<Throwable> onError)
Read all object instances found by the specified parameters
|
void |
DriveReader.readPagedObjectsAsync(Query query,
Pageable pageable,
Consumer<List<DriveObject>> onResult)
Read all object instances found by the specified parameters
|
| Modifier and Type | Method and Description |
|---|---|
Pageable |
Pageable.PageableBuilder.build()
Uses the data in the builder to construct a new Pageable
|
Copyright © 2020. All rights reserved.