public final class LockStatus
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static LockStatus |
LOCK_EXPIRED
Indicates that the lock has expired and the node can be considered to be unlocked
|
static LockStatus |
LOCK_OWNER
Indicates that the node is locked and you have lock ownership rights
|
static LockStatus |
LOCKED
Indicates that the node is locked
|
static LockStatus |
NO_LOCK
Indicates that there is no lock present
|
| Modifier and Type | Method and Description |
|---|---|
static LockStatus |
valueOf(java.lang.String name) |
static LockStatus[] |
values() |
public static final LockStatus NO_LOCK
public static final LockStatus LOCKED
public static final LockStatus LOCK_OWNER
public static final LockStatus LOCK_EXPIRED
public static LockStatus[] values()
public static LockStatus valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.