Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.configuration.protocol.types.CfgAppType

Packages that use CfgAppType
com.genesyslab.platform.applicationblocks.com.objects   
com.genesyslab.platform.applicationblocks.com.queries   
com.genesyslab.platform.applicationblocks.commons.protocols   
com.genesyslab.platform.apptemplate.application This package provides helper components for connectivity with Genesys Configuration Framework. 
com.genesyslab.platform.apptemplate.configuration Provides helper classes that read application options and other data from Configuration Server, converts it to corresponding Platform SDK objects and makes it easier to set up connections to backend servers and other applications. 
com.genesyslab.platform.configuration.protocol.types This package contains classes based on the Genesys GEnum class. 
 

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

Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgAppType
 CfgAppType CfgDetectEvent.getAppType()
           
 CfgAppType CfgAppRank.getAppType()
          Type of the application this rank relates to.
 CfgAppType CfgSolutionComponentDefinition.getType()
          

Type of the application that is used as solution component.

 CfgAppType CfgDeltaApplication.getType()
          Type of the application.
 CfgAppType CfgDeltaAppPrototype.getType()
          Type of the application.
 CfgAppType CfgApplication.getType()
          Type of the application.
 CfgAppType CfgAppPrototype.getType()
          Type of the application.
 

Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgAppType
 void CfgDetectEvent.setAppType(CfgAppType value)
           
 void CfgAppRank.setAppType(CfgAppType value)
          Type of the application this rank relates to.
 void CfgSolutionComponentDefinition.setType(CfgAppType value)
          

Type of the application that is used as solution component.

 void CfgApplication.setType(CfgAppType value)
          Type of the application.
 void CfgAppPrototype.setType(CfgAppType value)
          Type of the application.
 

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

Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgAppType
 CfgAppType CfgServiceQuery.getAppType()
          

Type of the application (see CfgAppType ).

 CfgAppType CfgApplicationQuery.getAppType()
          Type of the application (see CfgAppType ).
 CfgAppType CfgAppPrototypeQuery.getAppType()
          Type of the application (see type CfgAppType ).
 

Methods in com.genesyslab.platform.applicationblocks.com.queries with parameters of type CfgAppType
 void CfgServiceQuery.setAppType(CfgAppType value)
          

Type of the application (see CfgAppType ).

 void CfgApplicationQuery.setAppType(CfgAppType value)
          Type of the application (see CfgAppType ).
 void CfgAppPrototypeQuery.setAppType(CfgAppType value)
          Type of the application (see type CfgAppType ).
 

Uses of CfgAppType in com.genesyslab.platform.applicationblocks.commons.protocols
 

Methods in com.genesyslab.platform.applicationblocks.commons.protocols that return CfgAppType
 CfgAppType ConfServerConfiguration.getClientApplicationType()
          Deprecated. Get value of the application type of the configuration server client.
 

Methods in com.genesyslab.platform.applicationblocks.commons.protocols with parameters of type CfgAppType
 void ConfServerConfiguration.setClientApplicationType(CfgAppType value)
          Deprecated. Set value of the application type of the configuration server client.
 

Uses of CfgAppType in com.genesyslab.platform.apptemplate.application
 

Fields in com.genesyslab.platform.apptemplate.application declared as CfgAppType
protected  CfgAppType AbstractManagerBuilder.clientType
           
 

Methods in com.genesyslab.platform.apptemplate.application with parameters of type CfgAppType
 B AbstractManagerBuilder.withClientId(CfgAppType clientType, java.lang.String clientName)
           
 

Uses of CfgAppType in com.genesyslab.platform.apptemplate.configuration
 

Methods in com.genesyslab.platform.apptemplate.configuration that return CfgAppType
 CfgAppType IGApplicationConfiguration.getApplicationType()
          Returns type of the application in terms of Genesys Configuration framework.
 CfgAppType GApplicationConfiguration.getApplicationType()
          Returns type of the application in terms of Genesys Configuration framework.
 

Methods in com.genesyslab.platform.apptemplate.configuration with parameters of type CfgAppType
static java.util.List<WSConfig> ClusterClientConfigurationHelper.createClusterProtocolEndpoints(IGApplicationConfiguration clientApp, CfgAppType serverType)
          Creates the list of WSConfig for ClusterProtocol instance.
 IGApplicationConfiguration.IGAppConnConfiguration GApplicationConfiguration.getAppServer(CfgAppType type)
          Overloaded method to select single connected application with specific application type.
It searches for value in GApplicationConfiguration.getAppServers().
 java.util.List<IGApplicationConfiguration.IGAppConnConfiguration> GApplicationConfiguration.getAppServers(CfgAppType type)
          Overloaded method to select subset of connected applications with specific application type.
It searches for values in GApplicationConfiguration.getAppServers().
static java.util.List<IGApplicationConfiguration.IGAppConnConfiguration> GApplicationConfiguration.getAppServers(java.util.List<IGApplicationConfiguration.IGAppConnConfiguration> allConnections, CfgAppType type)
          Utility method to select subset of connected applications with specific application type.
 void GApplicationConfiguration.setApplicationType(CfgAppType appType)
          Sets type of the application in terms of Genesys Configuration framework.
 

Uses of CfgAppType in com.genesyslab.platform.configuration.protocol.types
 

Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgAppType
static CfgAppType CfgAppType.CFGAdvisors
          Advisors
static CfgAppType CfgAppType.CFGAgentDesktop
          Agent Desktop Integrated Package
static CfgAppType CfgAppType.CFGAgentDesktopDeliveryServer
          Genesys Contact Navigator Delivery Server
static CfgAppType CfgAppType.CFGAgentView
          Agent View
static CfgAppType CfgAppType.CFGApplicationCluster
          Application cluster
static CfgAppType CfgAppType.CFGAutomatedWorkflowEngine
          Automated Workflow Engine
static CfgAppType CfgAppType.CFGBackUpControlClient
          Back UP Control Client
static CfgAppType CfgAppType.CFGBillingClient
          Billing System Client
static CfgAppType CfgAppType.CFGBillingServer
          Billing System Server
static CfgAppType CfgAppType.CFGBusinessRulesApplicationServer
          Business Rules Application Server
static CfgAppType CfgAppType.CFGBusinessRulesExecutionServer
          Business Rules Execution Server
static CfgAppType CfgAppType.CFGCallbackServer
          Callback Server
static CfgAppType CfgAppType.CFGCallConcentrator
          Call Concentrator
static CfgAppType CfgAppType.CFGCallDirector
          Call Director
static CfgAppType CfgAppType.CFGCapturePoint
          Capture Point
static CfgAppType CfgAppType.CFGCCACCAdviser
          Advisors-Contact Center Advisor
static CfgAppType CfgAppType.CFGCCACiscoAdapter
          Advisors-Advisors Cisco Adapter
static CfgAppType CfgAppType.CFGCCAFAAdviser
          Advisors-Frontline Advisor
static CfgAppType CfgAppType.CFGCCAGenesysAdapter
          Advisors-Advisors Genesys Adapter
static CfgAppType CfgAppType.CFGCCAnalyzerDataMart
          Contact Center Analyzer Data Mart
static CfgAppType CfgAppType.CFGCCAPlatform
          Advisors-Advisors Platform
static CfgAppType CfgAppType.CFGCCView
          Call Center Pulse (also known as Call Center View)
static CfgAppType CfgAppType.CFGChatServer
          Chat Server
static CfgAppType CfgAppType.CFGClassificationServer
          Classification Server
static CfgAppType CfgAppType.CFGCMClient
          Campaign Manager GUI Client Application
static CfgAppType CfgAppType.CFGCMServer
          Campaign Manager Server
static CfgAppType CfgAppType.CFGCoBrowsingServer
          Co-Browsing Server
static CfgAppType CfgAppType.CFGConfigServer
          Configuration Server
static CfgAppType CfgAppType.CFGContactServer
          Contact Server
static CfgAppType CfgAppType.CFGContactServerManager
          Contact Server Manager
static CfgAppType CfgAppType.CFGContentAnalyzer
          Content Analyzer
static CfgAppType CfgAppType.CFGCPDServerProxy
          CPD Server Proxy
static CfgAppType CfgAppType.CFGCSTAConnector
          CSTA Connector
static CfgAppType CfgAppType.CFGCustomerView
          Customer View
static CfgAppType CfgAppType.CFGCustomServer
          Custom Server
static CfgAppType CfgAppType.CFGDARTClient
          DART GUI Client Application
static CfgAppType CfgAppType.CFGDARTServer
          DART Server
static CfgAppType CfgAppType.CFGDatabase
          A logical database
static CfgAppType CfgAppType.CFGDBServer
          DB access point()
static CfgAppType CfgAppType.CFGDesktopNETServer
          Desktop .NET Server
static CfgAppType CfgAppType.CFGDetailBiller
          Detailed-Billing System
static CfgAppType CfgAppType.CFGEAClient
           
static CfgAppType CfgAppType.CFGEAServer
          Electronic Audio/Voice Treatment Server (also known as IVR Server)
