|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ResourceType in org.gcube.portlets.user.occurrencemanagement.client.view.panel.data |
---|
Methods in org.gcube.portlets.user.occurrencemanagement.client.view.panel.data with parameters of type ResourceType | |
---|---|
List<com.extjs.gxt.ui.client.data.BaseModelData> |
GridOccurrenceDataPanel.getOccurrencesLoadedByResourceType(ResourceType resourceType)
|
Uses of ResourceType in org.gcube.portlets.user.occurrencemanagement.server.service |
---|
Methods in org.gcube.portlets.user.occurrencemanagement.server.service that return ResourceType | |
---|---|
static ResourceType |
GxtReconciliationServiceConverter.convertFromResourceType(org.gcube.data.harmonization.occurrence.impl.model.types.ResourceType type)
|
Uses of ResourceType in org.gcube.portlets.user.occurrencemanagement.shared |
---|
Fields in org.gcube.portlets.user.occurrencemanagement.shared declared as ResourceType | |
---|---|
ResourceType |
JobOccurrencesModel.rt
|
Methods in org.gcube.portlets.user.occurrencemanagement.shared that return ResourceType | |
---|---|
ResourceType |
JobOccurrencesModel.getResourceType()
|
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResourceType[] |
ResourceType.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 ResourceType | |
---|---|
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 |