| Package | Description |
|---|---|
| org.gcube.portlets.user.td.gwtservice.server.trservice | |
| org.gcube.portlets.user.td.gwtservice.shared.task |
| Modifier and Type | Method and Description |
|---|---|
static JobSClassifier |
JobClassifierMap.map(org.gcube.data.analysis.tabulardata.service.operation.JobClassifier jobClassifier) |
| Modifier and Type | Method and Description |
|---|---|
JobSClassifier |
JobS.getJobClassifier() |
static JobSClassifier |
JobSClassifier.getJobClassifierFromId(String id) |
static JobSClassifier |
JobSClassifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobSClassifier[] |
JobSClassifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<JobSClassifier> |
JobSClassifier.getList() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobS.setJobClassifier(JobSClassifier jobClassifier) |
| Constructor and Description |
|---|
JobS(String id,
float progress,
String humaReadableStatus,
JobSClassifier jobClassifier,
String description,
ArrayList<Validations> validations,
InvocationS invocation)
For Validation Tasks
|
JobS(String id,
float progress,
String humaReadableStatus,
JobSClassifier jobClassifier,
String description,
WorkerState workerState,
Throwable errorMessage,
ArrayList<ValidationsJobS> validationsJobs)
For Operation Monitor
|
Copyright © 2016. All Rights Reserved.