@Api @Beta public class TableStore extends Object
Record
's each compatible with defined schema variableType
.
Constructor and Description |
---|
TableStore(Map<String,BasicTypes> variableType,
List<Record> data) |
TableStore(Table table,
Map<String,Variable> activityContextMapVariables) |
Modifier and Type | Method and Description |
---|---|
TableStore |
add(Record record) |
static TableStore |
empty() |
static TableStore |
fromJson(String json) |
List<Record> |
getData() |
void |
setData(List<Record> data) |
String |
toJson() |
public TableStore(@NonNull Map<String,BasicTypes> variableType, @NonNull List<Record> data)
public TableStore add(Record record)
public static TableStore fromJson(String json)
public String toJson()
public static TableStore empty()
Copyright © 2023 Suncode. All rights reserved.