|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJcrConstants

The IJcrContants class provides constants for the commonly used JCR types and property identifiers.
| Field Summary | |
|---|---|
static String |
CONTENT_PROPERTY
The JCR content property name ( jcr:content). |
static String |
DATA_PROPERTY
The JCR data property name ( jcr:data). |
static String |
FILE_NODE_TYPE
The JCR file node type ( nt:file). |
static String |
FOLDER_NODE_TYPE
The JCR folder node type ( nt:folder). |
static String |
JCR_SEARCH
The query language value for full text search queries |
static String |
JCR_SQL
The query language value for JCR-SQL queries |
static String |
JCR_SQL2
The query language value for JCR-SQL2 queries |
static String |
LAST_MODIFIED
The JCR data property name ( jcr:lastModified). |
static String |
MIME_TYPE
The JCR data property name ( jcr:lastModified). |
static String |
PRIMARY_TYPE_PROPERTY
The JCR primary type property name ( jcr:primaryType). |
static String |
RESOURCE_NODE_TYPE
The JCR resource node type ( nt:resource). |
static List<String> |
VALID_QUERY_LANGUAGES
A list of the valid query languages |
static String |
XPATH
The query language value for XPath queries |
| Field Detail |
|---|
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 LAST_MODIFIED
jcr:lastModified).
static final String MIME_TYPE
jcr:lastModified).
static final String PRIMARY_TYPE_PROPERTY
jcr:primaryType).
static final String RESOURCE_NODE_TYPE
nt:resource).
static final String XPATH
static final String JCR_SQL
static final String JCR_SQL2
static final String JCR_SEARCH
static final List<String> VALID_QUERY_LANGUAGES
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||