Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-741

Add Support for Session.getNode(String), .getProperty(String), and .removeItem(String)

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Optional Optional
    • 1.2.0.Final
    • 1.1.0.Final
    • API, JCR

      JCR 2.0 requires some additional convenience methods on Session for retrieving nodes or properties (as opposed to Session.getItem(String), which does double duty), removing them, and checking for their existence. The method names are fairly self-documenting and are:

      • getNode(String absPath)
      • getProperty(String absPath)
      • nodeExists(String absPath)
      • propertyExists(String absPath)
      • removeItem(String absPath)

            bcarothers_jira Brian Carothers (Inactive)
            bcarothers_jira Brian Carothers (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: