CompositeConfCacheQueryEngine
, DefaultConfCacheQueryEngine
public interface IConfCacheQueryEngine
Modifier and Type | Method | Description |
---|---|---|
boolean |
canExecute(ICfgQuery query) |
Determines whether the query engine can execute the specified query.
|
<T extends ICfgObject> |
retrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query) |
Retrieves a collection of objects based on the specified query.
|
<T extends ICfgObject> |
retrieveObject(java.lang.Class<T> cls,
ICfgQuery query) |
Retrieves an object based on the specified query.
|
<T extends ICfgObject> |
retrieveObject(java.lang.Class<T> cls,
CfgObjectType type,
int dbid) |
Retrieves an object using the specified parameters.
|
boolean canExecute(ICfgQuery query)
query
- The query to execute<T extends ICfgObject> T retrieveObject(java.lang.Class<T> cls, ICfgQuery query)
T
- The type of object to retrievecls
- class of object to be retrievedquery
- The query by which to retrieve the object<T extends ICfgObject> java.util.Collection<T> retrieveMultipleObjects(java.lang.Class<T> cls, ICfgQuery query)
T
- The type of object to retrievecls
- class of objects to be retrievedquery
- The query by which to retrieve the objects<T extends ICfgObject> T retrieveObject(java.lang.Class<T> cls, CfgObjectType type, int dbid)
T
- The type of object to retrievecls
- class of object to be retrievedtype
- The type of object (CfgObjectType)dbid
- The dbid of the objectSend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.