public static final class AVMLockingService.LockState
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static AVMLockingService.LockState |
LOCK_NOT_OWNER
Another user holds the lock
|
static AVMLockingService.LockState |
LOCK_OWNER
The user holds the lock
|
static AVMLockingService.LockState |
NO_LOCK
There is currently no lock
|
| Modifier and Type | Method and Description |
|---|---|
static AVMLockingService.LockState |
valueOf(java.lang.String name) |
static AVMLockingService.LockState[] |
values() |
public static final AVMLockingService.LockState LOCK_OWNER
public static final AVMLockingService.LockState LOCK_NOT_OWNER
public static final AVMLockingService.LockState NO_LOCK
public static AVMLockingService.LockState[] values()
public static AVMLockingService.LockState valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.