Uploaded image for project: 'Jackrabbit Oak'
  1. Jackrabbit Oak
  2. OAK-113

drop MicroKernel getNodes(String, String) convenience signature

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.3
    • mk
    • None

    Description

      the MK API provides two getNodes signatures:

      • getNodes(String, String)
      • getNodes(String, String, int, long, int, String)

      the former is a convenience method and equivalent to
      getNodes(path, revisionId, 1, 0, -1, null).

      it's currently only used in test cases. in order to
      streamline the API and the javadoc i suggest to drop it.

      Attachments

        Activity

          People

            stefan@jira Stefan Guggisberg
            stefan@jira Stefan Guggisberg
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: