JSR 283: Access Property/Node from Session
------------------------------------------

                 Key: JCR-2059
                 URL: https://issues.apache.org/jira/browse/JCR-2059
             Project: Jackrabbit Content Repository
          Issue Type: Sub-task
          Components: jackrabbit-core, JCR 2.0
            Reporter: angela


New methods to access properties and nodes from the Session:

- getNode(String absPath) Node
- getNodeByIdentifier(String id) Node
- getProperty(String absPath) Property

... test for their existence:

- nodeExists(String absPath) boolean
- propertyExists(String absPath) boolean

... and remove them:

- removeItem(String absPath) void

The functionality has been added at rev. 571494 and rev. 712984 but apart from 
Session.removeItem no
test cases are present so far.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to