public final class WebDavConst.NodeTypes extends Object
| Modifier and Type | Field and Description |
|---|---|
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.
|
public static final String JCR_CONTENT
public static final String JCR_NODE_TYPE
public static final String JCR_DATA
public static final String JCR_FROZENNODE
public static final String JCR_LOCKOWNER
public static final String NT_VERSION
public static final String JCR_CREATED
public static final String NT_FILE
public static final String JCR_ROOTVERSION
public static final String JCR_LASTMODIFIED
public static final String JCR_MIMETYPE
public static final String NT_RESOURCE
public static final String MIX_LOCKABLE
public static final String MIX_VERSIONABLE
public static final String NT_FOLDER
Copyright © 2016 eXo Platform SAS. All Rights Reserved.