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

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

    XMLWordPrintable

Details

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

    Description

      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)

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: