| Package | Description |
|---|---|
| org.gcube.portlets.user.td.gwtservice.server.trservice | |
| org.gcube.portlets.user.td.gwtservice.shared.monitor | |
| org.gcube.portlets.user.td.gwtservice.shared.task |
| Modifier and Type | Method and Description |
|---|---|
static State |
TaskStateMap.map(org.gcube.data.analysis.tabulardata.commons.webservice.types.TaskStatus status) |
| Modifier and Type | Method and Description |
|---|---|
State |
BackgroundOperationMonitor.getState() |
State |
SDMXImportMonitor.getStatus() |
State |
CSVExportMonitor.getStatus() |
State |
CSVImportMonitor.getStatus() |
State |
SDMXExportMonitor.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
BackgroundOperationMonitor.setState(State state) |
void |
SDMXImportMonitor.setStatus(State status) |
void |
CSVExportMonitor.setStatus(State status) |
void |
CSVImportMonitor.setStatus(State status) |
void |
SDMXExportMonitor.setStatus(State status) |
| Constructor and Description |
|---|
BackgroundOperationMonitor(String taskId,
float progress,
State state,
Throwable errorCause,
String submitter,
Date startTime,
Date endTime,
boolean inBackground,
boolean abort,
boolean hidden,
org.gcube.portlets.user.td.widgetcommonevent.shared.operations.UIOperationsId operationId,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String tabularResourceId,
String tabularResourceName) |
| Modifier and Type | Method and Description |
|---|---|
State |
TaskS.getState() |
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskS.setState(State state) |
| Constructor and Description |
|---|
TaskS(String id,
float progress,
State state,
Throwable errorCause,
String submitter,
Date startTime,
Date endTime,
ArrayList<JobS> jobs,
ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.TRId> collateralTRIds,
String tabularResourceId) |
Copyright © 2017. All Rights Reserved.