ICfgFilterBasedQuery<TT>
CfgAccessGroupQuery
, CfgActionCodeQuery
, CfgAgentGroupQuery
, CfgAgentLoginQuery
, CfgAlarmConditionQuery
, CfgApplicationQuery
, CfgAppPrototypeQuery
, CfgCallingListQuery
, CfgCampaignGroupQuery
, CfgCampaignQuery
, CfgDNGroupQuery
, CfgDNQuery
, CfgEnumeratorQuery
, CfgEnumeratorValueQuery
, CfgFieldQuery
, CfgFilterBasedQuery
, CfgFilterQuery
, CfgFolderQuery
, CfgFormatQuery
, CfgGVPIVRProfileQuery
, CfgHostQuery
, CfgIVRPortQuery
, CfgIVRQuery
, CfgObjectiveTableQuery
, CfgPersonQuery
, CfgPhysicalSwitchQuery
, CfgPlaceGroupQuery
, CfgPlaceQuery
, CfgQuery
, CfgRoleQuery
, CfgScheduledTaskQuery
, CfgScriptQuery
, CfgServiceQuery
, CfgSkillQuery
, CfgStatDayQuery
, CfgStatTableQuery
, CfgSwitchQuery
, CfgTableAccessQuery
, CfgTenantQuery
, CfgTimeZoneQuery
, CfgTransactionQuery
, CfgTreatmentQuery
, CfgVoicePromptQuery
, CfgXPathBasedQuery
public interface ICfgQuery<TT extends ICfgObject>
Modifier and Type | Method | Description |
---|---|---|
<T extends ICfgObject> |
beginExecute(java.lang.Class<T> clazz,
Action<AsyncRequestResult<T>> callback,
java.lang.Object state) |
Deprecated.
|
<T extends ICfgObject> |
endExecute(AsyncRequestResult<T> asyncResult) |
Deprecated.
|
<T extends ICfgObject> |
execute(java.lang.Class<T> clazz) |
Deprecated.
|
<T extends ICfgObject> |
executeSingleResult(java.lang.Class<T> clazz) |
Deprecated.
|
@Deprecated <T extends ICfgObject> java.util.Collection<T> execute(java.lang.Class<T> clazz) throws ConfigException, java.lang.InterruptedException
T
- The type of configuration object returnedclazz
- class used for generic matchingConfigException
java.lang.InterruptedException
@Deprecated <T extends ICfgObject> AsyncRequestResult<T> beginExecute(java.lang.Class<T> clazz, Action<AsyncRequestResult<T>> callback, java.lang.Object state) throws ConfigException
clazz
- class used for generic matchingcallback
- The method to be called when query results are availablestate
- a user-defined object that qualifies or contains information about an asynchronous operationConfigException
@Deprecated <T extends ICfgObject> java.util.Collection<T> endExecute(AsyncRequestResult<T> asyncResult) throws ConfigException, java.lang.InterruptedException
asyncResult
- The IAsyncResult object used to track the current requestConfigException
java.lang.InterruptedException
@Deprecated <T extends ICfgObject> T executeSingleResult(java.lang.Class<T> clazz) throws ConfigException
T
- the type of object returnedclazz
- class used for generic matchingConfigException
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.