|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.workspaces.module.LockInfo.LockState
public static class LockInfo.LockState
Represents the locking status of the module
| Field Summary | |
|---|---|
static LockInfo.LockState |
EXISTING_LOCK
The lock on the module for the current user has been renewed |
static LockInfo.LockState |
MODULE_IS_LOCKED
The module is currently locked by another user |
static LockInfo.LockState |
NEW_LOCK
The module is locked by the current user for the first time |
static LockInfo.LockState |
NO_LOCK
The module is not locked |
| Method Summary | |
|---|---|
int |
getState()
Returns the locking status of the module |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static LockInfo.LockState NO_LOCK
public static LockInfo.LockState NEW_LOCK
public static LockInfo.LockState EXISTING_LOCK
public static LockInfo.LockState MODULE_IS_LOCKED
| Method Detail |
|---|
public int getState()
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||