public class CmsLockActionRecord extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CmsLockActionRecord.LockChange
A type for the different locking actions.
|
Constructor and Description |
---|
CmsLockActionRecord(CmsLock lock,
CmsLockActionRecord.LockChange change)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
CmsLockActionRecord.LockChange |
getChange()
Gets the change type.
|
CmsLock |
getLock()
Gets the lock state after the action.
|
public CmsLockActionRecord(CmsLock lock, CmsLockActionRecord.LockChange change)
lock
- the lock state after the actionchange
- the action typepublic CmsLockActionRecord.LockChange getChange()