[
https://issues.apache.org/jira/browse/JCR-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Guggisberg resolved JCR-2059.
------------------------------------
Resolution: Fixed
resolving as fixed.
test case coverage is dealt with in issue JCR-2085
> 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
> Fix For: 2.0.0
>
>
> 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.