Package org.opencms.ade.sitemap
Class CmsVfsSitemapService.LockInfo
java.lang.Object
org.opencms.ade.sitemap.CmsVfsSitemapService.LockInfo
- Enclosing class:
- CmsVfsSitemapService
Helper class for representing information about a lock.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLock()
Returns the lock state.boolean
Returns true if the lock was just locked.
-
Constructor Details
-
LockInfo
Creates a new LockInfo object.- Parameters:
lock
- the lock statewasJustLocked
- true if the lock was just locked
-
-
Method Details
-
getLock
Returns the lock state.- Returns:
- the lock state
-
wasJustLocked
Returns true if the lock was just locked.- Returns:
- true if the lock was just locked
-