Uses of Enum
org.opencms.lock.CmsLockActionRecord.LockChange
Package
Description
The lock state of the resources in the VFS is handled with these classes.
-
Uses of CmsLockActionRecord.LockChange in org.opencms.lock
Modifier and TypeMethodDescriptionCmsLockActionRecord.getChange()
Gets the change type.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.ModifierConstructorDescriptionCmsLockActionRecord
(CmsLock lock, CmsLockActionRecord.LockChange change) Creates a new instance.