Platform SDK Java 8.5 API Reference

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

java.lang.Object
  extended by com.genesyslab.platform.commons.GEnum
      extended by com.genesyslab.platform.reporting.protocol.statserver.StatisticCategory

public class StatisticCategory
extends GEnum

A statistical category is a general definition, for example, "TotalNumberPerSecond" or "CurrentTargetState," that determines how to calculate a statistic on the basis of one or two lists of actions (masks) supplied as separate elements of a statistical type.


Field Summary
static StatisticCategory AverageCustomValue
           
static StatisticCategory AverageNumberPerRelativeHour
           
static StatisticCategory AverageOfCurrentNumber
           
static StatisticCategory AverageOfCurrentTime
           
static StatisticCategory AverageTime
           
static StatisticCategory CurrentAverageCustomValue
           
static StatisticCategory CurrentAverageTime
           
static StatisticCategory CurrentContinuousTime
           
static StatisticCategory CurrentCustomValue
           
static StatisticCategory CurrentDistinctNumber
           
static StatisticCategory CurrentMaxCustomValue
           
static StatisticCategory CurrentMaxTime
           
static StatisticCategory CurrentMinCustomValue
           
static StatisticCategory CurrentMinTime
           
static StatisticCategory CurrentNumber
           
static StatisticCategory CurrentNumberInTimeRange
           
static StatisticCategory CurrentNumberInTimeRangePercentage
           
static StatisticCategory CurrentRelativeNumberPercentage
           
static StatisticCategory CurrentRelativeTimePercentage
           
static StatisticCategory CurrentState
           
static StatisticCategory CurrentStateReasons
           
static StatisticCategory CurrentTargetState
          Should not be used with RequestGetStatistic, RequestPeekStatistic.
static StatisticCategory CurrentTime
           
static StatisticCategory ElapsedTimePercentage
           
static StatisticCategory EstimTimeToComplete
           
static StatisticCategory EstimTimeToEndCurrentNumber
           
static StatisticCategory EstimWaitingTime
           
static StatisticCategory ExpectedWaitTime2
           
static StatisticCategory Formula
           
static StatisticCategory JavaCategory
           
static StatisticCategory LoadBalance
           
static StatisticCategory LoadBalance1
           
static StatisticCategory MaxCustomValue
           
static StatisticCategory MaxNumber
           
static StatisticCategory MaxTime
           
static StatisticCategory MinCustomValue
           
static StatisticCategory MinNumber
           
static StatisticCategory MinTime
           
static StatisticCategory RelativeNumber
           
static StatisticCategory RelativeNumberPercentage
           
static StatisticCategory RelativeTimePercentage
           
static StatisticCategory ServiceFactor1
           
static StatisticCategory TotalAdjustedNumber
           
static StatisticCategory TotalAdjustedTime
           
static StatisticCategory TotalContinuousNumber
           
static StatisticCategory TotalCustomValue
           
static StatisticCategory TotalDistinctTime
           
static StatisticCategory TotalNumber
           
static StatisticCategory TotalNumberErrors
           
static StatisticCategory TotalNumberInTimeRange
           
static StatisticCategory TotalNumberInTimeRangePercentage
           
static StatisticCategory TotalNumberPerSecond
           
static StatisticCategory TotalTime
           
static StatisticCategory TotalTimeInTimeRange
           
 
Fields inherited from class com.genesyslab.platform.commons.GEnum
LOCALE_ENGLISH
 
Method Summary
static StatisticCategory valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static StatisticCategory valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
static java.util.Collection<StatisticCategory> values()
          Returns all values of the enumeration.
 
Methods inherited from class com.genesyslab.platform.commons.GEnum
asInteger, enumSize, equals, equals, getEnumMap, getEnumValues, getValue, getValue, getValue, hashCode, name, ordinal, toString, valueOf, valueOf, values, valuesBy
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TotalTime

public static final StatisticCategory TotalTime

TotalNumber

public static final StatisticCategory TotalNumber

AverageTime

public static final StatisticCategory AverageTime

MaxTime

public static final StatisticCategory MaxTime

MinTime

public static final StatisticCategory MinTime

ElapsedTimePercentage

public static final StatisticCategory ElapsedTimePercentage

RelativeTimePercentage

public static final StatisticCategory RelativeTimePercentage

