|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CcLockInfo
Locks can be set on most Clearcase objects. CcLockInfo is an object that holds the properties that a lock can have. Note that two of the properties: LockedByUser and LockedOnDate, are set by Clearcase, so only getters are available in this interface.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
otherwise
|
Generated Wed 6-Feb-2013 10:11 AM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |