Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.applicationblocks.com.objects.CfgScript

Packages that use CfgScript
com.genesyslab.platform.applicationblocks.com.capacityrules   
com.genesyslab.platform.applicationblocks.com.objects   
com.genesyslab.platform.applicationblocks.com.queries   
 

Uses of CfgScript in com.genesyslab.platform.applicationblocks.com.capacityrules
 

Methods in com.genesyslab.platform.applicationblocks.com.capacityrules that return CfgScript
 CfgScript CapacityRuleHelper.getCfgScript()
          Gets COM AB CfgScript object instance.
 

Methods in com.genesyslab.platform.applicationblocks.com.capacityrules with parameters of type CfgScript
static CapacityRuleHelper CapacityRuleHelper.create(CfgScript script)
          Creates instance of CapacityRuleHelper class.
 

Uses of CfgScript in com.genesyslab.platform.applicationblocks.com.objects
 

Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgScript
 CfgScript CfgDeltaAlarmCondition.getAlarmDetectScript()
          A unique identifier of a script which describes the logic to be applied to detect an alarm based on this alarm condition.
 CfgScript CfgAlarmCondition.getAlarmDetectScript()
          A unique identifier of a script which describes the logic to be applied to detect an alarm based on this alarm condition.
 CfgScript CfgPlace.getCapacityRule()
          A unique identifier of the capacity rule ( CfgScript ) associated with this place.
 CfgScript CfgGroup.getCapacityRule()
          A unique identifier of the capacity rule ( Script ) associated with this group.
 CfgScript CfgDeltaPlace.getCapacityRule()
          A unique identifier of the capacity rule ( CfgScript ) associated with this place.
 CfgScript CfgDeltaGroup.getCapacityRule()
          A unique identifier of the capacity rule ( Script ) associated with this group.
 CfgScript CfgAgentInfo.getCapacityRule()
          A unique identifier of the capacity rule ( CfgScript ) associated with this agent.
 CfgScript CfgTenant.getDefaultCapacityRule()
          

A unique identifier of the capacity rule ( CfgScript ) associated with this tenant.

 CfgScript CfgDeltaTenant.getDefaultCapacityRule()
          

A unique identifier of the capacity rule ( CfgScript ) associated with this tenant.

 CfgScript CfgDeltaCampaignGroup.getInteractionQueue()
          A unique identifier of the Script of type CFGInteractionQueue for this campaign group.
 CfgScript CfgCampaignGroup.getInteractionQueue()
          A unique identifier of the Script of type CFGInteractionQueue for this campaign group.
 CfgScript CfgVoicePrompt.getScript()
          A unique identifier of the CfgScript for this voice prompt.
 CfgScript CfgDeltaVoicePrompt.getScript()
          A unique identifier of the CfgScript for this voice prompt.
 CfgScript CfgDeltaCampaignGroup.getScript()
          A unique identifier of the Script for group/campaign.
 CfgScript CfgDeltaCampaign.getScript()
          A unique identifier of the campaign CfgScript .
 CfgScript CfgDeltaCallingList.getScript()
          A unique identifier of the CfgScript for this calling list.
 CfgScript CfgCampaignGroupInfo.getScript()
           
 CfgScript CfgCampaignGroup.getScript()
          A unique identifier of the Script for group/campaign.
 CfgScript CfgCampaign.getScript()
          A unique identifier of the campaign CfgScript .
 CfgScript CfgCallingList.getScript()
          A unique identifier of the CfgScript for this calling list.
 CfgScript CfgDeltaScript.retrieveCfgScript()
          Read base CfgScript configuration object caused this event.
 

