| Package | Description |
|---|---|
| org.opencms.gwt.shared |
Core shared stuff.
|
| Modifier and Type | Method and Description |
|---|---|
CmsLockInfo.State |
CmsLockInfo.getState()
Returns the state of the locking operation.
|
static CmsLockInfo.State |
CmsLockInfo.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsLockInfo.State[] |
CmsLockInfo.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CmsLockInfo(CmsLockInfo.State state,
java.lang.String user,
java.lang.String exceptionMessage)
Creates a new lock info bean.
|