[ https://issues.apache.org/jira/browse/JCR-3245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217141#comment-13217141
]
Christian Stocker commented on JCR-3245:
----------------------------------------
Here's the first preview for a patch, it adds the possibility to add Identifiers via :id (in
addition to :include for absolute paths from the multi-get feature of JCR-3005)
https://github.com/jackalope/jackrabbit/compare/trunk...getNodesByIdentifier-remote
I'll add it as patch-file to this issue later
> Make it possible to get multiple nodes by Identifier in one call via davex
> --------------------------------------------------------------------------
>
> Key: JCR-3245
> URL: https://issues.apache.org/jira/browse/JCR-3245
> Project: Jackrabbit Content Repository
> Issue Type: Improvement
> Components: jackrabbit-jcr-server
> Reporter: Christian Stocker
>
> Currently, it's not possible to get one or multiple nodes directly by UUID via davex.
One has to do a REPORT call for each node to get the absolute path and then doing a multi-get
request to get all those nodes. This is quite some overhead if you have (weak) reference lists
with many entries.
> Therefore I propose to add the possibility the get nodes directly by their UUIDs. A patch
will implement that on top of JCR-3005 will follow soon.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|