public interface CcLockInfo
Modifier and Type | Method and Description |
---|---|
List<String> |
getExcludedUserList()
Get list of excluded users.
|
String |
getLockDescription()
Get the description of the lock.
|
String |
getLockedByUser()
Get the name of the user who set the lock.
|
Date |
getLockedOnDate()
Get the date object was locked.
|
boolean |
getObsolete()
Check if this is an obsolete lock (should be hidden from most operations).
|
void |
setExcludedUserList(List<String> nusers)
Set the list of excluded users.
|
void |
setLockDescription(String description)
Set the description of the lock.
|
void |
setObsolete(boolean obsolete)
Set the obsolete state of the lock.
|
List<String> getExcludedUserList()
String getLockDescription()
String getLockedByUser()
Date getLockedOnDate()
boolean getObsolete()
true
if the lock is obsolete, false
otherwisevoid setExcludedUserList(List<String> nusers)
true
.nusers
- List of user names to whom the lock does not applyvoid setLockDescription(String description)
description
- Comment to be applied/displayed with the lock.void setObsolete(boolean obsolete)
false
.
If setting obsolete to true
, an excluded user list may not be provided.obsolete
- true
if the lock is obsolete, false
otherwiseCopyright © IBM 2016. All rights reserved.