You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2009/04/29 10:44:32 UTC

[jira] Updated: (JCR-2059) JSR 283: Access Property/Node from Session

     [ https://issues.apache.org/jira/browse/JCR-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-2059:
-------------------------------

    Fix Version/s: 2.0.0

> 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.