static CfgAppType CfgAppType.CFGEmailServer
          E-mail Server
static CfgAppType CfgAppType.CFGESSExtensibleServices
          ESS Extensible Services
static CfgAppType CfgAppType.CFGETLProxy
          Extract Transform Load Proxy
static CfgAppType CfgAppType.CFGExternalRouter
          External Router
static CfgAppType CfgAppType.CFGFederationServer
          Federation Server
static CfgAppType CfgAppType.CFGFederationStatProvider
          Federation Stat Provider
static CfgAppType CfgAppType.CFGGCNClient
          Genesys Contact Navigator Client
static CfgAppType CfgAppType.CFGGCNThinServer
          GCN Thin server
static CfgAppType CfgAppType.CFGGDMETL
          Genesys Infomart ETL
static CfgAppType CfgAppType.CFGGenericClient
          Genesys Generic Client
static CfgAppType CfgAppType.CFGGenericServer
          Genesys Generic Server
static CfgAppType CfgAppType.CFGGenesysAdministrator
          Genesys Administrator
static CfgAppType CfgAppType.CFGGenesysAdministratorServer
          Genesys Administrator Server
static CfgAppType CfgAppType.CFGGIS
          Genesys Interface Server
static CfgAppType CfgAppType.CFGGProxy
          G-Proxy
static CfgAppType CfgAppType.CFGGVPASG
          GVP ASG
static CfgAppType CfgAppType.CFGGVPASRLogManager
           
static CfgAppType CfgAppType.CFGGVPASRLogManagerAgent
           
static CfgAppType CfgAppType.CFGGVPASRLogServer
           
static CfgAppType CfgAppType.CFGGVPASRPackageLoader
           
static CfgAppType CfgAppType.CFGGVPBandwidthManager
           
static CfgAppType CfgAppType.CFGGVPCacheServer
           
static CfgAppType CfgAppType.CFGGVPCallStatusMonitor
           
static CfgAppType CfgAppType.CFGGVPCCP
          GVP Call Control Platform
static CfgAppType CfgAppType.CFGGVPCCSServer
           
static CfgAppType CfgAppType.CFGGVPCiscoQueueAdapter
           
static CfgAppType CfgAppType.CFGGVPClusterMgr
           
static CfgAppType CfgAppType.CFGGVPCoreService
           
static CfgAppType CfgAppType.CFGGVPCTIConnector
          GVP CTI Connector
static CfgAppType CfgAppType.CFGGVPEventsCollector
           
static CfgAppType CfgAppType.CFGGVPFetchingModule
          GVP Fetching Module
static CfgAppType CfgAppType.CFGGVPGenesysQueueAdapter
           
static CfgAppType CfgAppType.CFGGVPH323SessionManager
           
static CfgAppType CfgAppType.CFGGVPIPCommunicationServer
           
static CfgAppType CfgAppType.CFGGVPIServer
           
static CfgAppType CfgAppType.CFGGVPMCP
          GVP Media Control Platform
static CfgAppType CfgAppType.CFGGVPMCPLegacyInterpreter
          GVP Media Control Platform Legacy Interpreter
static CfgAppType CfgAppType.CFGGVPMediaGateway
           
static CfgAppType CfgAppType.CFGGVPMediaServer
          GVP Media Server
static CfgAppType CfgAppType.CFGGVPMRCPASRServer
           
static CfgAppType CfgAppType.CFGGVPMRCPTTSServer
           
static CfgAppType CfgAppType.CFGGVPNetworkMonitor
           
static CfgAppType CfgAppType.CFGGVPOBNManager
           
static CfgAppType CfgAppType.CFGGVPPolicyManager
           
static CfgAppType CfgAppType.CFGGVPPSTNConnector
          GVP PSTN Connector
static CfgAppType CfgAppType.CFGGVPReporter
           
static CfgAppType CfgAppType.CFGGVPReportingSever
          GVP Reporting Server
static CfgAppType CfgAppType.CFGGVPResourceManager
           
static CfgAppType CfgAppType.CFGGVPResourceMgr
          GVP Resource Manager
static CfgAppType CfgAppType.CFGGVPSCPGateway
           
static CfgAppType CfgAppType.CFGGVPSelfServiceProvisioningServer
           
static CfgAppType CfgAppType.CFGGVPSIPSessionManager
           
static CfgAppType CfgAppType.CFGGVPSoftSwitch
           
static CfgAppType CfgAppType.CFGGVPSRPServer
           
static CfgAppType CfgAppType.CFGGVPTextToSpeechServer
           
static CfgAppType CfgAppType.CFGGVPUnifiedLoginServer
           
