|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryAsyncApi
QueryApi| Method Summary | |
|---|---|
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 Catalogs by using REST API general QueryHandler. |
com.google.common.util.concurrent.ListenableFuture<Entity> |
entity(String id)
|
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 VApps 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()
|
| Method Detail |
|---|
com.google.common.util.concurrent.ListenableFuture<Entity> entity(String id)
QueryApi.entity(String)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()
Catalogs 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()
VApps 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||