| Package | Description |
|---|---|
| com.hcl.voltmx.middleware.convertions | |
| com.hcl.voltmx.middleware.dataobject |
| Modifier and Type | Method and Description |
|---|---|
static org.json.JSONArray |
ResultToJSON.convertDataset(Dataset dataset)
Deprecated.
Converts the given
Dataset object to JSON array. |
| Modifier and Type | Method and Description |
|---|---|
Dataset |
Result.findDataset(String id)
Deprecated.
As of Foundry 7.3.2, replaced by
AbstractRecord.getDatasetById(String) |
Dataset |
AbstractRecord.getDatasetById(String id)
Gets the Dataset with given id from this Record/Result object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dataset> |
AbstractRecord.getAllDatasets()
Gets the read-only list of all Datasets of this Record/Result
object.
|
ArrayList<Dataset> |
Record.getDatasets()
Deprecated.
As of Foundry 7.3.2, replaced by
AbstractRecord.getAllDatasets() |
ArrayList<Dataset> |
Result.getDataSets()
Deprecated.
As of Foundry 7.3.2, replaced by
AbstractRecord.getAllDatasets() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRecord.addDataset(Dataset dataset)
Adds a Dataset to the Dataset list of this Record/Result object.
|
static org.json.JSONArray |
ResultToJSON.convertDataset(Dataset dataset)
Converts the given
Dataset object to JSON array. |
void |
Record.setDataset(Dataset dataset)
Deprecated.
As of Foundry 7.3.2, replaced by
AbstractRecord.addDataset(Dataset) |
void |
Result.setDataSet(Dataset dataset)
Deprecated.
As of Foundry 7.3.2, replaced by
AbstractRecord.addDataset(Dataset) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRecord.addAllDatasets(Collection<Dataset> datasets)
Adds all the Datasets to the Dataset list of this Record/Result object.
|
void |
Record.setDatasets(ArrayList<Dataset> datasets)
Deprecated.
As of Foundry 7.3.2, replaced by
AbstractRecord.addAllDatasets(java.util.Collection) |
void |
Result.setDataSets(ArrayList<Dataset> datasets)
Deprecated.
As of Foundry 7.3.2, replaced by
AbstractRecord.addAllDatasets(java.util.Collection) |
Copyright © 2019. All rights reserved.