Methods in com.genesyslab.platform.applicationblocks.com.objects that return types with arguments of type CfgScript
 java.util.Collection<CfgScript> CfgDeltaAlarmCondition.getAddedClearanceScripts()
          A pointer to a list of identifiers of the CfgScript that describe clearance to an alarm based on this alarm condition.
 java.util.Collection<CfgScript> CfgDeltaAlarmCondition.getAddedReactionScripts()
          A pointer to a list of identifiers of the CfgScript that describe reactions to an alarm based on this alarm condition.
 java.util.Collection<CfgScript> CfgAlarmCondition.getClearanceScripts()
          A pointer to a list of identifiers of the CfgScript that describe clearance to an alarm based on this alarm condition.
 java.util.Collection<CfgScript> CfgDeltaAlarmCondition.getDeletedClearanceScripts()
          A pointer to a list of identifiers of the scripts excluded from clearance to the alarm based on this alarm condition.
 java.util.Collection<CfgScript> CfgDeltaAlarmCondition.getDeletedReactionScripts()
          A pointer to a list of identifiers of the scripts excluded from reactions to the alarm based on this alarm condition.
 java.util.Collection<CfgScript> CfgAlarmCondition.getReactionScripts()
          A pointer to a list of identifiers of the CfgScript that describe reactions to an alarm based on this alarm condition.
 

Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgScript
 void CfgAlarmCondition.setAlarmDetectScript(CfgScript value)
          A unique identifier of a script which describes the logic to be applied to detect an alarm based on this alarm condition.
 void CfgPlace.setCapacityRule(CfgScript value)
          A unique identifier of the capacity rule ( CfgScript ) associated with this place.
 void CfgGroup.setCapacityRule(CfgScript value)
          A unique identifier of the capacity rule ( Script ) associated with this group.
 void CfgAgentInfo.setCapacityRule(CfgScript value)
          A unique identifier of the capacity rule ( CfgScript ) associated with this agent.
 void CfgTenant.setDefaultCapacityRule(CfgScript value)
          

A unique identifier of the capacity rule ( CfgScript ) associated with this tenant.

 void CfgCampaignGroup.setInteractionQueue(CfgScript value)
          A unique identifier of the Script of type CFGInteractionQueue for this campaign group.
 void CfgVoicePrompt.setScript(CfgScript value)
          A unique identifier of the CfgScript for this voice prompt.
 void CfgCampaignGroupInfo.setScript(CfgScript value)
           
 void CfgCampaignGroup.setScript(CfgScript value)
          A unique identifier of the Script for group/campaign.
 void CfgCampaign.setScript(CfgScript value)
          A unique identifier of the campaign CfgScript .
 void CfgCallingList.setScript(CfgScript value)
          A unique identifier of the CfgScript for this calling list.
 

Method parameters in com.genesyslab.platform.applicationblocks.com.objects with type arguments of type CfgScript
 void CfgAlarmCondition.setClearanceScripts(java.util.Collection<CfgScript> value)
          A pointer to a list of identifiers of the CfgScript that describe clearance to an alarm based on this alarm condition.
 void CfgAlarmCondition.setReactionScripts(java.util.Collection<CfgScript> value)
          A pointer to a list of identifiers of the CfgScript that describe reactions to an alarm based on this alarm condition.
 

Uses of CfgScript in com.genesyslab.platform.applicationblocks.com.queries
 

Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgScript
 CfgScript CfgScriptQuery.executeSingleResult()
          Executes a query the result of which is a single object.
 

Methods in com.genesyslab.platform.applicationblocks.com.queries that return types with arguments of type CfgScript
 AsyncRequestResult<CfgScript> CfgScriptQuery.beginExecute(Action<AsyncRequestResult<CfgScript>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 java.util.Collection<CfgScript> CfgScriptQuery.execute()
          Executes the query and returns a list of CfgScript objects.
 

Method parameters in com.genesyslab.platform.applicationblocks.com.queries with type arguments of type CfgScript
 AsyncRequestResult<CfgScript> CfgScriptQuery.beginExecute(Action<AsyncRequestResult<CfgScript>> callback, java.lang.Object state)
          Begins the asynchronous execution of the current query.
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.