| Modifier and Type | Method and Description |
|---|---|
ArrayList<ResourceTDDescriptor> |
TDGWTService.getResourcesTD(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves the resources of a specific tabular resource
|
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
TDGWTServiceAsync.getResourcesTD(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ResourceTDDescriptor>> callback) |
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.getResourcesTD(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves the resources of a specific tabular resource
|
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 |
|---|---|
protected void |
TDGWTServiceImpl.saveResourceByInputStream(SaveResourceSession saveResourceSession,
org.gcube.application.framework.core.session.ASLSession aslSession,
String mimeType,
ResourceTDDescriptor resourceTDDescriptor,
org.gcube.portlets.user.td.widgetcommonevent.shared.uriresolver.ApplicationType applicationType) |
protected void |
TDGWTServiceImpl.saveResourceByStorageId(SaveResourceSession saveResourceSession,
org.gcube.application.framework.core.session.ASLSession aslSession,
String mimeType,
ResourceTDDescriptor resourceTDDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ResourceTDDescriptor> |
ResourceTDCreator.createResourcesDescriptorTD(List<org.gcube.data.analysis.tabulardata.commons.webservice.types.resources.ResourceDescriptor> resources) |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceTDDescriptor |
CodelistMappingSession.resourceTDDescriptor |
| Modifier and Type | Method and Description |
|---|---|
ResourceTDDescriptor |
CodelistMappingSession.getResourceTDDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
CodelistMappingSession.setResourceTDDescriptor(ResourceTDDescriptor resourceTDDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
ResourceTDDescriptor |
SaveResourceSession.getResourceTDDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ResourceTDDescriptor> |
RemoveResourceSession.getResources() |
| Modifier and Type | Method and Description |
|---|---|
void |
SaveResourceSession.setResourceTDDescriptor(ResourceTDDescriptor resourceTDDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoveResourceSession.setResources(ArrayList<ResourceTDDescriptor> resources) |
| Constructor and Description |
|---|
SaveResourceSession(ResourceTDDescriptor resourceTDDescriptor,
org.gcube.portlets.user.td.widgetcommonevent.shared.mime.MimeTypeSupport mime,
Destination destination,
String itemId,
String fileName,
String fileDescription) |
| Constructor and Description |
|---|
RemoveResourceSession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
ArrayList<ResourceTDDescriptor> resources) |
Copyright © 2016. All Rights Reserved.