public class OperationContext extends Object
| Constructor and Description |
|---|
OperationContext(org.gcube.data.analysis.tabulardata.model.table.TableId currentTable,
org.gcube.data.analysis.tabulardata.model.table.TableId referredTable,
org.gcube.data.analysis.tabulardata.operation.worker.WorkerFactory<?> workerFactory,
org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskStep taskStep,
org.gcube.data.analysis.tabulardata.cube.CubeManager cubeManager) |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.data.analysis.tabulardata.model.table.Table |
getCurrentTable() |
org.gcube.data.analysis.tabulardata.model.table.TableId |
getCurrentTableId() |
PreconditionResult |
getPreconditionResult() |
org.gcube.data.analysis.tabulardata.model.table.TableId |
getReferredTableId() |
org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskStep |
getTaskStep() |
org.gcube.data.analysis.tabulardata.operation.worker.WorkerFactory<?> |
getWorkerFactory() |
void |
setPreconditionResult(PreconditionResult result) |
public OperationContext(org.gcube.data.analysis.tabulardata.model.table.TableId currentTable,
org.gcube.data.analysis.tabulardata.model.table.TableId referredTable,
org.gcube.data.analysis.tabulardata.operation.worker.WorkerFactory<?> workerFactory,
org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskStep taskStep,
org.gcube.data.analysis.tabulardata.cube.CubeManager cubeManager)
public org.gcube.data.analysis.tabulardata.model.table.TableId getCurrentTableId()
public org.gcube.data.analysis.tabulardata.model.table.TableId getReferredTableId()
public void setPreconditionResult(PreconditionResult result)
public PreconditionResult getPreconditionResult()
public org.gcube.data.analysis.tabulardata.operation.worker.WorkerFactory<?> getWorkerFactory()
public org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskStep getTaskStep()
public org.gcube.data.analysis.tabulardata.model.table.Table getCurrentTable()
Copyright © 2018. All Rights Reserved.