| Package | Description |
|---|---|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
CmsHistoryResourceCollection |
CmsVfsService.getResourceHistory(CmsUUID structureId) |
CmsHistoryResourceCollection |
CmsVfsService.getResourceHistoryInternal(CmsUUID structureId)
Internal version of getResourceHistory.
|
| Modifier and Type | Method and Description |
|---|---|
CmsHistoryResourceCollection |
I_CmsVfsService.getResourceHistory(CmsUUID structureId)
Gets the resource history for a given structure id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsVfsServiceAsync.getResourceHistory(CmsUUID structureId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsHistoryResourceCollection> resultCallback)
Gets the history of a resource.
|