| Package | Description |
|---|---|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
CmsRestoreInfoBean |
CmsVfsService.getRestoreInfo(CmsUUID structureId) |
| Modifier and Type | Method and Description |
|---|---|
CmsRestoreInfoBean |
I_CmsVfsService.getRestoreInfo(CmsUUID structureId)
Gets the information which is necessary for opening the 'Restore' dialog for a resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsVfsServiceAsync.getRestoreInfo(CmsUUID structureId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsRestoreInfoBean> resultCallback)
Gets the information which is necessary for opening the 'Restore' dialog for a resource.
|