RelativeNumberPercentage

public static final StatisticCategory RelativeNumberPercentage

TotalNumberInTimeRange

public static final StatisticCategory TotalNumberInTimeRange

TotalNumberInTimeRangePercentage

public static final StatisticCategory TotalNumberInTimeRangePercentage

CurrentState

public static final StatisticCategory CurrentState

CurrentTime

public static final StatisticCategory CurrentTime

CurrentNumber

public static final StatisticCategory CurrentNumber

CurrentMaxTime

public static final StatisticCategory CurrentMaxTime

CurrentMinTime

public static final StatisticCategory CurrentMinTime

CurrentAverageTime

public static final StatisticCategory CurrentAverageTime

CurrentRelativeTimePercentage

public static final StatisticCategory CurrentRelativeTimePercentage

CurrentRelativeNumberPercentage

public static final StatisticCategory CurrentRelativeNumberPercentage

CurrentNumberInTimeRange

public static final StatisticCategory CurrentNumberInTimeRange

CurrentNumberInTimeRangePercentage

public static final StatisticCategory CurrentNumberInTimeRangePercentage

TotalNumberPerSecond

public static final StatisticCategory TotalNumberPerSecond

EstimTimeToEndCurrentNumber

public static final StatisticCategory EstimTimeToEndCurrentNumber

ServiceFactor1

public static final StatisticCategory ServiceFactor1

LoadBalance1

public static final StatisticCategory LoadBalance1

TotalNumberErrors

public static final StatisticCategory TotalNumberErrors

TotalCustomValue

public static final StatisticCategory TotalCustomValue

AverageCustomValue

public static final StatisticCategory AverageCustomValue

MinCustomValue

public static final StatisticCategory MinCustomValue

MaxCustomValue

public static final StatisticCategory MaxCustomValue

CurrentCustomValue

public static final StatisticCategory CurrentCustomValue

CurrentAverageCustomValue

public static final StatisticCategory CurrentAverageCustomValue

CurrentMinCustomValue

public static final StatisticCategory CurrentMinCustomValue

CurrentMaxCustomValue

public static final StatisticCategory CurrentMaxCustomValue

EstimWaitingTime

public static final StatisticCategory EstimWaitingTime

LoadBalance

public static final StatisticCategory LoadBalance

RelativeNumber

public static final StatisticCategory RelativeNumber

EstimTimeToComplete

public static final StatisticCategory EstimTimeToComplete

AverageOfCurrentNumber

public static final StatisticCategory AverageOfCurrentNumber

AverageOfCurrentTime

public static final StatisticCategory AverageOfCurrentTime

TotalAdjustedTime

public static final StatisticCategory TotalAdjustedTime

TotalAdjustedNumber

public static final StatisticCategory TotalAdjustedNumber

CurrentStateReasons

public static final StatisticCategory CurrentStateReasons

JavaCategory

public static final StatisticCategory JavaCategory

AverageNumberPerRelativeHour

public static final StatisticCategory AverageNumberPerRelativeHour

CurrentTargetState

public static final StatisticCategory CurrentTargetState
Should not be used with RequestGetStatistic, RequestPeekStatistic.


TotalTimeInTimeRange

public static final StatisticCategory TotalTimeInTimeRange

MinNumber

public static final StatisticCategory MinNumber

MaxNumber

public static final StatisticCategory MaxNumber

CurrentDistinctNumber

public static final StatisticCategory CurrentDistinctNumber

CurrentContinuousTime

public static final StatisticCategory CurrentContinuousTime

Formula

public static final StatisticCategory Formula

TotalDistinctTime

public static final StatisticCategory TotalDistinctTime

ExpectedWaitTime2

public static final StatisticCategory ExpectedWaitTime2

TotalContinuousNumber

public static final StatisticCategory TotalContinuousNumber
Method Detail

values

public static java.util.Collection<StatisticCategory> values()
Returns all values of the enumeration.

Returns:
all enumeration values

valueOf

public static StatisticCategory valueOf(int ordinal)
Returns enumeration value by given ordinal number.

Parameters:
ordinal - ordinal number of the enumeration value
Returns:
the enumeration value with given ordinal number or null

valueOf

public static StatisticCategory valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists.

Parameters:
name - name of value in the enumeration
Returns:
enumeration value with specified name or null

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.