Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD DETAIL: ENUM CONSTANTS | FIELD | METHOD

org.alfresco.service.cmr.lock
Enum LockStatus
java.lang.Object
  java.lang.Enum<LockStatus>
      org.alfresco.service.cmr.lock.LockStatus
All Implemented Interfaces:
Comparable<LockStatus>, Serializable

@org.alfresco.api.AlfrescoPublicApi
public enum LockStatus
extends Enum<LockStatus>
Used to indicate lock status.
Author:
Roy Wetherall

Enum Constant Summary
LOCK_EXPIRED
          Indicates that the lock has expired and the node can be considered to be unlocked
LOCK_OWNER
          Indicates that the node is locked and you have lock ownership rights
LOCKED
          Indicates that the node is locked
NO_LOCK
          Indicates that there is no lock present
Method Summary
static LockStatus
valueOf(String name)
static LockStatus[]
values()
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
Enum Constant Detail
NO_LOCK
public static final LockStatus NO_LOCK
Indicates that there is no lock present

LOCKED
public static final LockStatus LOCKED
Indicates that the node is locked

LOCK_OWNER
public static final LockStatus LOCK_OWNER
Indicates that the node is locked and you have lock ownership rights

LOCK_EXPIRED
public static final LockStatus LOCK_EXPIRED
Indicates that the lock has expired and the node can be considered to be unlocked
Method Detail
values
public static LockStatus[] values()

valueOf
public static LockStatus valueOf(String name)

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD DETAIL: ENUM CONSTANTS | FIELD | METHOD

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.