Class WebDavConst.NodeTypes
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description static StringJCR_CONTENTJCR "jcr:content" NodeType.static StringJCR_CREATEDJCR "jcr:created" NodeType.static StringJCR_DATAJCR "jcr:data" NodeType.static StringJCR_FROZENNODEJCR "jcr:frozenNode" NodeType.static StringJCR_LASTMODIFIEDJCR "jcr:lastModified" NodeType.static StringJCR_LOCKOWNERJCR "jcr:lockOwner" NodeType.static StringJCR_MIMETYPEJCR "jcr:mimeType" NodeType.static StringJCR_NODE_TYPEJCR "jcr:nodeType" NodeType.static StringJCR_ROOTVERSIONJCR "jcr:rootVersion" NodeType.static StringMIX_LOCKABLEJCR "mix:lockable" NodeType.static StringMIX_VERSIONABLEJCR "mix:versionable" NodeType.static StringNT_FILEJCR "nt:file" NodeType.static StringNT_FOLDERJCR "nt:folder" NodeType.static StringNT_RESOURCEJCR "nt:resource" NodeType.static StringNT_VERSIONJCR "nt:version" NodeType.
-
-
-
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
-
-