| Package | Description |
|---|---|
| eu.europeana.cloud.common.model.dps |
| Modifier and Type | Method and Description |
|---|---|
TaskState |
TaskInfo.getState() |
static TaskState |
TaskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskState[] |
TaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskInfo.setState(TaskState state) |
| Constructor and Description |
|---|
TaskInfo(long id,
String topologyName,
TaskState state,
String info,
Date sentDate,
Date startDate,
Date finishDate) |
TaskInfo(long id,
String topologyName,
TaskState state,
String info,
int containsElements,
int processedElementCount,
int errors,
Date sentDate,
Date startDate,
Date finishDate) |
Copyright © 2013–2019 Europeana Cloud Development Team. All rights reserved.