| Package | Description |
|---|---|
| com.gooddata.collections | |
| com.gooddata.dataload.processes | |
| com.gooddata.warehouse |
| Modifier and Type | Method and Description |
|---|---|
void |
PageableListSerializer.serialize(PageableList<?> value,
org.codehaus.jackson.JsonGenerator jgen,
org.codehaus.jackson.map.SerializerProvider provider) |
| 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 page)
Get defined page of paged list of schedules by given project.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Warehouses
List of warehouses.
|
class |
WarehouseUsers
List of warehouse users.
|
| Modifier and Type | Method and Description |
|---|---|
PageableList<Warehouse> |
WarehouseService.listWarehouses()
Lists Warehouses.
|
PageableList<Warehouse> |
WarehouseService.listWarehouses(Page page)
Lists Warehouses.
|
PageableList<WarehouseUser> |
WarehouseService.listWarehouseUsers(Warehouse warehouse,
Page page) |
Copyright © 2015. All Rights Reserved.