Uses of Class
org.jclouds.vcloud.director.v1_5.domain.query.QueryResultRecords

Packages that use QueryResultRecords
org.jclouds.vcloud.director.v1_5.domain.query   
org.jclouds.vcloud.director.v1_5.features   
org.jclouds.vcloud.director.v1_5.features.admin   
 

Uses of QueryResultRecords in org.jclouds.vcloud.director.v1_5.domain.query
 

Methods in org.jclouds.vcloud.director.v1_5.domain.query that return QueryResultRecords
 QueryResultRecords QueryResultRecords.Builder.build()
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain.query with parameters of type QueryResultRecords
 B QueryResultRecords.Builder.fromQueryResultRecords(QueryResultRecords in)
           
 

Uses of QueryResultRecords in org.jclouds.vcloud.director.v1_5.features
 

Methods in org.jclouds.vcloud.director.v1_5.features that return QueryResultRecords
 QueryResultRecords QueryApi.catalogsQuery(Integer page, Integer pageSize, String filter)
           
 QueryResultRecords QueryApi.catalogsQuery(String filter)
           
 QueryResultRecords QueryApi.catalogsQueryAll()
          Retrieves a list of Catalogs by using REST API general QueryHandler.
 QueryResultRecords QueryApi.mediaListQuery(String filter)
           
 QueryResultRecords QueryApi.mediaListQueryAll()
          Retrieves a list of Medias by using REST API general QueryHandler.
 QueryResultRecords QueryApi.query(Integer page, Integer pageSize, String format, String type, String filter)
           
 QueryResultRecords QueryApi.query(String type, String filter)
           
 QueryResultRecords QueryApi.queryAll(String type)
          Retrieves a list of entities by using REST API general QueryHandler.
 QueryResultRecords QueryApi.vAppsQuery(Integer page, Integer pageSize, String filter)
           
 QueryResultRecords QueryApi.vAppsQuery(String filter)
           
 QueryResultRecords QueryApi.vAppsQueryAll()
          Retrieves a list of VApps by using REST API general QueryHandler.
 QueryResultRecords QueryApi.vAppTemplatesQuery(String filter)
           
 QueryResultRecords QueryApi.vAppTemplatesQueryAll()
          Retrieves a list of VAppTemplates by using REST API general QueryHandler.
 QueryResultRecords QueryApi.vmsQuery(String filter)
           
 QueryResultRecords QueryApi.vmsQueryAll()
          Retrieves a list of Vms by using REST API general QueryHandler.
 

Methods in org.jclouds.vcloud.director.v1_5.features that return types with arguments of type QueryResultRecords
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.catalogsQuery(Integer page, Integer pageSize, String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.catalogsQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.catalogsQueryAll()
          Retrieves a list of Catalogs by using REST API general QueryHandler.
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.mediaListQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.mediaListQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.query(Integer page, Integer pageSize, String format, String type, String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.query(String type, String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.queryAll(String type)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.vAppsQuery(Integer page, Integer pageSize, String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.vAppsQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.vAppsQueryAll()
          Retrieves a list of VApps by using REST API general QueryHandler.
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.vAppTemplatesQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.vAppTemplatesQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.vmsQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.vmsQueryAll()
           
 

Uses of QueryResultRecords in org.jclouds.vcloud.director.v1_5.features.admin
 

Methods in org.jclouds.vcloud.director.v1_5.features.admin that return QueryResultRecords
 QueryResultRecords AdminQueryApi.groupsQuery(String filter)
           
 QueryResultRecords AdminQueryApi.groupsQueryAll()
          Retrieves a list of Groups for organization the org admin belongs to by using REST API general QueryHandler
 QueryResultRecords AdminQueryApi.orgsQuery(String filter)
           
 QueryResultRecords AdminQueryApi.orgsQueryAll()
          Retrieves a list of Orgs by using REST API general QueryHandler.
 QueryResultRecords AdminQueryApi.rightsQuery(String filter)
           
 QueryResultRecords AdminQueryApi.rightsQueryAll()
          Retrieves a list of Rights by using REST API general QueryHandler.
 QueryResultRecords AdminQueryApi.rolesQuery(String filter)
           
 QueryResultRecords AdminQueryApi.rolesQueryAll()
          Retrieves a list of Roles by using REST API general QueryHandler.
 QueryResultRecords AdminQueryApi.strandedUsersQuery(String filter)
           
 QueryResultRecords AdminQueryApi.strandedUsersQueryAll()
          Retrieves a list of Users by using REST API general QueryHandler.
 QueryResultRecords AdminQueryApi.usersQuery(String filter)
           
 QueryResultRecords AdminQueryApi.usersQueryAll()
          Retrieves a list of Users by using REST API general QueryHandler.
 QueryResultRecords AdminQueryApi.vdcsQuery(String filter)
           
 QueryResultRecords AdminQueryApi.vdcsQueryAll()
          Retrieves a list of Vdcs by using REST API general QueryHandler.
 

Methods in org.jclouds.vcloud.director.v1_5.features.admin that return types with arguments of type QueryResultRecords
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.groupsQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.groupsQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.orgsQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.orgsQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.rightsQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.rightsQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.rolesQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.rolesQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.strandedUsersQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.strandedUsersQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.usersQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.usersQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.vdcsQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.vdcsQueryAll()
           
 



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