| Package | Description |
|---|---|
| org.gcube.portlets.admin.accountingmanager.server | |
| org.gcube.portlets.admin.accountingmanager.server.util |
| Modifier and Type | Method and Description |
|---|---|
TaskStatus |
AccountingClientCallable.call() |
| Modifier and Type | Method and Description |
|---|---|
TaskStatus |
TaskWrapper.getTaskStatus() |
static TaskStatus |
TaskStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskStatus[] |
TaskStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Future<TaskStatus> |
TaskInProgress.getFuture() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskWrapper.setTaskStatus(TaskStatus taskStatus) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskInProgress.setFuture(Future<TaskStatus> future) |
| Constructor and Description |
|---|
TaskWrapper(String operationId,
TaskStatus taskStatus,
SeriesResponse seriesResponse) |
TaskWrapper(String operationId,
TaskStatus taskStatus,
String errorMessage) |
| Constructor and Description |
|---|
TaskInProgress(Calendar startTime,
Future<TaskStatus> future) |
Copyright © 2024. All rights reserved.