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

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

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

public final class WebDavConst.NodeTypes
extends Object

Jcr node types used by webdav.

Author:
Dmytro Katayev

Field Summary
static String JCR_CONTENT
          JCR "jcr:content" NodeType.
static String JCR_CREATED
          JCR "jcr:created" NodeType.
static String JCR_DATA
          JCR "jcr:data" NodeType.
static String JCR_FROZENNODE
          JCR "jcr:frozenNode" NodeType.
static String JCR_LASTMODIFIED
          JCR "jcr:lastModified" NodeType.
static String JCR_LOCKOWNER
          JCR "jcr:lockOwner" NodeType.
static String JCR_MIMETYPE
          JCR "jcr:mimeType" NodeType.
static String JCR_NODE_TYPE
          JCR "jcr:nodeType" NodeType.
static String JCR_ROOTVERSION
          JCR "jcr:rootVersion" NodeType.
static String MIX_LOCKABLE
          JCR "mix:lockable" NodeType.
static String MIX_VERSIONABLE
          JCR "mix:versionable" NodeType.
static String NT_FILE
          JCR "nt:file" NodeType.
static String NT_FOLDER
          JCR "nt:folder" NodeType.
static String NT_RESOURCE
          JCR "nt:resource" NodeType.
static String NT_VERSION
          JCR "nt:version" NodeType.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JCR_CONTENT

public static final String JCR_CONTENT
JCR "jcr:content" NodeType. See JSR 170: Content Repository for JavaTM technology API for more information.

See Also:
Constant Field Values

JCR_NODE_TYPE

public static final String JCR_NODE_TYPE
JCR "jcr:nodeType" NodeType. See JSR 170: Content Repository for JavaTM technology API for more information.

See Also:
Constant Field Values

JCR_DATA

public static final String JCR_DATA
JCR "jcr:data" NodeType. See JSR 170: Content Repository for JavaTM technology API for more information.

See Also:
Constant Field Values

JCR_FROZENNODE

public static final String JCR_FROZENNODE
JCR "jcr:frozenNode" NodeType. See JSR 170: Content Repository for JavaTM technology API for more information.

See Also:
Constant Field Values

JCR_LOCKOWNER

public static final String JCR_LOCKOWNER
JCR "jcr:lockOwner" NodeType. See JSR 170: Content Repository for JavaTM technology API for more information.

See Also:
Constant Field Values

NT_VERSION

public static final String NT_VERSION
JCR "nt:version" NodeType. See JSR 170: Content Repository for JavaTM technology API for more information.

See Also:
Constant Field Values

JCR_CREATED

public static final String JCR_CREATED
JCR "jcr:created" NodeType. See JSR 170: Content Repository for JavaTM technology API for more information.

See Also:
Constant Field Values

NT_FILE

public static final String NT_FILE
JCR "nt:file" NodeType. See JSR 170: Content Repository for JavaTM technology API for more information.

See Also:
Constant Field Values

JCR_ROOTVERSION

public static final String JCR_ROOTVERSION
JCR "jcr:rootVersion" NodeType. See JSR 170: Content Repository for JavaTM technology API for more information.

See Also:
Constant Field Values

JCR_LASTMODIFIED

public static final String JCR_LASTMODIFIED
JCR "jcr:lastModified" NodeType. See JSR 170: Content Repository for JavaTM technology API for more information.

See Also:
Constant Field Values

JCR_MIMETYPE

public static final String JCR_MIMETYPE
JCR "jcr:mimeType" NodeType. See JSR 170: Content Repository for JavaTM technology API for more information.

See Also:
Constant Field Values

NT_RESOURCE

public static final String NT_RESOURCE
JCR "nt:resource" NodeType. See JSR 170: Content Repository for JavaTM technology API for more information.

See Also:
Constant Field Values

MIX_LOCKABLE

public static final String MIX_LOCKABLE
JCR "mix:lockable" NodeType. See JSR 170: Content Repository for JavaTM technology API for more information.

See Also:
Constant Field Values

MIX_VERSIONABLE

public static final String MIX_VERSIONABLE
JCR "mix:versionable" NodeType. See JSR 170: Content Repository for JavaTM technology API for more information.

See Also:
Constant Field Values

NT_FOLDER

public static final String NT_FOLDER
JCR "nt:folder" NodeType. See JSR 170: Content Repository for JavaTM technology API for more information.

See Also:
Constant Field Values

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

Copyright © 2014 eXo Platform SAS. All Rights Reserved.