|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |