JSR 283: References and Dereferencing of Property Values
--------------------------------------------------------
Key: JCR-2061
URL: https://issues.apache.org/jira/browse/JCR-2061
Project: Jackrabbit Content Repository
Issue Type: Sub-task
Components: jackrabbit-core, JCR 2.0
Reporter: angela
References
--------------------------------------------------------------------------------------------------------------------------
new methods are:
- Node.getReferences(String name) PropertyIterator
- Node.getWeakReferences() PropertyIterator
- Node.getWeakReferences(String name) PropertyIterator
Derferencing
--------------------------------------------------------------------------------------------------------------------------
As of JSR 283 the following property types may be dereferenced:
- REFERENCE
- WEAKREFERENCE
- PATH
The new method
- Property.getProperty() returns the Property pointed to by a PATH value.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.