| Package | Description |
|---|---|
| org.gcube.application.perform.service.engine.model.importer |
| Modifier and Type | Method and Description |
|---|---|
ImportStatus |
ImportRoutineDescriptor.getStatus() |
static ImportStatus |
ImportStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportStatus[] |
ImportStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportRoutineDescriptor.setStatus(ImportStatus status) |
| Constructor and Description |
|---|
ImportRoutineDescriptor(Long id,
Long farmId,
String batch_type,
String sourceUrl,
String sourceVersion,
java.time.Instant startTime,
java.time.Instant endTime,
ImportStatus status,
String lock,
String caller,
String computationId,
String computationUrl,
String computationOperator,
String computationOperatorName,
String computationRequest,
String submitterIdentity) |
Copyright © 2019. All Rights Reserved.