Provide rename method for nodes
-------------------------------

                 Key: JCR-2683
                 URL: https://issues.apache.org/jira/browse/JCR-2683
             Project: Jackrabbit Content Repository
          Issue Type: New Feature
          Components: jackrabbit-api, jackrabbit-core
    Affects Versions: 2.2.0
            Reporter: Michael Dürig
            Priority: Minor


Currently renaming a node is a nuisance if the node's parent has orderable 
child nodes: The parents child nodes must be searched for the successor of the 
node to be moved, the node must be moved to its new name and then ordered 
before the successor. Furthermore the case where the to be moved node is the 
last node must be special cased. 

I thus propose to provide functionality for directly renaming nodes.  

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