Interface JcrRemotingConstants

  • All Known Implementing Classes:
    QueryUtil

    public interface JcrRemotingConstants
    JcrRemotingConstants provides string constants for WebDAV resources representing repository items.
    • Field Detail

      • NS_PREFIX

        static final java.lang.String NS_PREFIX
        Namespace prefix used for Jackrabbit specific WebDAV extensions related to JCR remoting.
        See Also:
        NS_URI, Constant Field Values
      • NS_URI

        static final java.lang.String NS_URI
        Namespace uri used for Jackrabbit specific WebDAV extensions related to JCR remoting.
        See Also:
        NS_PREFIX, Constant Field Values
      • ROOT_ITEM_PATH

        static final java.lang.String ROOT_ITEM_PATH
        The resource path of the root-item-resource.
        See Also:
        Constant Field Values
      • ROOT_ITEM_RESOURCEPATH

        static final java.lang.String ROOT_ITEM_RESOURCEPATH
        Placeholder resource path for the JCR root node.
        See Also:
        Constant Field Values
      • VERSIONSTORAGE_PATH

        static final java.lang.String VERSIONSTORAGE_PATH
        The version storage item resource path.
        See Also:
        Constant Field Values
      • IMPORT_UUID_BEHAVIOR

        static final java.lang.String IMPORT_UUID_BEHAVIOR
        See Also:
        Constant Field Values
      • ATTR_VALUE_TYPE

        static final java.lang.String ATTR_VALUE_TYPE
        'type' attribute for the value element, reflecting the type of the value being transported.
        See Also:
        Constant Field Values
      • XML_EXCLUSIVE_SESSION_SCOPED

        static final java.lang.String XML_EXCLUSIVE_SESSION_SCOPED
        See Also:
        Constant Field Values
      • XML_REMOVEEXISTING

        static final java.lang.String XML_REMOVEEXISTING
        The 'removeexisting' element is not defined by RFC 3253. If it is present in the UPDATE request body, uuid conflicts should be solved by removing the existing nodes.
        See Also:
        Node.restore(javax.jcr.version.Version, boolean), Workspace.restore(javax.jcr.version.Version[], boolean), Constant Field Values
      • XML_RELPATH

        static final java.lang.String XML_RELPATH
        The 'relpath' element is not defined by RFC 3253. If it is present in the UPDATE request body, the server is forced to used the text contained as 'relPath' argument for the Node.restore call.
        See Also:
        Node.restore(javax.jcr.version.Version, String, boolean), Constant Field Values
      • JCR_WORKSPACE_NAME_LN

        static final java.lang.String JCR_WORKSPACE_NAME_LN
        See Also:
        Constant Field Values
      • JCR_SELECTOR_NAME_LN

        static final java.lang.String JCR_SELECTOR_NAME_LN
        See Also:
        Constant Field Values
      • JCR_PRIMARYNODETYPE_LN

        static final java.lang.String JCR_PRIMARYNODETYPE_LN
        See Also:
        Constant Field Values
      • JCR_MIXINNODETYPES_LN

        static final java.lang.String JCR_MIXINNODETYPES_LN
        See Also:
        Constant Field Values
      • JCR_WEAK_REFERENCES_LN

        static final java.lang.String JCR_WEAK_REFERENCES_LN
        Since:
        JCR 2.0
        See Also:
        Constant Field Values
      • JCR_NODETYPES_CND_LN

        static final java.lang.String JCR_NODETYPES_CND_LN
        See Also:
        Constant Field Values
      • JCR_VERSIONABLEUUID_LN

        static final java.lang.String JCR_VERSIONABLEUUID_LN
        See Also:
        Constant Field Values
      • XML_QUERY_RESULT_COLUMN

        static final java.lang.String XML_QUERY_RESULT_COLUMN
        See Also:
        Constant Field Values
      • REPORT_LOCATE_BY_UUID

        static final java.lang.String REPORT_LOCATE_BY_UUID
        See Also:
        Constant Field Values
      • REPORT_LOCATE_CORRESPONDING_NODE

        static final java.lang.String REPORT_LOCATE_CORRESPONDING_NODE
        See Also:
        Constant Field Values
      • REPORT_REGISTERED_NAMESPACES

        static final java.lang.String REPORT_REGISTERED_NAMESPACES
        See Also:
        Constant Field Values
      • REPORT_REPOSITORY_DESCRIPTORS

        static final java.lang.String REPORT_REPOSITORY_DESCRIPTORS
        See Also:
        Constant Field Values
      • RELATION_USER_DATA

        static final java.lang.String RELATION_USER_DATA
        RFC 5988 relation type for user data

        Used to transport JCR User Data inside an HTTP request.

        Example:

         Link: <data:,my%20user%data>, rel="RELATION_USER_DATA"
         
        See Also:
        Constant Field Values
      • RELATION_REMOTE_SESSION_ID

        static final java.lang.String RELATION_REMOTE_SESSION_ID
        RFC 5988 relation type for remote session identification

        Used to transport an identifier for the remote session.

        Example:

         Link: <urn:uuid:96d3c6fe-1073-11e1-a3c0-00059a3c7a00>, rel="RELATION_REMOTE_SESSION_ID"
         
        See Also:
        Constant Field Values