Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-432

Add to connector API ability to delete all nodes below a node

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 0.5
    • 0.4
    • API, Graph (2.x), Storage
    • None

      The federation connector requires the ability to delete all children of a parent node without knowing (or caring) which are the children. Adding a new DeleteChildrenRequest would allow this to be easily done, and RequestProcessor can even implement the process(DeleteChildrenRequest) method by reading the children and issuing a delete for each child. Although connectors would not need to know about or implement this operation, several connectors (including the JPA connector) probably should implement it anyway, because they could very efficiently do the work in one step.

            rhauch Randall Hauch (Inactive)
            rhauch Randall Hauch (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: