Package | Description |
---|---|
com.genesyslab.platform.applicationblocks.com | |
com.genesyslab.platform.applicationblocks.com.queries |
Modifier and Type | Method | Description |
---|---|---|
<T extends ICfgObject> |
CfgQuery.beginExecute(java.lang.Class<T> clazz,
Action<AsyncRequestResult<T>> callback,
java.lang.Object state) |
|
<T extends ICfgObject> |
ICfgQuery.beginExecute(java.lang.Class<T> clazz,
Action<AsyncRequestResult<T>> callback,
java.lang.Object state) |
Deprecated.
|
<T extends ICfgObject> |
ConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query,
Action<AsyncRequestResult<T>> finishCallback) |
Starts reading of configuration objects collection from server.
|
<T extends ICfgObject> |
ConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query,
Action<java.util.Collection<T>> dataCallback,
Action<AsyncRequestResult<T>> finishCallback) |
Starts reading of configuration objects collection from server.
|
<T extends ICfgObject> |
ConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query,
Action<java.util.Collection<T>> dataCallback,
Action<AsyncRequestResult<T>> finishCallback,
long timeout) |
Starts reading of configuration objects collection from server.
|
<T extends ICfgObject> |
IConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query,
Action<AsyncRequestResult<T>> finishCallback) |
Begins to asynchronously retrieve a list of objects based on the specified query.
|
<T extends ICfgObject> |
IConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query,
Action<java.util.Collection<T>> dataCallback,
Action<AsyncRequestResult<T>> finishCallback) |
Begins to asynchronously retrieve a list of objects based on the specified query.
|
<T extends ICfgObject> |
IConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query,
Action<java.util.Collection<T>> dataCallback,
Action<AsyncRequestResult<T>> finishCallback,
long timeout) |
Starts reading of configuration objects collection from server.
|
Modifier and Type | Method | Description |
---|---|---|
<T extends ICfgObject> |
CfgQuery.endExecute(AsyncRequestResult<T> asyncResult) |
|
<T extends ICfgObject> |
ICfgQuery.endExecute(AsyncRequestResult<T> asyncResult) |
Deprecated.
|
<T extends ICfgObject> |
ConfService.endRetrieveMultipleObjects(AsyncRequestResult<T> rqResult) |
Waits until asynchronous reading operation done and return requested data.
|
<T extends ICfgObject> |
IConfService.endRetrieveMultipleObjects(AsyncRequestResult<T> asyncResult) |
Called to retrieve the result of asynchronous RetrieveMultipleObjects operation.
|
Modifier and Type | Method | Description |
---|---|---|
<T extends ICfgObject> |
CfgQuery.beginExecute(java.lang.Class<T> clazz,
Action<AsyncRequestResult<T>> callback,
java.lang.Object state) |
|
<T extends ICfgObject> |
ICfgQuery.beginExecute(java.lang.Class<T> clazz,
Action<AsyncRequestResult<T>> callback,
java.lang.Object state) |
Deprecated.
|
<T extends ICfgObject> |
ConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query,
Action<AsyncRequestResult<T>> finishCallback) |
Starts reading of configuration objects collection from server.
|
<T extends ICfgObject> |
IConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query,
Action<AsyncRequestResult<T>> finishCallback) |
Begins to asynchronously retrieve a list of objects based on the specified query.
|
Modifier and Type | Method | Description |
---|---|---|
AsyncRequestResult<CfgAccessGroup> |
CfgAccessGroupQuery.beginExecute(Action<AsyncRequestResult<CfgAccessGroup>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgActionCode> |
CfgActionCodeQuery.beginExecute(Action<AsyncRequestResult<CfgActionCode>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgAgentGroup> |
CfgAgentGroupQuery.beginExecute(Action<AsyncRequestResult<CfgAgentGroup>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgAgentLogin> |
CfgAgentLoginQuery.beginExecute(Action<AsyncRequestResult<CfgAgentLogin>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgAlarmCondition> |
CfgAlarmConditionQuery.beginExecute(Action<AsyncRequestResult<CfgAlarmCondition>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgApplication> |
CfgApplicationQuery.beginExecute(Action<AsyncRequestResult<CfgApplication>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgAppPrototype> |
CfgAppPrototypeQuery.beginExecute(Action<AsyncRequestResult<CfgAppPrototype>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgCallingList> |
CfgCallingListQuery.beginExecute(Action<AsyncRequestResult<CfgCallingList>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgCampaignGroup> |
CfgCampaignGroupQuery.beginExecute(Action<AsyncRequestResult<CfgCampaignGroup>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgCampaign> |
CfgCampaignQuery.beginExecute(Action<AsyncRequestResult<CfgCampaign>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgDNGroup> |
CfgDNGroupQuery.beginExecute(Action<AsyncRequestResult<CfgDNGroup>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgDN> |
CfgDNQuery.beginExecute(Action<AsyncRequestResult<CfgDN>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgEnumerator> |
CfgEnumeratorQuery.beginExecute(Action<AsyncRequestResult<CfgEnumerator>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgEnumeratorValue> |
CfgEnumeratorValueQuery.beginExecute(Action<AsyncRequestResult<CfgEnumeratorValue>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgField> |
CfgFieldQuery.beginExecute(Action<AsyncRequestResult<CfgField>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgFilter> |
CfgFilterQuery.beginExecute(Action<AsyncRequestResult<CfgFilter>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgFolder> |
CfgFolderQuery.beginExecute(Action<AsyncRequestResult<CfgFolder>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgFormat> |
CfgFormatQuery.beginExecute(Action<AsyncRequestResult<CfgFormat>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgGVPIVRProfile> |
CfgGVPIVRProfileQuery.beginExecute(Action<AsyncRequestResult<CfgGVPIVRProfile>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgHost> |
CfgHostQuery.beginExecute(Action<AsyncRequestResult<CfgHost>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgIVRPort> |
CfgIVRPortQuery.beginExecute(Action<AsyncRequestResult<CfgIVRPort>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgIVR> |
CfgIVRQuery.beginExecute(Action<AsyncRequestResult<CfgIVR>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgObjectiveTable> |
CfgObjectiveTableQuery.beginExecute(Action<AsyncRequestResult<CfgObjectiveTable>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgPerson> |
CfgPersonQuery.beginExecute(Action<AsyncRequestResult<CfgPerson>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgPhysicalSwitch> |
CfgPhysicalSwitchQuery.beginExecute(Action<AsyncRequestResult<CfgPhysicalSwitch>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgPlaceGroup> |
CfgPlaceGroupQuery.beginExecute(Action<AsyncRequestResult<CfgPlaceGroup>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgPlace> |
CfgPlaceQuery.beginExecute(Action<AsyncRequestResult<CfgPlace>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgRole> |
CfgRoleQuery.beginExecute(Action<AsyncRequestResult<CfgRole>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgScheduledTask> |
CfgScheduledTaskQuery.beginExecute(Action<AsyncRequestResult<CfgScheduledTask>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgScript> |
CfgScriptQuery.beginExecute(Action<AsyncRequestResult<CfgScript>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgService> |
CfgServiceQuery.beginExecute(Action<AsyncRequestResult<CfgService>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgSkill> |
CfgSkillQuery.beginExecute(Action<AsyncRequestResult<CfgSkill>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgStatDay> |
CfgStatDayQuery.beginExecute(Action<AsyncRequestResult<CfgStatDay>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgStatTable> |
CfgStatTableQuery.beginExecute(Action<AsyncRequestResult<CfgStatTable>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgSwitch> |
CfgSwitchQuery.beginExecute(Action<AsyncRequestResult<CfgSwitch>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgTableAccess> |
CfgTableAccessQuery.beginExecute(Action<AsyncRequestResult<CfgTableAccess>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgTenant> |
CfgTenantQuery.beginExecute(Action<AsyncRequestResult<CfgTenant>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgTimeZone> |
CfgTimeZoneQuery.beginExecute(Action<AsyncRequestResult<CfgTimeZone>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgTransaction> |
CfgTransactionQuery.beginExecute(Action<AsyncRequestResult<CfgTransaction>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgTreatment> |
CfgTreatmentQuery.beginExecute(Action<AsyncRequestResult<CfgTreatment>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgVoicePrompt> |
CfgVoicePromptQuery.beginExecute(Action<AsyncRequestResult<CfgVoicePrompt>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
Modifier and Type | Method | Description |
---|---|---|
AsyncRequestResult<CfgAccessGroup> |
CfgAccessGroupQuery.beginExecute(Action<AsyncRequestResult<CfgAccessGroup>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgActionCode> |
CfgActionCodeQuery.beginExecute(Action<AsyncRequestResult<CfgActionCode>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgAgentGroup> |
CfgAgentGroupQuery.beginExecute(Action<AsyncRequestResult<CfgAgentGroup>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgAgentLogin> |
CfgAgentLoginQuery.beginExecute(Action<AsyncRequestResult<CfgAgentLogin>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgAlarmCondition> |
CfgAlarmConditionQuery.beginExecute(Action<AsyncRequestResult<CfgAlarmCondition>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgApplication> |
CfgApplicationQuery.beginExecute(Action<AsyncRequestResult<CfgApplication>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgAppPrototype> |
CfgAppPrototypeQuery.beginExecute(Action<AsyncRequestResult<CfgAppPrototype>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgCallingList> |
CfgCallingListQuery.beginExecute(Action<AsyncRequestResult<CfgCallingList>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgCampaignGroup> |
CfgCampaignGroupQuery.beginExecute(Action<AsyncRequestResult<CfgCampaignGroup>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgCampaign> |
CfgCampaignQuery.beginExecute(Action<AsyncRequestResult<CfgCampaign>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgDNGroup> |
CfgDNGroupQuery.beginExecute(Action<AsyncRequestResult<CfgDNGroup>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgDN> |
CfgDNQuery.beginExecute(Action<AsyncRequestResult<CfgDN>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgEnumerator> |
CfgEnumeratorQuery.beginExecute(Action<AsyncRequestResult<CfgEnumerator>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgEnumeratorValue> |
CfgEnumeratorValueQuery.beginExecute(Action<AsyncRequestResult<CfgEnumeratorValue>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgField> |
CfgFieldQuery.beginExecute(Action<AsyncRequestResult<CfgField>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgFilter> |
CfgFilterQuery.beginExecute(Action<AsyncRequestResult<CfgFilter>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgFolder> |
CfgFolderQuery.beginExecute(Action<AsyncRequestResult<CfgFolder>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgFormat> |
CfgFormatQuery.beginExecute(Action<AsyncRequestResult<CfgFormat>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgGVPIVRProfile> |
CfgGVPIVRProfileQuery.beginExecute(Action<AsyncRequestResult<CfgGVPIVRProfile>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgHost> |
CfgHostQuery.beginExecute(Action<AsyncRequestResult<CfgHost>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgIVRPort> |
CfgIVRPortQuery.beginExecute(Action<AsyncRequestResult<CfgIVRPort>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgIVR> |
CfgIVRQuery.beginExecute(Action<AsyncRequestResult<CfgIVR>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgObjectiveTable> |
CfgObjectiveTableQuery.beginExecute(Action<AsyncRequestResult<CfgObjectiveTable>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgPerson> |
CfgPersonQuery.beginExecute(Action<AsyncRequestResult<CfgPerson>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgPhysicalSwitch> |
CfgPhysicalSwitchQuery.beginExecute(Action<AsyncRequestResult<CfgPhysicalSwitch>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgPlaceGroup> |
CfgPlaceGroupQuery.beginExecute(Action<AsyncRequestResult<CfgPlaceGroup>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgPlace> |
CfgPlaceQuery.beginExecute(Action<AsyncRequestResult<CfgPlace>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgRole> |
CfgRoleQuery.beginExecute(Action<AsyncRequestResult<CfgRole>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgScheduledTask> |
CfgScheduledTaskQuery.beginExecute(Action<AsyncRequestResult<CfgScheduledTask>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgScript> |
CfgScriptQuery.beginExecute(Action<AsyncRequestResult<CfgScript>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgService> |
CfgServiceQuery.beginExecute(Action<AsyncRequestResult<CfgService>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgSkill> |
CfgSkillQuery.beginExecute(Action<AsyncRequestResult<CfgSkill>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgStatDay> |
CfgStatDayQuery.beginExecute(Action<AsyncRequestResult<CfgStatDay>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgStatTable> |
CfgStatTableQuery.beginExecute(Action<AsyncRequestResult<CfgStatTable>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgSwitch> |
CfgSwitchQuery.beginExecute(Action<AsyncRequestResult<CfgSwitch>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgTableAccess> |
CfgTableAccessQuery.beginExecute(Action<AsyncRequestResult<CfgTableAccess>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgTenant> |
CfgTenantQuery.beginExecute(Action<AsyncRequestResult<CfgTenant>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgTimeZone> |
CfgTimeZoneQuery.beginExecute(Action<AsyncRequestResult<CfgTimeZone>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgTransaction> |
CfgTransactionQuery.beginExecute(Action<AsyncRequestResult<CfgTransaction>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgTreatment> |
CfgTreatmentQuery.beginExecute(Action<AsyncRequestResult<CfgTreatment>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
AsyncRequestResult<CfgVoicePrompt> |
CfgVoicePromptQuery.beginExecute(Action<AsyncRequestResult<CfgVoicePrompt>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.