|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILocking
Provides tools to manage locking of workspace modules
| Method Summary | |
|---|---|
LockInfo |
forceLock(IModuleContext context)
Forces lock on the specified module for the current user, regardless of the module’s locking status |
LockInfo |
getLockInfo(IModuleContext context)
Returns the locking status of the specified module context |
LockInfo |
lock(IModuleContext context)
Locks the specified module for the current user. |
boolean |
releaseLock(IModuleContext context)
Releases the lock on the specified module, if it was locked by the current user |
boolean |
releaseLocks(String pageID,
com.sap.security.api.IUser user)
Releases all modules locked by the specified user in the specified page |
| Method Detail |
|---|
LockInfo lock(IModuleContext context)
context - the module context.
boolean releaseLock(IModuleContext context)
context - - the module context
boolean releaseLocks(String pageID,
com.sap.security.api.IUser user)
pageID - the ID of a workspace page.
LockInfo forceLock(IModuleContext context)
context - the module context
LockInfo getLockInfo(IModuleContext context)
context - the module context
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||