程序包 | 说明 |
---|---|
org.opencms.ade.containerpage.client | |
org.opencms.gwt |
Provides core support for GWT.
|
org.opencms.gwt.client |
Core client side support.
|
org.opencms.gwt.shared |
Core shared stuff.
|
org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
限定符和类型 | 方法和说明 |
---|---|
protected java.lang.String |
CmsContainerpageHandler.getLockErrorMessage(CmsLockInfo lockInfo)
Helper method for getting the error message for a locking error.
|
protected java.lang.String |
CmsContainerpageHandler.getLockErrorTitle(CmsLockInfo lockInfo)
Helper method for getting the error message box title for a locking error.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
CmsLockInfo |
CmsCoreService.lockTempAndCheckModification(CmsUUID structureId,
long modification) |
限定符和类型 | 方法和说明 |
---|---|
CmsLockInfo |
CmsCoreProvider.lockTempAndCheckModification(CmsUUID structureId,
long modification)
Locks the given resource with a temporary lock, synchronously and additionally checking that
the given resource has not been modified after the given timestamp.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
CmsLockInfo |
I_CmsCoreService.lockTempAndCheckModification(CmsUUID structureId,
long modification)
Locks the given resource with a temporary lock additionally checking that
the given resource has not been modified after the given timestamp.
|
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsCoreServiceAsync.lockTempAndCheckModification(CmsUUID structureId,
long modification,
com.google.gwt.user.client.rpc.AsyncCallback<CmsLockInfo> callback)
Locks the given resource with a temporary lock additionally checking that
the given resource has not been modified after the given timestamp.
|