Package com.saperion.ngc.model.resultset
Interface ResultLockData
- All Known Implementing Classes:
ResultLockDataImpl
public interface ResultLockData
Class that holds information about the locking and checkout status of a result item.
-
Method Summary
-
Method Details
-
isLocked
boolean isLocked()- Returns:
- true, if the document is locked
-
isCheckedOut
boolean isCheckedOut()- Returns:
- true, if the document is checked out
-
getLockUser
String getLockUser()- Returns:
- lock user name
-
getCheckoutUser
String getCheckoutUser()- Returns:
- checkout user name
-
isLockedByCurrentUser
boolean isLockedByCurrentUser()- Returns:
- true, if the document is locked by current user
-