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 LockType
java.lang.Object
  java.lang.Enum<LockType>
      org.alfresco.service.cmr.lock.LockType
All Implemented Interfaces:
Comparable<LockType>, Serializable

public enum LockType
extends Enum<LockType>
The type of lock to be used by the lock service

The lock owner or the administrator can release the lock.


Enum Constant Summary
NODE_LOCK
          Deprecated. Deprecated in 4.1.6. Will be replaced by a more descriptive name.
READ_ONLY_LOCK
          Deprecated. Deprecated in 4.1.6. Will be replaced by a more descriptive name.
WRITE_LOCK
          Deprecated. Deprecated in 4.1.6. Will be replaced by a more descriptive name.
Method Summary
static LockType
valueOf(String name)
static LockType[]
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
READ_ONLY_LOCK
@Deprecated
public static final LockType READ_ONLY_LOCK
Deprecated. Deprecated in 4.1.6. Will be replaced by a more descriptive name.
No-one can update or delete the locked node. No one can add children to the locked node. No-one can update or delete the locked node.

No one can add children to the locked node.


WRITE_LOCK
@Deprecated
public static final LockType WRITE_LOCK
Deprecated. Deprecated in 4.1.6. Will be replaced by a more descriptive name.
READ_ONLY_LOCK - no-one can update or delete the locked node. No one can add children to the locked node.

NODE_LOCK
@Deprecated
public static final LockType NODE_LOCK
Deprecated. Deprecated in 4.1.6. Will be replaced by a more descriptive name.
No-one can update or delete the locked node.

There are no restrictions on adding children to the locked node.

Method Detail
values
public static LockType[] values()

valueOf
public static LockType 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–2016 Alfresco Software. All rights reserved.

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