Package | Description |
---|---|
org.gcube.portlets.user.occurrencemanagement.server.service | |
org.gcube.portlets.user.occurrencemanagement.shared |
Modifier and Type | Method and Description |
---|---|
static ElaborationStatus |
GxtReconciliationServiceConverter.convertStatus(org.gcube.data.harmonization.occurrence.impl.model.types.Status status) |
Modifier and Type | Method and Description |
---|---|
static JobOccurrencesModel |
GxtReconciliationServiceConverter.createOccurrenceModelFromResource(org.gcube.data.harmonization.occurrence.impl.model.Resource imp,
ElaborationStatus elaborationStatus) |
static JobOccurrencesModel |
GxtReconciliationServiceConverter.createOccurrenceModelFromSubmittedOperation(org.gcube.data.harmonization.occurrence.impl.model.Computation submittedOperation,
ElaborationStatus elaborationStatus) |
Modifier and Type | Field and Description |
---|---|
ElaborationStatus |
JobOccurrencesModel.el |
Modifier and Type | Method and Description |
---|---|
ElaborationStatus |
JobOccurrencesModel.getDownloadState() |
static ElaborationStatus |
ElaborationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElaborationStatus[] |
ElaborationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JobOccurrencesModel(String jobIdentifier,
String jobName,
ElaborationType type,
ElaborationStatus state,
ComputationModel computationModel,
Date startTime,
Date endTime)
Used to retrieve computation status
|
JobOccurrencesModel(String jobIdentifier,
String jobName,
ElaborationType type,
ElaborationStatus state,
String description,
Date startTime,
String operationId)
Used to retrieve occurrences list completed
|
JobOccurrencesModel(String jobIdentifier,
String jobName,
ElaborationType type,
ElaborationStatus state,
String description,
Date startTime,
String operationId,
ResourceType resourceType)
Used to retrieve occurrences list completed
|
Copyright © 2014. All Rights Reserved.