org.alfresco.service.cmr.lock
Class LockStatus
java.lang.Object
java.lang.Enum
org.alfresco.service.cmr.lock.LockStatus
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class LockStatus
- extends java.lang.Enum
Used to indicate lock status.
- NO_LOCK - Indicates that there is no lock present
- LOCKED - Indicates that the node is locked by somebody else
- LOCK_OWNER - Indicates that the node is locked and the current user has lock ownership rights
- LOCK_EXPIRED - Indicates that the lock has expired and the node can be considered to be unlocked
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
NO_LOCK
public static final LockStatus NO_LOCK
LOCKED
public static final LockStatus LOCKED
LOCK_OWNER
public static final LockStatus LOCK_OWNER
LOCK_EXPIRED
public static final LockStatus LOCK_EXPIRED
values
public static LockStatus[] values()
valueOf
public static LockStatus valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.