static CfgAppType CfgAppType.CFGGVPVoiceCommunicationServer
           
static CfgAppType CfgAppType.CFGHAProxy
          Proxy for T-Server High Availability solution
static CfgAppType CfgAppType.CFGInfomartStatCollector
          Infomart Statistic Collector
static CfgAppType CfgAppType.CFGInfomartStatConfigurator
          Infomart Statistic Configurator
static CfgAppType CfgAppType.CFGIntegrationServer
           
static CfgAppType CfgAppType.CFGInteractionRoutingDesigner
          Interaction Routing Designer (Introduced in Genesys 6)
static CfgAppType CfgAppType.CFGInteractionServer
          Interaction Server
static CfgAppType CfgAppType.CFGInteractionWorkspace
          Interaction Workspace
static CfgAppType CfgAppType.CFGIServer
          I-Server
static CfgAppType CfgAppType.CFGITCUtility
          Install-Time Configuration Utility
static CfgAppType CfgAppType.CFGIVRDriver
          IVR Driver
static CfgAppType CfgAppType.CFGIVRDT
          Genesys IVR DirectTalk server
static CfgAppType CfgAppType.CFGIVRInterfaceServer
          IVR Server
static CfgAppType CfgAppType.CFGIVRLibrary
          IVR Library
static CfgAppType CfgAppType.CFGiWDManager
          iWD Manager
static CfgAppType CfgAppType.CFGiWDRuntimeNode
          iWD Runtime Node
static CfgAppType CfgAppType.CFGKnowledgeCenter
           
static CfgAppType CfgAppType.CFGKnowledgeCenterCMS
           
static CfgAppType CfgAppType.CFGKnowledgeManager
          Knowledge Manager
static CfgAppType CfgAppType.CFGKWorkerPortal
          Knowledge Worker Portal
static CfgAppType CfgAppType.CFGLCSAdapter
          LCS Adapter
static CfgAppType CfgAppType.CFGListManager
          List Manager
static CfgAppType CfgAppType.CFGLME
          Campaign Configuration Environment (also known as List Management Environment)
static CfgAppType CfgAppType.CFGLoadBalancer
          Load Balancer
static CfgAppType CfgAppType.CFGLoadDistributionServer
          Load Distribution Server
static CfgAppType CfgAppType.CFGLRMServer
           
static CfgAppType CfgAppType.CFGMaxAppType
          A maximum value of this enumeration type.
static CfgAppType CfgAppType.CFGMediaLink
          Media link
static CfgAppType CfgAppType.CFGMessageServer
          Message Server
static CfgAppType CfgAppType.CFGNACD
          Network ACD
static CfgAppType CfgAppType.CFGNetVector
          NetVector
static CfgAppType CfgAppType.CFGNoApplication
          The value of the corresponding parameter has not changed.
static CfgAppType CfgAppType.CFGOrchestrationServer
          Orchestration Server
static CfgAppType CfgAppType.CFGOTICSOMPInfra
          OT ICS OMPInfra
static CfgAppType CfgAppType.CFGOTICSServer
          OT ICS Server
static CfgAppType CfgAppType.CFGRealDBServer
          DB Server
static CfgAppType CfgAppType.CFGRecordingCryptoServer
           
static CfgAppType CfgAppType.CFGReserved
          Reserved
static CfgAppType CfgAppType.CFGReservedApplication10
          Reserved Application 10
static CfgAppType CfgAppType.CFGReservedApplication8
          Reserved Application 8
static CfgAppType CfgAppType.CFGReservedApplication9
          Reserved Application 9
static CfgAppType CfgAppType.CFGReservedGUIApplication1
           
static CfgAppType CfgAppType.CFGReservedGUIApplication2
           
static CfgAppType CfgAppType.CFGResourceAccessPoint
           
static CfgAppType CfgAppType.CFGResponseManager
          Response Manager
static CfgAppType CfgAppType.CFGRouterServer
          ICD Server (also known as Call Router)
static CfgAppType CfgAppType.CFGRulesESPServer
          Rules ESP Server
static CfgAppType CfgAppType.CFGSCE
          Configuration Manager (formerly known as Service Creator)
static CfgAppType CfgAppType.CFGSCI
          Solution Control Interface
static CfgAppType CfgAppType.CFGSCS
          Solution Control Server
static CfgAppType CfgAppType.CFGSDialer
          S-Dialer
static CfgAppType CfgAppType.CFGSiebel7CampSynchComponent
          Gplus Adapter for Siebel 7 Campaign Synchronization Component
