| Modifier and Type | Method and Description |
|---|---|
ArrayList<ResourceTDDescriptor> |
TDGWTService.getResourcesTDByType(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
ResourceTDType resourceTDType)
Retrieves the resources of a specific tabular resource by type
|
void |
TDGWTServiceAsync.getResourcesTDByType(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
ResourceTDType reourceTDType,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ResourceTDDescriptor>> callback) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ResourceTDDescriptor> |
TDGWTServiceImpl.getResourcesTDByType(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
ResourceTDType resourceTDType)
Retrieves the resources of a specific tabular resource by type
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceTDType |
ResourceTypeMap.getResourceTDType(org.gcube.data.analysis.tabulardata.model.resources.ResourceType resourceType) |
| Modifier and Type | Method and Description |
|---|---|
static org.gcube.data.analysis.tabulardata.model.resources.ResourceType |
ResourceTypeMap.getResourceType(ResourceTDType resourceTDType) |
| Modifier and Type | Method and Description |
|---|---|
ResourceTDType |
ResourceTDDescriptor.getResourceType() |
static ResourceTDType |
ResourceTDType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceTDType[] |
ResourceTDType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceTDDescriptor.setResourceType(ResourceTDType resourceType) |
| Constructor and Description |
|---|
ResourceTDDescriptor(long id,
String name,
String description,
String creationDate,
long creatorId,
ResourceTDType resourceType,
ResourceTD resourceTD) |
Copyright © 2018. All Rights Reserved.