public interface QueryAsyncApi
QueryApi
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<CatalogReferences> |
catalogReferencesQuery(Integer page,
Integer pageSize,
String filter) |
com.google.common.util.concurrent.ListenableFuture<CatalogReferences> |
catalogReferencesQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<CatalogReferences> |
catalogReferencesQueryAll() |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
catalogsQuery(Integer page,
Integer pageSize,
String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
catalogsQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
catalogsQueryAll()
Retrieves a list of
Catalog s by using REST API general QueryHandler. |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
mediaListQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
mediaListQueryAll() |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
query(Integer page,
Integer pageSize,
String format,
String type,
String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
query(String type,
String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
queryAll(String type) |
com.google.common.util.concurrent.ListenableFuture<QueryList> |
queryList()
REST API General queries handler.
|
com.google.common.util.concurrent.ListenableFuture<VAppReferences> |
vAppReferencesQuery(Integer page,
Integer pageSize,
String filter) |
com.google.common.util.concurrent.ListenableFuture<VAppReferences> |
vAppReferencesQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<VAppReferences> |
vAppReferencesQueryAll() |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
vAppsQuery(Integer page,
Integer pageSize,
String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
vAppsQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
vAppsQueryAll()
Retrieves a list of
VApp s by using REST API general QueryHandler. |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
vAppTemplatesQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
vAppTemplatesQueryAll() |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
vmsQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
vmsQueryAll() |
com.google.common.util.concurrent.ListenableFuture<QueryList> queryList()
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> queryAll(String type)
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> query(String type, String filter)
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> query(Integer page, Integer pageSize, String format, String type, String filter)
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> catalogsQueryAll()
Catalog
s by using REST API general QueryHandler.com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> catalogsQuery(String filter)
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> catalogsQuery(Integer page, Integer pageSize, String filter)
com.google.common.util.concurrent.ListenableFuture<CatalogReferences> catalogReferencesQueryAll()
com.google.common.util.concurrent.ListenableFuture<CatalogReferences> catalogReferencesQuery(String filter)
com.google.common.util.concurrent.ListenableFuture<CatalogReferences> catalogReferencesQuery(Integer page, Integer pageSize, String filter)
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> vAppTemplatesQueryAll()
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> vAppTemplatesQuery(String filter)
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> vAppsQueryAll()
VApp
s by using REST API general QueryHandler.com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> vAppsQuery(String filter)
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> vAppsQuery(Integer page, Integer pageSize, String filter)
com.google.common.util.concurrent.ListenableFuture<VAppReferences> vAppReferencesQueryAll()
com.google.common.util.concurrent.ListenableFuture<VAppReferences> vAppReferencesQuery(String filter)
com.google.common.util.concurrent.ListenableFuture<VAppReferences> vAppReferencesQuery(Integer page, Integer pageSize, String filter)
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> vmsQueryAll()
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> vmsQuery(String filter)
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> mediaListQueryAll()
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> mediaListQuery(String filter)
Copyright © 2009-2013 jclouds. All Rights Reserved.