| 程序包 | 说明 |
|---|---|
| com.qq.tars.support.query.prx |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
QueryFPrx.async_findObjectById(QueryFPrxCallback callback,
String id)
Get the object by id
|
void |
QueryFPrx.async_findObjectById(QueryFPrxCallback callback,
String id,
Map<String,String> ctx)
Get the object by id
|
void |
QueryFPrx.async_findObjectById4All(QueryFPrxCallback callback,
String id)
Get all endpoint lists of objects according to id, the function is the same as findObjectByIdInSameGroup
|
void |
QueryFPrx.async_findObjectById4All(QueryFPrxCallback callback,
String id,
Map<String,String> ctx)
Get all endpoint lists of objects according to id, the function is the same as findObjectByIdInSameGroup
|
void |
QueryFPrx.async_findObjectById4Any(QueryFPrxCallback callback,
String id)
Gets all objects by id, both active and inactive
|
void |
QueryFPrx.async_findObjectById4Any(QueryFPrxCallback callback,
String id,
Map<String,String> ctx)
Gets all objects by id, both active and inactive
|
void |
QueryFPrx.async_findObjectByIdInSameGroup(QueryFPrxCallback callback,
String id)
Get the same group endpoint list of objects according to id
|
void |
QueryFPrx.async_findObjectByIdInSameGroup(QueryFPrxCallback callback,
String id,
Map<String,String> ctx)
Get the same group endpoint list of objects according to id
|
void |
QueryFPrx.async_findObjectByIdInSameSet(QueryFPrxCallback callback,
String id,
String setId)
Get the same group endpoint list of objects according to id
|
void |
QueryFPrx.async_findObjectByIdInSameSet(QueryFPrxCallback callback,
String id,
String setId,
Map<String,String> ctx)
Get the same group endpoint list of objects according to id
|
void |
QueryFPrx.async_findObjectByIdInSameStation(QueryFPrxCallback callback,
String id,
String sStation)
Get the endpoint list of the specified home location of the object according to id
|
void |
QueryFPrx.async_findObjectByIdInSameStation(QueryFPrxCallback callback,
String id,
String sStation,
Map<String,String> ctx)
Get the endpoint list of the specified home location of the object according to id
|
Copyright © 2020. All Rights Reserved.