| Package | Description |
|---|---|
| com.gooddata.collections | |
| com.gooddata.dataload.processes | |
| com.gooddata.project | |
| com.gooddata.warehouse |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiPageList<T>
Adapter over PageableList to offer easy iteration/streaming over multiple pages,
lazily loading of pages using specified pageProvider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageableListSerializer.serialize(PageableList<?> value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
PageableListSerializer.serializeWithType(PageableList<?> value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) |
| Constructor and Description |
|---|
MultiPageList(Function<Page,PageableList<T>> pageProvider)
To list all the pages, starting with the very first one.
|
MultiPageList(Page startPage,
Function<Page,PageableList<T>> pageProvider)
To list all the pages, starting with the startPage specified.
|
| Modifier and Type | Method and Description |
|---|---|
PageableList<Schedule> |
ProcessService.listSchedules(Project project)
Get first page of paged list of schedules by given project.
|
PageableList<Schedule> |
ProcessService.listSchedules(Project project,
Page startPage)
Get defined page of paged list of schedules by given project.
|
| Modifier and Type | Method and Description |
|---|---|
PageableList<User> |
ProjectService.listUsers(Project project)
Get first page of paged list of users by given project.
|
PageableList<User> |
ProjectService.listUsers(Project project,
Page startPage)
Get defined page of paged list of users by given project.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Warehouses
List of warehouses.
|
class |
WarehouseS3CredentialsList
List of warehouse S3 credentials for a given warehouse
|
class |
WarehouseSchemas
List of warehouse schemas.
|
class |
WarehouseUsers
List of warehouse users.
|
| Modifier and Type | Method and Description |
|---|---|
PageableList<Warehouse> |
WarehouseService.listWarehouses()
Lists Warehouses.
|
PageableList<Warehouse> |
WarehouseService.listWarehouses(Page startPage)
Lists Warehouses.
|
PageableList<WarehouseS3Credentials> |
WarehouseService.listWarehouseS3Credentials(Warehouse warehouse)
List S3 credentials for the Warehouse.
|
PageableList<WarehouseSchema> |
WarehouseService.listWarehouseSchemas(Warehouse warehouse)
list schemas for Warehouse
|
PageableList<WarehouseSchema> |
WarehouseService.listWarehouseSchemas(Warehouse warehouse,
Page startPage)
list schemas for Warehouse
|
PageableList<WarehouseUser> |
WarehouseService.listWarehouseUsers(Warehouse warehouse)
Lists warehouse users.
|
PageableList<WarehouseUser> |
WarehouseService.listWarehouseUsers(Warehouse warehouse,
Page startPage)
Lists warehouse users, starting with specified page.
|
Copyright © 2017. All rights reserved.