Interface SpecificationService

All Known Implementing Classes:
SpecificationServiceImpl

public interface SpecificationService
Service dedicated to operations with Specifications on the PolyAPI webservice.
  • Method Summary

    Modifier and Type
    Method
    Description
    list(List<String> context)
    Retrieve all the JSON specifications in Poly.
  • Method Details

    • list

      List<Specification> list(List<String> context)
      Retrieve all the JSON specifications in Poly.
      Parameters:
      context - The contexts that should be used to filter the specifications.
      Returns:
      String A JSON containing the specifications.