Uses of Class
org.jclouds.chef.domain.SearchResult

Packages that use SearchResult
org.jclouds.chef   
org.jclouds.chef.functions   
org.jclouds.chef.test   
 

Uses of SearchResult in org.jclouds.chef
 

Methods in org.jclouds.chef that return SearchResult
 SearchResult<? extends Client> ChefApi.searchClients()
          Searches all clients.
 SearchResult<? extends Client> ChefApi.searchClients(SearchOptions options)
          Searches all clients that match the given options.
 SearchResult<? extends DatabagItem> ChefApi.searchDatabagItems(String databagName)
          Searches all items in a data bag.
 SearchResult<? extends DatabagItem> ChefApi.searchDatabagItems(String databagName, SearchOptions options)
          Searches all items in a data bag that match the given options.
 SearchResult<? extends Environment> ChefApi.searchEnvironments()
          Searches all environments.
 SearchResult<? extends Environment> ChefApi.searchEnvironments(SearchOptions options)
          Searches all environments that match the given options.
 SearchResult<? extends Node> ChefApi.searchNodes()
          Searches all nodes.
 SearchResult<? extends Node> ChefApi.searchNodes(SearchOptions options)
          Searches all nodes that match the given options.
 SearchResult<? extends Role> ChefApi.searchRoles()
          Searches all roles.
 SearchResult<? extends Role> ChefApi.searchRoles(SearchOptions options)
          Searches all roles that match the given options.
 

Uses of SearchResult in org.jclouds.chef.functions
 

Methods in org.jclouds.chef.functions that return SearchResult
 SearchResult<T> ParseSearchResultFromJson.apply(org.jclouds.http.HttpResponse response)
           
 SearchResult<DatabagItem> ParseSearchDatabagFromJson.apply(org.jclouds.http.HttpResponse response)
           
 

Uses of SearchResult in org.jclouds.chef.test
 

Methods in org.jclouds.chef.test that return SearchResult
 SearchResult<? extends Client> TransientChefApi.searchClients()
           
 SearchResult<? extends Client> TransientChefApi.searchClients(SearchOptions options)
           
 SearchResult<? extends DatabagItem> TransientChefApi.searchDatabagItems(String databagName)
           
 SearchResult<? extends DatabagItem> TransientChefApi.searchDatabagItems(String databagName, SearchOptions options)
           
 SearchResult<? extends Environment> TransientChefApi.searchEnvironments()
           
 SearchResult<? extends Environment> TransientChefApi.searchEnvironments(SearchOptions options)
           
 SearchResult<? extends Node> TransientChefApi.searchNodes()
           
 SearchResult<? extends Node> TransientChefApi.searchNodes(SearchOptions options)
           
 SearchResult<? extends Role> TransientChefApi.searchRoles()
           
 SearchResult<? extends Role> TransientChefApi.searchRoles(SearchOptions options)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.