Uses of Enum
org.opencms.lock.CmsLockActionRecord.LockChange
Packages that use 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
Methods in org.opencms.lock that return CmsLockActionRecord.LockChangeModifier 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.Constructors in org.opencms.lock with parameters of type CmsLockActionRecord.LockChangeModifierConstructorDescriptionCmsLockActionRecord
(CmsLock lock, CmsLockActionRecord.LockChange change) Creates a new instance.