Interface ItemResourceConstants

  • All Superinterfaces:
    JcrRemotingConstants

    public interface ItemResourceConstants
    extends JcrRemotingConstants
    ItemResourceConstants provides constants for any resources representing repository items.
    • Field Detail

      • NAMESPACE

        static final Namespace NAMESPACE
        The namespace for all jcr specific extensions.
      • EXCLUSIVE_SESSION

        static final Scope EXCLUSIVE_SESSION
        Extension to the WebDAV 'exclusive' lock, that allows to distinguish the session-scoped and open-scoped locks on a JCR node.
        See Also:
        Node.lock(boolean, boolean)