Uploaded image for project: 'Byteman'
  1. Byteman
  2. BYTEMAN-347

Extend LinkMap API to support retrieval of map keys

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 3.0.11, 4.0.0
    • 3.0.10, 4.0.0-BETA5
    • Rule Helpers
    • None

    Description

      When using the LinkMap API there are times when it cannot be know in advance what keys will be used to store values in a map. It would be very useful to be able to retrieve a list of all keys for which values are currently entered. The following public methods of Helper would suffice

      List<Object> links()

      {return links("default"); }

      List<Object> links(Object mapName)

      { /* return list of map keys */ }

      Attachments

        Activity

          People

            rhn-engineering-adinn Andrew Dinn
            rhn-engineering-adinn Andrew Dinn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: