public interface SaLockInfo
Modifier and Type | Method and Description |
---|---|
String |
getLockToken()
Returns the lock token; only relevant for JCR.
|
int |
getLockType()
Reads the lock type.
|
String |
getLockUser()
Returns the lock owner.
|
String |
getUserFullName()
Returns the lock user full name.
|
boolean |
isOwnLock()
Returns true, if this is an own lock.
|
boolean |
isReadonly()
Returns true, if this document is readonly; only relevant for JCR.
|
void |
setUserInfo(SaUserInfo info)
Sets the user info.
|
int getLockType()
String getLockUser()
boolean isReadonly()
String getLockToken()
String getUserFullName()
boolean isOwnLock()
void setUserInfo(SaUserInfo info)
info
- User infoCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.