| Modifier and Type | Method and Description |
|---|---|
List<StorableTask> |
StorableTabularResource.getTasks() |
| Modifier and Type | Method and Description |
|---|---|
void |
StorableTabularResource.addTask(StorableTask task) |
| Modifier and Type | Method and Description |
|---|---|
void |
StorableTabularResource.setTasks(List<StorableTask> tasks) |
| 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 |
|---|---|
org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskInfo |
TaskEngine.continueTaskExecution(StorableTask task,
Map<String,Object> instanceParametersToChange) |
| Modifier and Type | Method and Description |
|---|---|
StorableTask |
TaskWrapper.getTask() |
| Modifier and Type | Method and Description |
|---|---|
TaskWrapper |
TaskWrapperProvider.get(TaskContext context,
StorableTabularResource tabularResource,
StorableTask task,
boolean isResumedExecution) |
| Constructor and Description |
|---|
TaskWrapper(EntityManagerHelper entityManagerHelper,
org.gcube.data.analysis.tabulardata.cube.CubeManager cubeManager,
TaskContext taskContext,
StorableTabularResource tabularResource,
StorableTask task,
GarbageCollector garbageCollector,
javax.enterprise.event.Event<ResourceCreated> tableResourceEvent,
org.gcube.data.analysis.tabulardata.cube.data.connection.DatabaseConnectionProvider connectionProvider,
OperationUtil operationUtil,
boolean resumedExecution) |
Copyright © 2017. All Rights Reserved.