Interface AqlResult

All Superinterfaces:
AutoCloseable, Closeable, Iterable<Map<String,Object>>

public interface AqlResult extends Iterable<Map<String,Object>>, Closeable
Iterable AQL search result interface for the Artifactory public API.
Author:
Shay Bagants
  • Method Details

    • getStart

      Long getStart()
      The offset from the first record from which to return results
      Returns:
      The offset from the first record from which to return results
    • getTotal

      Long getTotal()
      The total number of results
      Returns:
      The total number of results
    • getLimited

      Long getLimited()
      The limit value
      Returns:
      The limit value