|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ElaborationType in org.gcube.portlets.user.occurrencemanagement.client |
---|
Methods in org.gcube.portlets.user.occurrencemanagement.client with parameters of type ElaborationType | |
---|---|
static void |
OccurrenceApplicationController.excecuteGetListOccurrences(ElaborationType elaborationType,
boolean onlyNotCompleted,
boolean notify)
|
Uses of ElaborationType in org.gcube.portlets.user.occurrencemanagement.client.event |
---|
Methods in org.gcube.portlets.user.occurrencemanagement.client.event that return ElaborationType | |
---|---|
ElaborationType |
SaveResourceEvent.getElaborationType()
|
ElaborationType |
DeleteResourceEvent.getElaborationType()
|
ElaborationType |
LoadListOccurrencesEvent.getLoadType()
|
ElaborationType |
ReLoadListOccurrencesEvent.getLoadType()
|
Constructors in org.gcube.portlets.user.occurrencemanagement.client.event with parameters of type ElaborationType | |
---|---|
DeleteResourceEvent(String operationId,
String occurrenceId,
ElaborationType type)
|
|
LoadListOccurrencesEvent(ElaborationType type,
List<JobOccurrencesModel> result)
|
|
ReLoadListOccurrencesEvent(ElaborationType loadType)
|
|
SaveResourceEvent(String resourceId,
String resourceName,
ElaborationType type)
|
Uses of ElaborationType in org.gcube.portlets.user.occurrencemanagement.client.rpc |
---|
Methods in org.gcube.portlets.user.occurrencemanagement.client.rpc with parameters of type ElaborationType | |
---|---|
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)
|
Uses of ElaborationType in org.gcube.portlets.user.occurrencemanagement.client.timers |
---|
Methods in org.gcube.portlets.user.occurrencemanagement.client.timers that return ElaborationType | |
---|---|
ElaborationType |
PollingOccurrences.getElaborationType()
|
Methods in org.gcube.portlets.user.occurrencemanagement.client.timers with parameters of type ElaborationType | |
---|---|
void |
PollingOccurrences.setElaborationType(ElaborationType elaborationType)
|
Constructors in org.gcube.portlets.user.occurrencemanagement.client.timers with parameters of type ElaborationType | |
---|---|
PollingOccurrences(ElaborationType elaborationType,
boolean onlyNotCompleted,
boolean notifyChange)
|
Uses of ElaborationType in org.gcube.portlets.user.occurrencemanagement.server |
---|
Methods in org.gcube.portlets.user.occurrencemanagement.server with parameters of type ElaborationType | |
---|---|
List<JobOccurrencesModel> |
OccurrenceManagementServiceImpl.getListOccurrencesSet(ElaborationType elaborationType,
boolean onlyNotCompleted)
|
Boolean |
OccurrenceManagementServiceImpl.saveSelectedOccurrencePoints(String resourceId,
ElaborationType elaborationType,
String destinationFolderId,
String fileName)
|
Uses of ElaborationType in org.gcube.portlets.user.occurrencemanagement.server.service |
---|
Methods in org.gcube.portlets.user.occurrencemanagement.server.service that return ElaborationType | |
---|---|
static ElaborationType |
GxtReconciliationServiceConverter.convertFromOperationType(org.gcube.data.harmonization.occurrence.impl.model.types.OperationType opType)
|
Methods in org.gcube.portlets.user.occurrencemanagement.server.service with parameters of type ElaborationType | |
---|---|
static org.gcube.data.harmonization.occurrence.impl.model.types.OperationType |
GxtReconciliationServiceConverter.convertToOperationType(ElaborationType elabType)
|
Uses of ElaborationType in org.gcube.portlets.user.occurrencemanagement.shared |
---|
Methods in org.gcube.portlets.user.occurrencemanagement.shared that return ElaborationType | |
---|---|
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. |
Constructors in org.gcube.portlets.user.occurrencemanagement.shared with parameters of type ElaborationType | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |