| Package | Description |
|---|---|
| com.springml.salesforce.wave.api | |
| com.springml.salesforce.wave.impl |
| Modifier and Type | Method and Description |
|---|---|
SOQLResult |
ForceAPI.query(String soql)
Execute the given SOQL by using "/query" API
|
SOQLResult |
ForceAPI.query(String soql,
boolean all)
Execute the given SOQL by using either the "/query" API
or the "/queryAll" API
|
SOQLResult |
ForceAPI.queryMore(SOQLResult oldResult)
Query further records using nextRecordsURL
|
| Modifier and Type | Method and Description |
|---|---|
SOQLResult |
ForceAPI.queryMore(SOQLResult oldResult)
Query further records using nextRecordsURL
|
| Modifier and Type | Method and Description |
|---|---|
SOQLResult |
ForceAPIImpl.query(String soql) |
SOQLResult |
ForceAPIImpl.query(String soql,
boolean all) |
SOQLResult |
ForceAPIImpl.queryMore(SOQLResult soqlResult) |
| Modifier and Type | Method and Description |
|---|---|
SOQLResult |
ForceAPIImpl.queryMore(SOQLResult soqlResult) |
Copyright © 2019. All rights reserved.