eXo JCR :: Component :: Webdav Service 1.15.11-GA

org.exoplatform.services.jcr.webdav
Class WebDavConst.Lock

java.lang.Object
  extended by org.exoplatform.services.jcr.webdav.WebDavConst.Lock
Enclosing class:
WebDavConst

public final class WebDavConst.Lock
extends Object

Webdav locks types.

Author:
Dmytro Katayev

Field Summary
static String OPAQUE_LOCK_TOKEN
          opaquelocktoken for LockToken generation.
static String SCOPE_EXCLUSIVE
          Webdav "exclusive" lock type.
static String SCOPE_SHARED
          Webdav "shared" lock type.
static String TYPE_WRITE
          Webdav "write" lock type.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCOPE_SHARED

public static final String SCOPE_SHARED
Webdav "shared" lock type.

See Also:
Constant Field Values

SCOPE_EXCLUSIVE

public static final String SCOPE_EXCLUSIVE
Webdav "exclusive" lock type.

See Also:
Constant Field Values

TYPE_WRITE

public static final String TYPE_WRITE
Webdav "write" lock type.

See Also:
Constant Field Values

OPAQUE_LOCK_TOKEN

public static final String OPAQUE_LOCK_TOKEN
opaquelocktoken for LockToken generation.

See Also:
Constant Field Values

eXo JCR :: Component :: Webdav Service 1.15.11-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.