public class CmsLockActionRecord
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static class |
CmsLockActionRecord.LockChange
A type for the different locking actions.
|
构造器和说明 |
---|
CmsLockActionRecord(CmsLock lock,
CmsLockActionRecord.LockChange change)
Creates a new instance.
|
限定符和类型 | 方法和说明 |
---|---|
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()
public CmsLock getLock()