| Modifier and Type | Method and Description |
|---|---|
List<StorableHistoryStep> |
StorableTabularResource.getHistorySteps() |
| Modifier and Type | Method and Description |
|---|---|
void |
StorableTabularResource.addHistoryStep(StorableHistoryStep step) |
void |
StorableTabularResource.removeHistoryStep(StorableHistoryStep step) |
| Modifier and Type | Method and Description |
|---|---|
void |
StorableTabularResource.addHistorySteps(List<StorableHistoryStep> steps) |
void |
StorableTabularResource.setHistorySteps(LinkedList<StorableHistoryStep> historySteps) |
| Constructor and Description |
|---|
StorableTabularResource(org.gcube.data.analysis.tabulardata.commons.webservice.types.TabularResourceType tabularResourceType,
String owner,
String name,
List<StorableHistoryStep> historySteps,
List<StorableTask> tasks,
List<String> scopes) |
| Modifier and Type | Method and Description |
|---|---|
protected List<StorableHistoryStep> |
ExecutionHolder.getStepsToAddOnSuccess() |
| Modifier and Type | Method and Description |
|---|---|
static org.gcube.data.analysis.tabulardata.commons.webservice.types.HistoryData |
Util.toHistoryData(StorableHistoryStep step) |
| Modifier and Type | Method and Description |
|---|---|
static List<org.gcube.data.analysis.tabulardata.commons.webservice.types.HistoryData> |
Util.toHistoryDataList(List<StorableHistoryStep> steps) |
Copyright © 2017. All Rights Reserved.