| Package | Description |
|---|---|
| org.opencms.lock |
The lock state of the resources in the VFS is handled with these classes.
|
| Modifier and Type | Method and Description |
|---|---|
CmsLockActionRecord.LockChange |
CmsLockActionRecord.getChange()
Gets the change type.
|
static CmsLockActionRecord.LockChange |
CmsLockActionRecord.LockChange.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsLockActionRecord.LockChange[] |
CmsLockActionRecord.LockChange.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CmsLockActionRecord(CmsLock lock,
CmsLockActionRecord.LockChange change)
Creates a new instance.
|