Interface ResourceGroupsDao


public interface ResourceGroupsDao
  • Method Details

    • createResourceGroupsGlobalPropertiesTable

      void createResourceGroupsGlobalPropertiesTable()
    • getResourceGroupGlobalProperties

      List<ResourceGroupGlobalProperties> getResourceGroupGlobalProperties()
    • createResourceGroupsTable

      void createResourceGroupsTable()
    • getResourceGroups

      List<ResourceGroupSpecBuilder> getResourceGroups(String environment)
    • getSelectors

      List<SelectorRecord> getSelectors(String environment)
    • createSelectorsTable

      void createSelectorsTable()
    • createExactMatchSelectorsTable

      void createExactMatchSelectorsTable()
    • getExactMatchResourceGroup

      String getExactMatchResourceGroup(String environment, String source, String queryType)
      Returns the most specific exact-match selector for a given environment, source and query type. NULL values in the environment and query type fields signify wildcards.