Platform SDK Java 8.5 API Reference

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

Packages that use CfgTransactionType
com.genesyslab.platform.applicationblocks.com.objects   
com.genesyslab.platform.applicationblocks.com.queries   
com.genesyslab.platform.configuration.protocol.types This package contains classes based on the Genesys GEnum class. 
 

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

Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgTransactionType
 CfgTransactionType CfgTransaction.getType()
          Type of the transaction.
 CfgTransactionType CfgDeltaTransaction.getType()
          Type of the transaction.
 

Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgTransactionType
 void CfgTransaction.setType(CfgTransactionType value)
          Type of the transaction.
 

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

Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgTransactionType
 CfgTransactionType CfgTransactionQuery.getObjectType()
          Type of the object (see CfgTransactionType ).
 

Methods in com.genesyslab.platform.applicationblocks.com.queries with parameters of type CfgTransactionType
 void CfgTransactionQuery.setObjectType(CfgTransactionType value)
          Type of the object (see CfgTransactionType ).
 

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

Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgTransactionType
static CfgTransactionType CfgTransactionType.CFGTRTBusinessAction
          A business Action
static CfgTransactionType CfgTransactionType.CFGTRTBusinessAttribute
          A business attribute
static CfgTransactionType CfgTransactionType.CFGTRTBusinessRule
          A business rule
static CfgTransactionType CfgTransactionType.CFGTRTBusinessSituation
          A business situation
static CfgTransactionType CfgTransactionType.CFGTRTCallData
          A call data
static CfgTransactionType CfgTransactionType.CFGTRTList
          A list type
static CfgTransactionType CfgTransactionType.CFGTRTMacro
          A macro type
static CfgTransactionType CfgTransactionType.CFGTRTMaxTransactionType
          A maximum value of this enumeration.
static CfgTransactionType CfgTransactionType.CFGTRTNoTransactionType
          The value of corresponding parameter has not changed
static CfgTransactionType CfgTransactionType.CFGTRTStatFilter
          A statistic filter
static CfgTransactionType CfgTransactionType.CFGTRTStatMetric
          A set of statistics used by Interaction Router
static CfgTransactionType CfgTransactionType.CFGTRTStatTimeProfile
          A statistic time profile
static CfgTransactionType CfgTransactionType.CFGTRTStatTimeRange
          A statistic time range
static CfgTransactionType CfgTransactionType.CFGTRTStatType
          A statistic type
 

Methods in com.genesyslab.platform.configuration.protocol.types that return CfgTransactionType
static CfgTransactionType CfgTransactionType.valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static CfgTransactionType CfgTransactionType.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 CfgTransactionType
static java.util.Collection<CfgTransactionType> CfgTransactionType.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.