protected class CmsVfsSitemapService.LockInfo extends java.lang.Object
Constructor and Description |
---|
CmsVfsSitemapService.LockInfo(CmsLock lock,
boolean wasJustLocked)
Creates a new LockInfo object.
|
Modifier and Type | Method and Description |
---|---|
CmsLock |
getLock()
Returns the lock state.
|
boolean |
wasJustLocked()
Returns true if the lock was just locked.
|
public CmsVfsSitemapService.LockInfo(CmsLock lock, boolean wasJustLocked)
lock
- the lock statewasJustLocked
- true if the lock was just lockedpublic boolean wasJustLocked()