| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Image |
TaskInfoPanel.getProgressStatusView(TdTaskStatusType state) |
| Modifier and Type | Method and Description |
|---|---|
static TdTaskStatusType |
TdConverterBeanGWT.convetToTdTaskStatusType(org.gcube.data.analysis.tabulardata.commons.webservice.types.TaskStatus taskStatus)
Use for task
|
| Modifier and Type | Field and Description |
|---|---|
protected TdTaskStatusType |
TdTaskModel.status |
| Modifier and Type | Method and Description |
|---|---|
TdTaskStatusType |
TdTaskModel.getStatus() |
static TdTaskStatusType |
TdTaskStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TdTaskStatusType[] |
TdTaskStatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TdTaskModel.setDownloadState(TdTaskStatusType downloadState) |
void |
TdTaskModel.setStatus(TdTaskStatusType status) |
| Constructor and Description |
|---|
TdTaskModel(String taskId,
String name,
String description,
TdTaskStatusType state,
Date submitTime,
Date startTime,
Date endTime,
float percentage,
boolean isCompleted) |
Copyright © 2015. All Rights Reserved.