Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.reporting.protocol.statserver.StatisticProfile

Packages that use StatisticProfile
com.genesyslab.platform.reporting.protocol.statserver This package contains objects that correspond to objects in the Genesys Configuration Layer, such as AgentStatus and PlaceGroup
com.genesyslab.platform.reporting.protocol.statserver.requests This package contains the Request objects that your applications can use to open, look at, and close statistics. 
 

Uses of StatisticProfile in com.genesyslab.platform.reporting.protocol.statserver
 

Fields in com.genesyslab.platform.reporting.protocol.statserver declared as StatisticProfile
static StatisticProfile StatisticProfile.Filters
           
static StatisticProfile StatisticProfile.StatTypes
           
static StatisticProfile StatisticProfile.TimeProfiles
           
static StatisticProfile StatisticProfile.TimeRanges
           
 

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

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

Uses of StatisticProfile in com.genesyslab.platform.reporting.protocol.statserver.requests
 

Methods in com.genesyslab.platform.reporting.protocol.statserver.requests that return StatisticProfile
abstract  StatisticProfile RequestGetStatisticProfile.getStatisticProfile()
          Specifies which type of profile information (statistical types, time profiles, time ranges, or filters) will be returned from a RequestGetStatisticProfile.
 

Methods in com.genesyslab.platform.reporting.protocol.statserver.requests with parameters of type StatisticProfile
static RequestGetStatisticProfile RequestGetStatisticProfile.create(StatisticProfile statisticProfile)
          Creates instance of RequestGetStatisticProfile with required parameters set.
static RequestGetStatisticProfile RequestGetStatisticProfile.create(StatisticProfile statisticProfile, java.lang.Integer tag)
          Creates instance of RequestGetStatisticProfile with all parameters set.
abstract  void RequestGetStatisticProfile.setStatisticProfile(StatisticProfile statisticProfile)
          Specifies which type of profile information (statistical types, time profiles, time ranges, or filters) will be returned from a RequestGetStatisticProfile.
 


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.