| Package | Description |
|---|---|
| org.wso2.carbon.analytics.dataservice.restapi | |
| org.wso2.carbon.analytics.dataservice.restapi.beans | |
| org.wso2.carbon.analytics.dataservice.restapi.resources |
| Modifier and Type | Method and Description |
|---|---|
static RecordBean |
Utils.createRecordBeanFromRecord(org.wso2.carbon.analytics.datasource.core.Record record)
Creates the record bean from record.
|
| Modifier and Type | Method and Description |
|---|---|
static List<RecordBean> |
Utils.createRecordBeansFromRecords(List<org.wso2.carbon.analytics.datasource.core.Record> records)
Creates the record beans from records.
|
static List<RecordBean> |
Utils.getAllRecordBeansFromRecordGroups(org.wso2.carbon.analytics.dataservice.AnalyticsDataService ads,
org.wso2.carbon.analytics.datasource.core.RecordGroup[] recordGroups)
Gets the all record beans from record groups.
|
| Modifier and Type | Method and Description |
|---|---|
static org.wso2.carbon.analytics.datasource.core.Record |
Utils.getRecordFromRecordBean(int tenantId,
RecordBean recordBean)
Gets the record from record bean.
|
| Modifier and Type | Method and Description |
|---|---|
static List<org.wso2.carbon.analytics.datasource.core.Record> |
Utils.getRecordsFromRecordBeans(int tenantId,
List<RecordBean> recordBeans)
Gets the records from record beans.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecordBean> |
RecordGroupBean.getRecords()
Gets the records.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordGroupBean.setRecords(List<RecordBean> records)
Sets the records.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
AnalyticsResource.insertRecords(List<RecordBean> recordBeans)
Inserts a list of records.
|
javax.ws.rs.core.Response |
AnalyticsResource.updateRecords(List<RecordBean> recordBeans)
Updates a list of records.
|
Copyright © 2015 WSO2. All rights reserved.