Class SpecificationServiceImpl

java.lang.Object
io.polyapi.commons.api.service.PolyApiService
io.polyapi.plugin.service.SpecificationServiceImpl
All Implemented Interfaces:
SpecificationService

public class SpecificationServiceImpl extends PolyApiService implements SpecificationService
  • Constructor Details

  • Method Details

    • list

      public List<Specification> list(List<String> contextFilters)
      Description copied from interface: SpecificationService
      Retrieve all the JSON specifications in Poly.
      Specified by:
      list in interface SpecificationService
      Parameters:
      contextFilters - The contexts that should be used to filter the specifications.
      Returns:
      String A JSON containing the specifications.