|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ILockInfo | |
| com.sapportals.wcm.repository | Contains the repository framework interfaces and classes. |
| Uses of ILockInfo in com.sapportals.wcm.repository |
| Classes in com.sapportals.wcm.repository that implement ILockInfo | |
class |
ExtendedLockInfo
This object represents an active deep lock on a resource. |
class |
LockInfo
This object represents an active lock on a resource. |
| Methods in com.sapportals.wcm.repository that return ILockInfo | |
ILockInfo |
LockInfoIterator.next()
|
ILockInfo |
LockInfoCollection.get(java.lang.String lockToken)
|
ILockInfo |
LockInfoCollection.get(ILockInfo lockInfo)
|
ILockInfo |
IResource.lock()
Lock the resource using the current user in the context. |
ILockInfo |
IResource.lock(ILockProperties lockProperties)
Lock the resource using the current user in the context. |
ILockInfo |
IResource.getLockByToken(java.lang.String lockToken)
Get a LockInfo for the token. |
ILockInfo |
ILockInfoCollection.get(java.lang.String lockToken)
Description of the Method |
ILockInfo |
ILockInfoCollection.get(ILockInfo lockInfo)
Description of the Method |
ILockInfo |
ICollection.createResource(java.lang.String name,
ILockProperties lockProperties)
Creates a empty resource that is initially locked (lock null resource) |
ILockInfo |
ILockInfoIterator.next()
|
| Methods in com.sapportals.wcm.repository with parameters of type ILockInfo | |
boolean |
LockInfoCollection.add(ILockInfo lockInfo)
|
ILockInfo |
LockInfoCollection.get(ILockInfo lockInfo)
|
boolean |
LockInfoCollection.remove(ILockInfo lockInfo)
|
void |
IResource.unlock(ILockInfo lockInfo)
Unlock the resource using the current user in the context. |
void |
IResource.refreshLock(ILockInfo lockInfo)
Refresh the lock. |
boolean |
ILockInfoCollection.add(ILockInfo lockInfo)
Description of the Method |
ILockInfo |
ILockInfoCollection.get(ILockInfo lockInfo)
Description of the Method |
boolean |
ILockInfoCollection.remove(ILockInfo lockInfo)
Description of the Method |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||