| Package | Description |
|---|---|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.gwt.shared |
Core shared stuff.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsLockInfo |
CmsCoreService.getLock(CmsUUID structureId)
Helper method for locking a resource which returns some information on whether the locking
failed, and why.
|
protected CmsLockInfo |
CmsCoreService.getLock(java.lang.String sitepath)
Helper method for locking a resource which returns some information on whether the locking
failed, and why.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsLockInfo |
CmsLockInfo.forChangedResource(java.lang.String user)
Creates a new info bean for a resource which has changed since it was opened.
|
static CmsLockInfo |
CmsLockInfo.forError(java.lang.String errorMessage)
Creates a new info bean for other types of errors.
|
static CmsLockInfo |
CmsLockInfo.forLockedResource(java.lang.String lockUser)
Returns a lock info bean for a resource locked by another user.
|
static CmsLockInfo |
CmsLockInfo.forSuccess()
Returns a lock info bean for a successful lock operation.
|