public interface QueryFPrx
| 限定符和类型 | 方法和说明 |
|---|---|
void |
async_findObjectById(QueryFPrxCallback callback,
String id)
Get the object by id
|
void |
async_findObjectById(QueryFPrxCallback callback,
String id,
Map<String,String> ctx)
Get the object by id
|
void |
async_findObjectById4All(QueryFPrxCallback callback,
String id)
Get all endpoint lists of objects according to id, the function is the same as findObjectByIdInSameGroup
|
void |
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 |
async_findObjectById4Any(QueryFPrxCallback callback,
String id)
Gets all objects by id, both active and inactive
|
void |
async_findObjectById4Any(QueryFPrxCallback callback,
String id,
Map<String,String> ctx)
Gets all objects by id, both active and inactive
|
void |
async_findObjectByIdInSameGroup(QueryFPrxCallback callback,
String id)
Get the same group endpoint list of objects according to id
|
void |
async_findObjectByIdInSameGroup(QueryFPrxCallback callback,
String id,
Map<String,String> ctx)
Get the same group endpoint list of objects according to id
|
void |
async_findObjectByIdInSameSet(QueryFPrxCallback callback,
String id,
String setId)
Get the same group endpoint list of objects according to id
|
void |
async_findObjectByIdInSameSet(QueryFPrxCallback callback,
String id,
String setId,
Map<String,String> ctx)
Get the same group endpoint list of objects according to id
|
void |
async_findObjectByIdInSameStation(QueryFPrxCallback callback,
String id,
String sStation)
Get the endpoint list of the specified home location of the object according to id
|
void |
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
|
List<EndpointF> |
findObjectById(String id)
Get the object by id
|
List<EndpointF> |
findObjectById(String id,
Map<String,String> ctx)
Get the object by id
|
int |
findObjectById4All(String id,
Holder<List<EndpointF>> activeEp,
Holder<List<EndpointF>> inactiveEp)
Get all endpoint lists of objects according to id, the function is the same as findObjectByIdInSameGroup
|
int |
findObjectById4All(String id,
Holder<List<EndpointF>> activeEp,
Holder<List<EndpointF>> inactiveEp,
Map<String,String> ctx)
Get all endpoint lists of objects according to id, the function is the same as findObjectByIdInSameGroup
|
int |
findObjectById4Any(String id,
Holder<List<EndpointF>> activeEp,
Holder<List<EndpointF>> inactiveEp)
Gets all objects by id, both active and inactive
|
int |
findObjectById4Any(String id,
Holder<List<EndpointF>> activeEp,
Holder<List<EndpointF>> inactiveEp,
Map<String,String> ctx)
Gets all objects by id, both active and inactive
|
int |
findObjectByIdInSameGroup(String id,
Holder<List<EndpointF>> activeEp,
Holder<List<EndpointF>> inactiveEp)
Get the same group endpoint list of objects according to id
|
int |
findObjectByIdInSameGroup(String id,
Holder<List<EndpointF>> activeEp,
Holder<List<EndpointF>> inactiveEp,
Map<String,String> ctx)
Get the same group endpoint list of objects according to id
|
int |
findObjectByIdInSameSet(String id,
String setId,
Holder<List<EndpointF>> activeEp,
Holder<List<EndpointF>> inactiveEp)
Get the same group endpoint list of objects according to id
|
int |
findObjectByIdInSameSet(String id,
String setId,
Holder<List<EndpointF>> activeEp,
Holder<List<EndpointF>> inactiveEp,
Map<String,String> ctx)
Get the same group endpoint list of objects according to id
|
int |
findObjectByIdInSameStation(String id,
String sStation,
Holder<List<EndpointF>> activeEp,
Holder<List<EndpointF>> inactiveEp)
Get the endpoint list of the specified home location of the object according to id
|
int |
findObjectByIdInSameStation(String id,
String sStation,
Holder<List<EndpointF>> activeEp,
Holder<List<EndpointF>> inactiveEp,
Map<String,String> ctx)
Get the endpoint list of the specified home location of the object according to id
|
List<EndpointF> findObjectById(String id)
id - Object nameList<EndpointF> findObjectById(String id, Map<String,String> ctx)
id - Object namevoid async_findObjectById(QueryFPrxCallback callback, String id)
id - Object namevoid async_findObjectById(QueryFPrxCallback callback, String id, Map<String,String> ctx)
id - Object nameint findObjectById4Any(String id, Holder<List<EndpointF>> activeEp, Holder<List<EndpointF>> inactiveEp)
id - Object nameactiveEp - List of live endpointsinactiveEp - List of non-live endpointsint findObjectById4Any(String id, Holder<List<EndpointF>> activeEp, Holder<List<EndpointF>> inactiveEp, Map<String,String> ctx)
id - Object nameactiveEp - List of live endpointsinactiveEp - List of non-live endpointsvoid async_findObjectById4Any(QueryFPrxCallback callback, String id)
id - Object nameactiveEp - List of live endpointsinactiveEp - List of non-live endpointsvoid async_findObjectById4Any(QueryFPrxCallback callback, String id, Map<String,String> ctx)
id - Object nameactiveEp - List of live endpointsinactiveEp - List of non-live endpointsint findObjectById4All(String id, Holder<List<EndpointF>> activeEp, Holder<List<EndpointF>> inactiveEp)
id - Object nameactiveEp - List of live endpointsinactiveEp - List of non-live endpointsint findObjectById4All(String id, Holder<List<EndpointF>> activeEp, Holder<List<EndpointF>> inactiveEp, Map<String,String> ctx)
id - Object nameactiveEp - List of live endpointsinactiveEp - List of non-live endpointsvoid async_findObjectById4All(QueryFPrxCallback callback, String id)
id - Object nameactiveEp - List of live endpointsinactiveEp - List of non-live endpointsvoid async_findObjectById4All(QueryFPrxCallback callback, String id, Map<String,String> ctx)
id - Object nameactiveEp - List of live endpointsinactiveEp - List of non-live endpointsint findObjectByIdInSameGroup(String id, Holder<List<EndpointF>> activeEp, Holder<List<EndpointF>> inactiveEp)
id - Object nameactiveEp - List of live endpointsinactiveEp - List of non-live endpointsint findObjectByIdInSameGroup(String id, Holder<List<EndpointF>> activeEp, Holder<List<EndpointF>> inactiveEp, Map<String,String> ctx)
id - Object nameactiveEp - List of live endpointsinactiveEp - List of non-live endpointsvoid async_findObjectByIdInSameGroup(QueryFPrxCallback callback, String id)
id - Object nameactiveEp - List of live endpointsinactiveEp - List of non-live endpointsvoid async_findObjectByIdInSameGroup(QueryFPrxCallback callback, String id, Map<String,String> ctx)
id - Object nameactiveEp - List of live endpointsinactiveEp - List of non-live endpointsint findObjectByIdInSameStation(String id, String sStation, Holder<List<EndpointF>> activeEp, Holder<List<EndpointF>> inactiveEp)
id - Object nameactiveEp - List of live endpointsinactiveEp - List of non-live endpointsint findObjectByIdInSameStation(String id, String sStation, Holder<List<EndpointF>> activeEp, Holder<List<EndpointF>> inactiveEp, Map<String,String> ctx)
id - Object nameactiveEp - List of live endpointsinactiveEp - List of non-live endpointsvoid async_findObjectByIdInSameStation(QueryFPrxCallback callback, String id, String sStation)
id - Object nameactiveEp - List of live endpointsinactiveEp - List of non-live endpointsvoid async_findObjectByIdInSameStation(QueryFPrxCallback callback, String id, String sStation, Map<String,String> ctx)
id - Object nameactiveEp - List of live endpointsinactiveEp - List of non-live endpointsint findObjectByIdInSameSet(String id, String setId, Holder<List<EndpointF>> activeEp, Holder<List<EndpointF>> inactiveEp)
id - Object namesetId - The full name of set, the format is setname.setarea.setgroupactiveEp - List of live endpointsinactiveEp - List of non-live endpointsint findObjectByIdInSameSet(String id, String setId, Holder<List<EndpointF>> activeEp, Holder<List<EndpointF>> inactiveEp, Map<String,String> ctx)
id - Object namesetId - The full name of set, the format is setname.setarea.setgroupactiveEp - List of live endpointsinactiveEp - List of non-live endpointsvoid async_findObjectByIdInSameSet(QueryFPrxCallback callback, String id, String setId)
id - Object namesetId - The full name of set, the format is setname.setarea.setgroupactiveEp - List of live endpointsinactiveEp - List of non-live endpointsvoid async_findObjectByIdInSameSet(QueryFPrxCallback callback, String id, String setId, Map<String,String> ctx)
id - Object namesetId - The full name of set, the format is setname.setarea.setgroupactiveEp - List of live endpointsinactiveEp - List of non-live endpointsCopyright © 2020. All Rights Reserved.