| Package | Description |
|---|---|
| com.springml.salesforce.wave.api | |
| com.springml.salesforce.wave.impl |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
WaveAPI.query(String saql)
Execute the given SAQL by using "/wave/query" API
|
QueryResult |
WaveAPI.queryMore(QueryResult queryResult)
Execute query and return the next set of results
|
QueryResult |
WaveAPI.queryWithPagination(String saql,
String resultVar,
int pageSize)
Executes Paginated query and return the result
To get further results call WaveAPI.queryMore(QueryResult queryResult)
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
WaveAPI.queryMore(QueryResult queryResult)
Execute query and return the next set of results
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
WaveAPIImpl.query(String saql) |
QueryResult |
WaveAPIImpl.queryMore(QueryResult queryResult) |
QueryResult |
WaveAPIImpl.queryWithPagination(String saql,
String resultVar,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
WaveAPIImpl.queryMore(QueryResult queryResult) |
Copyright © 2019. All rights reserved.