Modifier and Type | Method and Description |
---|---|
GWTWorkspaceItem |
GWTWorkspaceService.getImageById(String identifier,
boolean isInteralImage,
boolean fullDetails)
Gets the image by id.
|
GWTWorkspaceItem |
GWTWorkspaceService.getTimeSeriesById(String identifier)
Gets the time series by id.
|
GWTWorkspaceItem |
GWTWorkspaceService.getUrlById(String identifier,
boolean isInternalUrl,
boolean fullDetails)
Gets the url by id.
|
Modifier and Type | Method and Description |
---|---|
void |
GWTWorkspaceServiceAsync.getImageById(String identifier,
boolean isInteralImage,
boolean fullDetails,
com.google.gwt.user.client.rpc.AsyncCallback<GWTWorkspaceItem> callback)
Gets the image by id.
|
void |
GWTWorkspaceServiceAsync.getTimeSeriesById(String identifier,
com.google.gwt.user.client.rpc.AsyncCallback<GWTWorkspaceItem> callback)
Gets the time series by id.
|
void |
GWTWorkspaceServiceAsync.getUrlById(String identifier,
boolean isInternalUrl,
boolean fullDetails,
com.google.gwt.user.client.rpc.AsyncCallback<GWTWorkspaceItem> callback)
Gets the url by id.
|
Modifier and Type | Class and Description |
---|---|
class |
GWTWorkspaceFolder |
Modifier and Type | Field and Description |
---|---|
protected List<GWTWorkspaceItem> |
GWTWorkspaceFolder.children |
Modifier and Type | Method and Description |
---|---|
List<GWTWorkspaceItem> |
GWTWorkspaceFolder.getChildren() |
abstract List<? extends GWTWorkspaceItem> |
GWTWorkspaceItem.getChildren() |
Modifier and Type | Method and Description |
---|---|
protected void |
GWTWorkspaceFolder.addChild(GWTWorkspaceItem child) |
static boolean |
GWTWorkspaceDD.canDrop(GWTWorkspaceItem targetItem,
GWTWorkspaceItem sourceItem) |
boolean |
GWTWorkspaceItem.isAncestor(GWTWorkspaceItem item) |
protected void |
GWTWorkspaceFolder.removeChild(GWTWorkspaceItem child) |
Constructor and Description |
---|
GWTWorkspaceFolder(String id,
String name,
String description,
String owner,
Date creationTime,
GWTProperties properties,
Date lastModificationTime,
GWTWorkspaceItemAction lastAction,
GWTWorkspaceFolder parent,
List<GWTWorkspaceItem> children) |
Modifier and Type | Class and Description |
---|---|
class |
GWTFolderItem |
Modifier and Type | Method and Description |
---|---|
List<? extends GWTWorkspaceItem> |
GWTFolderItem.getChildren() |
Modifier and Type | Class and Description |
---|---|
class |
GWTAquaMapsItem |
class |
GWTExternalFile |
class |
GWTExternalImage |
class |
GWTExternalPDFFile |
class |
GWTExternalUrl |
class |
GWTQuery |
class |
GWTReport |
class |
GWTReportTemplate |
class |
GWTTimeSeries |
class |
GWTWorkflowReport |
class |
GWTWorkflowTemplate |
Modifier and Type | Class and Description |
---|---|
class |
GWTDocument |
class |
GWTImageDocument |
class |
GWTInfoObject |
class |
GWTMetadata |
class |
GWTPDFDocument |
class |
GWTUrlDocument |
Modifier and Type | Method and Description |
---|---|
protected GWTWorkspaceItem |
GWTWorkspaceBuilder.buildGWTWorkspaceImage(org.gcube.common.homelibrary.home.workspace.WorkspaceItem item,
boolean isInteralImage,
boolean fullDetails)
Builds the gwt workspace image.
|
protected GWTWorkspaceItem |
GWTWorkspaceBuilder.buildGWTWorspaceUrl(org.gcube.common.homelibrary.home.workspace.WorkspaceItem item,
boolean isInternalUrl,
boolean fullDetails)
Builds the gwt worspace url.
|
GWTWorkspaceItem |
GWTWorkspaceServiceImpl.getImageById(String identifier,
boolean isInteralImage,
boolean fullDetails) |
GWTWorkspaceItem |
GWTWorkspaceServiceImpl.getTimeSeriesById(String identifier)
Deprecated.
|
GWTWorkspaceItem |
GWTWorkspaceServiceImpl.getUrlById(String identifier,
boolean isInternalUrl,
boolean fullDetails) |
Copyright © 2016. All Rights Reserved.