static CfgAppType CfgAppType.CFGSiebel7ConfSynchComponent
          Gplus Adapter for Siebel 7 Configuration Synchronization Component
static CfgAppType CfgAppType.CFGSIPCommunicationServer
          SIP Communication Server
static CfgAppType CfgAppType.CFGSMSServer
           
static CfgAppType CfgAppType.CFGSNMPAgent
          SNMP Agent
static CfgAppType CfgAppType.CFGSocialMS
          Social Messaging Server
static CfgAppType CfgAppType.CFGStatServer
          Stat Server
static CfgAppType CfgAppType.CFGStrategyBuilder
          ICD Strategy Builder
static CfgAppType CfgAppType.CFGStrategyLoader
          ICD Client (also known as Strategy Loader)
static CfgAppType CfgAppType.CFGStrategyScheduler
          ICD Strategy Scheduler
static CfgAppType CfgAppType.CFGStrategySimulator
          ICD Strategy Simulator
static CfgAppType CfgAppType.CFGSummaryBiller
          Summary-Billing System
static CfgAppType CfgAppType.CFGThirdPartyApp
          A third-party application
static CfgAppType CfgAppType.CFGThirdPartyServer
          A third-party server
static CfgAppType CfgAppType.CFGTrainingServer
          Training Server
static CfgAppType CfgAppType.CFGTServer
          T-Server
static CfgAppType CfgAppType.CFGUCMConnector
          UCM Connector
static CfgAppType CfgAppType.CFGUniversalCallbackServer
          Universal Callback Server
static CfgAppType CfgAppType.CFGVCServer
          GVP-Voice Communication Server
static CfgAppType CfgAppType.CFGVirtualInteractiveT
          Virtual Interactive T
static CfgAppType CfgAppType.CFGVirtualRP
          Virtual Routing Point
static CfgAppType CfgAppType.CFGVoIPController
          Voice over IP Controller
static CfgAppType CfgAppType.CFGVoIPDevice
          Voice over IP Device
static CfgAppType CfgAppType.CFGVoIPDMXServer
          Voice over IP DMX Server
static CfgAppType CfgAppType.CFGVoIPStreamManager
          Voice over IP Stream Manager
static CfgAppType CfgAppType.CFGVPMRCPProxy
          VP MRCP Proxy
static CfgAppType CfgAppType.CFGVPPolicyServer
          VP Policy Server
static CfgAppType CfgAppType.CFGVSSConsole
          Voice Self-Service Console Application
static CfgAppType CfgAppType.CFGVSSShared
          Voice Self-Service Shared Application
static CfgAppType CfgAppType.CFGWebAPIServer
          Web API Server
static CfgAppType CfgAppType.CFGWebClient
          Web Client
static CfgAppType CfgAppType.CFGWebEngagementBackendServer
          Web Engagement Backend Server
static CfgAppType CfgAppType.CFGWebEngagementFrontEndServer
          Web Engagement Frontend Server
static CfgAppType CfgAppType.CFGWebInteractionRequestsServer
          Web Interaction Requests Server
static CfgAppType CfgAppType.CFGWebInteractionServer
          Web Interaction Server
static CfgAppType CfgAppType.CFGWebOptionRoutePoint
          Web Option Route Point
static CfgAppType CfgAppType.CFGWebRTCGateway
           
static CfgAppType CfgAppType.CFGWebStatServer
          Web Stat Server
static CfgAppType CfgAppType.CFGWFMBuilder
          WFM Builder
static CfgAppType CfgAppType.CFGWFMClient
          Work Force Management Client
static CfgAppType CfgAppType.CFGWFMDaemon
           
static CfgAppType CfgAppType.CFGWFMDataAggregator
          Work Force Management Aggregator
static CfgAppType CfgAppType.CFGWFMReports
          WFM Reports
static CfgAppType CfgAppType.CFGWFMScheduleServer
          Work Force Management Schedule Server
static CfgAppType CfgAppType.CFGWFMServer
          WFM Server
static CfgAppType CfgAppType.CFGWFMWeb
          WFM Web
static CfgAppType CfgAppType.CFGWFMWebServices
          Work Force Management Web Services
static CfgAppType CfgAppType.CFGXLinkController
          XLink Controller
 

Methods in com.genesyslab.platform.configuration.protocol.types that return CfgAppType
static CfgAppType CfgAppType.valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static CfgAppType CfgAppType.valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
 

Methods in com.genesyslab.platform.configuration.protocol.types that return types with arguments of type CfgAppType
static java.util.Collection<CfgAppType> CfgAppType.values()
          Returns all values of the enumeration.
 


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.