Platform SDK Java 8.5 API Reference

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

Packages that use StatisticCategory
com.genesyslab.platform.reporting.protocol.statserver This package contains objects that correspond to objects in the Genesys Configuration Layer, such as AgentStatus and PlaceGroup
 

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

Fields in com.genesyslab.platform.reporting.protocol.statserver declared as StatisticCategory
static StatisticCategory StatisticCategory.AverageCustomValue
           
static StatisticCategory StatisticCategory.AverageNumberPerRelativeHour
           
static StatisticCategory StatisticCategory.AverageOfCurrentNumber
           
static StatisticCategory StatisticCategory.AverageOfCurrentTime
           
static StatisticCategory StatisticCategory.AverageTime
           
static StatisticCategory StatisticCategory.CurrentAverageCustomValue
           
static StatisticCategory StatisticCategory.CurrentAverageTime
           
static StatisticCategory StatisticCategory.CurrentContinuousTime
           
static StatisticCategory StatisticCategory.CurrentCustomValue
           
static StatisticCategory StatisticCategory.CurrentDistinctNumber
           
static StatisticCategory StatisticCategory.CurrentMaxCustomValue
           
static StatisticCategory StatisticCategory.CurrentMaxTime
           
static StatisticCategory StatisticCategory.CurrentMinCustomValue
           
static StatisticCategory StatisticCategory.CurrentMinTime
           
static StatisticCategory StatisticCategory.CurrentNumber
           
static StatisticCategory StatisticCategory.CurrentNumberInTimeRange
           
static StatisticCategory StatisticCategory.CurrentNumberInTimeRangePercentage
           
static StatisticCategory StatisticCategory.CurrentRelativeNumberPercentage
           
static StatisticCategory StatisticCategory.CurrentRelativeTimePercentage
           
static StatisticCategory StatisticCategory.CurrentState
           
static StatisticCategory StatisticCategory.CurrentStateReasons
           
static StatisticCategory StatisticCategory.CurrentTargetState
          Should not be used with RequestGetStatistic, RequestPeekStatistic.
static StatisticCategory StatisticCategory.CurrentTime
           
static StatisticCategory StatisticCategory.ElapsedTimePercentage
           
static StatisticCategory StatisticCategory.EstimTimeToComplete
           
static StatisticCategory StatisticCategory.EstimTimeToEndCurrentNumber
           
static StatisticCategory StatisticCategory.EstimWaitingTime
           
static StatisticCategory StatisticCategory.ExpectedWaitTime2
           
static StatisticCategory StatisticCategory.Formula
           
static StatisticCategory StatisticCategory.JavaCategory
           
static StatisticCategory StatisticCategory.LoadBalance
           
static StatisticCategory StatisticCategory.LoadBalance1
           
static StatisticCategory StatisticCategory.MaxCustomValue
           
static StatisticCategory StatisticCategory.MaxNumber
           
static StatisticCategory StatisticCategory.MaxTime
           
static StatisticCategory StatisticCategory.MinCustomValue
           
static StatisticCategory StatisticCategory.MinNumber
           
static StatisticCategory StatisticCategory.MinTime
           
static StatisticCategory StatisticCategory.RelativeNumber
           
static StatisticCategory StatisticCategory.RelativeNumberPercentage
           
static StatisticCategory StatisticCategory.RelativeTimePercentage
           
static StatisticCategory StatisticCategory.ServiceFactor1
           
static StatisticCategory StatisticCategory.TotalAdjustedNumber
           
static StatisticCategory StatisticCategory.TotalAdjustedTime
           
static StatisticCategory StatisticCategory.TotalContinuousNumber
           
static StatisticCategory StatisticCategory.TotalCustomValue
           
static StatisticCategory StatisticCategory.TotalDistinctTime
           
static StatisticCategory StatisticCategory.TotalNumber
           
static StatisticCategory StatisticCategory.TotalNumberErrors
           
static StatisticCategory StatisticCategory.TotalNumberInTimeRange
           
static StatisticCategory StatisticCategory.TotalNumberInTimeRangePercentage
           
static StatisticCategory StatisticCategory.TotalNumberPerSecond
           
static StatisticCategory StatisticCategory.TotalTime
           
static StatisticCategory StatisticCategory.TotalTimeInTimeRange
           
 

Methods in com.genesyslab.platform.reporting.protocol.statserver that return StatisticCategory
abstract  StatisticCategory StatisticMetricEx.getCategory()
          Specifies the algorithm used to calculate a particular statistic.
static StatisticCategory StatisticCategory.valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static StatisticCategory StatisticCategory.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 StatisticCategory
static java.util.Collection<StatisticCategory> StatisticCategory.values()
          Returns all values of the enumeration.
 

Methods in com.genesyslab.platform.reporting.protocol.statserver with parameters of type StatisticCategory
static StatisticMetricEx StatisticMetricEx.create(StatisticCategory category, ActionsMask mainMask, ActionsMask relativeMask, StatisticSubject subject)
          Creates instance of StatisticMetricEx.
static StatisticMetricEx StatisticMetricEx.create(StatisticCategory category, ActionsMask mainMask, ActionsMask relativeMask, StatisticSubject subject, StatisticInterval intervalType, java.lang.Integer intervalLength, java.lang.String dynamicTimeProfile, java.lang.String dynamicFilter, java.lang.Integer timeRangeLeft, java.lang.Integer timeRangeRight, java.lang.Integer timeRangeLeft2, java.lang.Integer timeRangeRight2, java.lang.String dynamicUserDataFormula, java.lang.Boolean distinguishByConnId)
          Creates instance of StatisticMetricEx.
static StatisticMetricEx StatisticMetricEx.create(StatisticCategory category, ActionsMask mainMask, ActionsMask relativeMask, StatisticSubject subject, java.lang.String timeProfile, java.lang.String filter)
          Creates instance of StatisticMetricEx.
static StatisticMetricEx StatisticMetricEx.create(StatisticCategory category, ActionsMask mainMask, ActionsMask relativeMask, StatisticSubject subject, java.lang.String timeProfile, java.lang.String filter, java.lang.Integer timeRangeLeft, java.lang.Integer timeRangeRight, java.lang.Integer timeRangeLeft2, java.lang.Integer timeRangeRight2, java.lang.String dynamicUserDataFormula, java.lang.Boolean distinguishByConnId)
          Creates instance of StatisticMetricEx.
abstract  void StatisticMetricEx.setCategory(StatisticCategory category)
          Specifies the algorithm used to calculate a particular statistic.
 


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.