Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-4797

NodeUtil.getSiblings() methods to simplify manipulation with nodes when building menus and other structures

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Neutral
    • 4.5.8
    • None
    • core
    • None
    • Yes

    Description

      Implement NodeUtil.getSiblingsXXX(...) methods:

      • Iterable<Node> getSiblings(Node)
      • Iterable<Node> getSiblingsBefore(Node)
      • Iterable<Node> getSiblingsAfter(Node)
      • Iterable<Node> getSiblings(Node, NodeType)
      • Iterable<Node> getSiblingsBefore(Node, NodeType)
      • Iterable<Node> getSiblingsAfter(Node, NodeType)
      • Iterable<Node> getSiblingsBefore(Node, Predicate)
      • Iterable<Node> getSiblingsAfter(Node, Predicate)

      Checklists

        Acceptance criteria

        Attachments

          Issue Links

            Activity

              People

                rkovarik Roman Kovařík
                rkovarik Roman Kovařík
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Checklists

                    Task DoD