@Deprecated public interface IJcrConstants
IJcrContants class provides constants for the commonly used JCR types and property identifiers.| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENT_PROPERTY
Deprecated.
The JCR content property name (
jcr:content). |
static String |
DATA_PROPERTY
Deprecated.
The JCR data property name (
jcr:data). |
static String |
FILE_NODE_TYPE
Deprecated.
The JCR file node type (
nt:file). |
static String |
FOLDER_NODE_TYPE
Deprecated.
The JCR folder node type (
nt:folder). |
static String |
JCR_SEARCH
Deprecated.
The query language value for full text search queries
|
static String |
JCR_SQL
Deprecated.
The query language value for JCR-SQL queries
|
static String |
JCR_SQL2
Deprecated.
The query language value for JCR-SQL2 queries
|
static String |
LAST_MODIFIED
Deprecated.
The JCR data property name (
jcr:lastModified). |
static String |
MIME_TYPE
Deprecated.
The JCR data property name (
jcr:lastModified). |
static String |
MIXIN_TYPES_PROPERTY
Deprecated.
The JCR mixin type property name (
jcr:mixinTypes). |
static String |
PRIMARY_TYPE_PROPERTY
Deprecated.
The JCR primary type property name (
jcr:primaryType). |
static String |
PUBLISH_AREA_DESCRIPTION
Deprecated.
Title property for the publish area mixin
|
static String |
PUBLISH_AREA_TITLE
Deprecated.
Title property for the publish area mixin
|
static String |
PUBLISH_AREA_TYPE
Deprecated.
The the publish area mixin
|
static String |
RESOURCE_NODE_TYPE
Deprecated.
The JCR resource node type (
nt:resource). |
static List<String> |
VALID_QUERY_LANGUAGES
Deprecated.
A list of the valid query languages
|
static String |
VERSIONABLE_NODE_TYPE
Deprecated.
The JCR versionable mixin node type (
mix:versionable). |
static String |
XPATH
Deprecated.
The query language value for XPath queries
|
static final String CONTENT_PROPERTY
jcr:content).static final String DATA_PROPERTY
jcr:data).static final String FILE_NODE_TYPE
nt:file).static final String FOLDER_NODE_TYPE
nt:folder).static final String VERSIONABLE_NODE_TYPE
mix:versionable).static final String LAST_MODIFIED
jcr:lastModified).static final String MIME_TYPE
jcr:lastModified).static final String PRIMARY_TYPE_PROPERTY
jcr:primaryType).static final String MIXIN_TYPES_PROPERTY
jcr:mixinTypes).static final String RESOURCE_NODE_TYPE
nt:resource).static final String PUBLISH_AREA_TYPE
static final String PUBLISH_AREA_TITLE
static final String PUBLISH_AREA_DESCRIPTION
static final String XPATH
static final String JCR_SQL
static final String JCR_SQL2
static final String JCR_SEARCH
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.