|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsyncRequestResult | |
---|---|
com.genesyslab.platform.applicationblocks.com | |
com.genesyslab.platform.applicationblocks.com.queries |
Uses of AsyncRequestResult in com.genesyslab.platform.applicationblocks.com |
---|
Methods in com.genesyslab.platform.applicationblocks.com that return AsyncRequestResult | ||
---|---|---|
|
ICfgQuery.beginExecute(java.lang.Class<T> clazz,
Action<AsyncRequestResult<T>> callback,
java.lang.Object state)
Deprecated. |
|
|
CfgQuery.beginExecute(java.lang.Class<T> clazz,
Action<AsyncRequestResult<T>> callback,
java.lang.Object state)
Deprecated. Use IConfService.beginRetrieveMultipleObjects(java.lang.Class directly. |
|
|
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. |
|
|
ConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query,
Action<AsyncRequestResult<T>> finishCallback)
Starts reading of configuration objects collection from server. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
Methods in com.genesyslab.platform.applicationblocks.com with parameters of type AsyncRequestResult | ||
---|---|---|
|
ICfgQuery.endExecute(AsyncRequestResult<T> asyncResult)
Deprecated. |
|
|
CfgQuery.endExecute(AsyncRequestResult<T> asyncResult)
Deprecated. Use IConfService.endRetrieveMultipleObjects(com.genesyslab.platform.applicationblocks.com.AsyncRequestResult directly. |
|
|
IConfService.endRetrieveMultipleObjects(AsyncRequestResult<T> asyncResult)
Called to retrieve the result of asynchronous RetrieveMultipleObjects operation. |
|
|
ConfService.endRetrieveMultipleObjects(AsyncRequestResult<T> rqResult)
Waits until asynchronous reading operation done and return requested data. |
Method parameters in com.genesyslab.platform.applicationblocks.com with type arguments of type AsyncRequestResult | ||
---|---|---|
|
ICfgQuery.beginExecute(java.lang.Class<T> clazz,
Action<AsyncRequestResult<T>> callback,
java.lang.Object state)
Deprecated. |
|
|
CfgQuery.beginExecute(java.lang.Class<T> clazz,
Action<AsyncRequestResult<T>> callback,
java.lang.Object state)
Deprecated. Use IConfService.beginRetrieveMultipleObjects(java.lang.Class directly. |
|
|
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. |
|
|
ConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query,
Action<AsyncRequestResult<T>> finishCallback)
Starts reading of configuration objects collection from server. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
Uses of AsyncRequestResult in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return AsyncRequestResult | |
---|---|
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<CfgCampaign> |
CfgCampaignQuery.beginExecute(Action<AsyncRequestResult<CfgCampaign>> 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<CfgDN> |
CfgDNQuery.beginExecute(Action<AsyncRequestResult<CfgDN>> 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<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<CfgIVR> |
CfgIVRQuery.beginExecute(Action<AsyncRequestResult<CfgIVR>> 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<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<CfgPlace> |
CfgPlaceQuery.beginExecute(Action<AsyncRequestResult<CfgPlace>> 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<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. |
Method parameters in com.genesyslab.platform.applicationblocks.com.queries with type arguments of type AsyncRequestResult | |
---|---|
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<CfgCampaign> |
CfgCampaignQuery.beginExecute(Action<AsyncRequestResult<CfgCampaign>> 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<CfgDN> |
CfgDNQuery.beginExecute(Action<AsyncRequestResult<CfgDN>> 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<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<CfgIVR> |
CfgIVRQuery.beginExecute(Action<AsyncRequestResult<CfgIVR>> 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<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<CfgPlace> |
CfgPlaceQuery.beginExecute(Action<AsyncRequestResult<CfgPlace>> 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<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. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |