org.modeshape.web.jcr.rest.client
Interface IJcrConstants


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 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).
 

Field Detail

CONTENT_PROPERTY

static final String CONTENT_PROPERTY
The JCR content property name (jcr:content).

See Also:
Constant Field Values

DATA_PROPERTY

static final String DATA_PROPERTY
The JCR data property name (jcr:data).

See Also:
Constant Field Values

FILE_NODE_TYPE

static final String FILE_NODE_TYPE
The JCR file node type (nt:file).

See Also:
Constant Field Values

FOLDER_NODE_TYPE

static final String FOLDER_NODE_TYPE
The JCR folder node type (nt:folder).

See Also:
Constant Field Values

LAST_MODIFIED

static final String LAST_MODIFIED
The JCR data property name (jcr:lastModified).

See Also:
Constant Field Values

MIME_TYPE

static final String MIME_TYPE
The JCR data property name (jcr:lastModified).

See Also:
Constant Field Values

PRIMARY_TYPE_PROPERTY

static final String PRIMARY_TYPE_PROPERTY
The JCR primary type property name (jcr:primaryType).

See Also:
Constant Field Values

RESOURCE_NODE_TYPE

static final String RESOURCE_NODE_TYPE
The JCR resource node type (nt:resource).

See Also:
Constant Field Values


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.