| Package | Description |
|---|---|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.lock |
The lock state of the resources in the VFS is handled with these classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsLockActionRecord |
CmsGwtService.ensureLock(CmsResource resource)
Locks the given resource with a temporary, if not already locked by the current user.
|
protected CmsLockActionRecord |
CmsGwtService.ensureLock(CmsUUID structureId)
Locks the given resource with a temporary, if not already locked by the current user.
|
protected CmsLockActionRecord |
CmsGwtService.ensureLock(java.lang.String sitepath)
Locks the given resource with a temporary, if not already locked by the current user.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsLockActionRecord |
CmsLockUtil.ensureLock(CmsObject cms,
CmsResource resource)
Static helper method to lock a resource.
|
CmsLockActionRecord |
CmsLockUtil.LockedFile.getLockActionRecord()
Returns the lock action record.
|