Modifier and Type | Method and Description |
---|---|
static void |
OccurrenceApplicationController.excecuteGetListOccurrences(ElaborationType elaborationType,
boolean onlyNotCompleted,
boolean notify) |
Modifier and Type | Method and Description |
---|---|
ElaborationType |
SaveResourceEvent.getElaborationType() |
ElaborationType |
DeleteResourceEvent.getElaborationType() |
ElaborationType |
LoadListOccurrencesEvent.getLoadType() |
ElaborationType |
ReLoadListOccurrencesEvent.getLoadType() |
Constructor and Description |
---|
DeleteResourceEvent(String operationId,
String occurrenceId,
ElaborationType type) |
LoadListOccurrencesEvent(ElaborationType type,
List<JobOccurrencesModel> result) |
ReLoadListOccurrencesEvent(ElaborationType loadType) |
SaveResourceEvent(String resourceId,
String resourceName,
ElaborationType type) |
Modifier and Type | Method and Description |
---|---|
List<JobOccurrencesModel> |
OccurrenceManagementService.getListOccurrencesSet(ElaborationType elaborationType,
boolean onlyNotCompleted) |
void |
OccurrenceManagementServiceAsync.getListOccurrencesSet(ElaborationType elaborationType,
boolean onlyNotCompleted,
com.google.gwt.user.client.rpc.AsyncCallback<List<JobOccurrencesModel>> callback) |
Boolean |
OccurrenceManagementService.saveSelectedOccurrencePoints(String resourceId,
ElaborationType elaborationType,
String destinationFolderId,
String fileName) |
void |
OccurrenceManagementServiceAsync.saveSelectedOccurrencePoints(String resourceId,
ElaborationType elaborationType,
String destinationFolderId,
String fileName,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
Modifier and Type | Method and Description |
---|---|
ElaborationType |
PollingOccurrences.getElaborationType() |
Modifier and Type | Method and Description |
---|---|
void |
PollingOccurrences.setElaborationType(ElaborationType elaborationType) |
Constructor and Description |
---|
PollingOccurrences(ElaborationType elaborationType,
boolean onlyNotCompleted,
boolean notifyChange) |
Modifier and Type | Method and Description |
---|---|
List<JobOccurrencesModel> |
OccurrenceManagementServiceImpl.getListOccurrencesSet(ElaborationType elaborationType,
boolean onlyNotCompleted) |
Boolean |
OccurrenceManagementServiceImpl.saveSelectedOccurrencePoints(String resourceId,
ElaborationType elaborationType,
String destinationFolderId,
String fileName) |
Modifier and Type | Method and Description |
---|---|
static ElaborationType |
GxtReconciliationServiceConverter.convertFromOperationType(org.gcube.data.harmonization.occurrence.impl.model.types.OperationType opType) |
Modifier and Type | Method and Description |
---|---|
static org.gcube.data.harmonization.occurrence.impl.model.types.OperationType |
GxtReconciliationServiceConverter.convertToOperationType(ElaborationType elabType) |
Modifier and Type | Method and Description |
---|---|
ElaborationType |
ComputationModel.getType() |
ElaborationType |
JobOccurrencesModel.getType() |
static ElaborationType |
ElaborationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElaborationType[] |
ElaborationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ComputationModel(String id,
String name,
String algorithm,
String description,
String category,
Map<String,String> parametersMap,
ElaborationType elaborationType,
Date start,
Date end) |
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.