|
SAP NetWeaver 7.40 Enterprise Portal (SP02) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.portal.pcm.admin.ILockHandle.LockInfo
public static class ILockHandle.LockInfo
The class that describes the current state of a lock.
| Field Summary | |
|---|---|
long |
age
The age of the lock in milliseconds. |
String |
changeListId
The ID of the changelist in which the locked object is contained if it is checked out, or null if it is not checked out. |
String |
description
The description of the locking application. |
boolean |
isChangeRecordingLock
Determines whether this lock is a change recording lock, meaning that object is checked out in a change recording change list. |
long |
maxLockExpirySpan
The configured value for the expiry time of a lock. |
long |
maxProtectionSpan
The amount of time for which a newly acquired or a refreshed lock is valid. |
long |
protectionSpan
The remaining time in seconds until the lock loses its protection against foreign takeover. |
String |
sessionId
The session ID that was used by the lock owner when retrieving the lock. |
String |
userId
The ID of the user who currently owns the lock, or has the locked object checked out in change recording (if active). |
| Constructor Summary | |
|---|---|
ILockHandle.LockInfo()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String userId
public String sessionId
public String description
public long protectionSpan
refreshLock.
public long maxProtectionSpan
public long maxLockExpirySpan
public long age
public boolean isChangeRecordingLock
public String changeListId
null if it is not checked out.
| Constructor Detail |
|---|
public ILockHandle.LockInfo()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/semantics/api
|
api
|
EP-PIN
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/pcm/admin/public/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.40 Enterprise Portal (SP02) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||