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

Implement Path.getUniqueLabel(Node, label) method

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Neutral
    • 5.2.2
    • 5.0
    • core

    Description

      We currently have these method for unique label creation:

      • Path.getUniqueLabel(HierarchyManager, String, String)
      • Path.getUniqueLabel(Session, String, String)
      • Path.getUniqueLabel(Content parent, String label)
        ->
      1. Path.getUniqueLabel(Node parent, String label) is missing
      2. Path.getUniqueLabel(HierarchyManager, String, String) duplicates code of
        Path.getUniqueLabel(Session, String, String)
      3. Methods with HierarchyManager and Content should be deprecated.

      Checklists

        Acceptance criteria

        Attachments

          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 DoR