Uses of Class
org.jclouds.chef.options.SearchOptions

Packages that use SearchOptions
org.jclouds.chef   
org.jclouds.chef.options   
org.jclouds.chef.test   
 

Uses of SearchOptions in org.jclouds.chef
 

Methods in org.jclouds.chef with parameters of type SearchOptions
 SearchResult<? extends Client> ChefApi.searchClients(SearchOptions options)
          Searches all clients that match the given options.
 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(SearchOptions options)
          Searches all environments that match the given options.
 SearchResult<? extends Node> ChefApi.searchNodes(SearchOptions options)
          Searches all nodes that match the given options.
 SearchResult<? extends Role> ChefApi.searchRoles(SearchOptions options)
          Searches all roles that match the given options.
 

Uses of SearchOptions in org.jclouds.chef.options
 

Methods in org.jclouds.chef.options that return SearchOptions
 SearchOptions SearchOptions.query(String query)
          A valid search string.
static SearchOptions SearchOptions.Builder.query(String query)
           
 SearchOptions SearchOptions.rows(int rows)
          The number of rows to return.
static SearchOptions SearchOptions.Builder.rows(int rows)
           
 SearchOptions SearchOptions.sort(String sort)
          A sort string, such as 'name DESC'.
 SearchOptions SearchOptions.start(int start)
          The result number to start from.
static SearchOptions SearchOptions.Builder.start(int start)
           
static SearchOptions SearchOptions.Builder.start(String start)
           
 

Uses of SearchOptions in org.jclouds.chef.test
 

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



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