Package | Description |
---|---|
com.genesyslab.platform.reporting.protocol.runtime |
This package is used internally by the protocol.
|
com.genesyslab.platform.reporting.protocol.statserver |
This package contains objects that correspond to objects in the
Genesys Configuration Layer, such as
AgentStatus and
PlaceGroup . |
Modifier and Type | Method | Description |
---|---|---|
static ActionsMask |
ActionsMaskCodec.create(java.lang.String type) |
Creates actions mask instance by type name.
|
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
ActionsMaskCodec.getType(java.lang.Class<? extends ActionsMask> typeClass) |
Gets type name for a specified actions mask class.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CampaignActionsMask |
Possible type for "MainMask" and "RelativeMask" attributes.
|
class |
DnActionMask |
Deprecated.
Please use DnActionsMask class instead
|
class |
DnActionsMask |
Possible type for "MainMask" and "RelativeMask" attributes.
|
class |
IxnQActionsMask |
Possible type for "MainMask" and "RelativeMask" attributes.
|
class |
MediaActionMask |
Deprecated.
Please use MediaActionsMask class instead
|
class |
MediaActionsMask |
Possible type for "MainMask" and "RelativeMask" attributes.
|
class |
RoutePointActionsMask |
Possible type for "MainMask" and "RelativeMask" attributes.
|
class |
TenantActionsMask |
Possible type for "MainMask" and "RelativeMask" attributes.
|
Modifier and Type | Method | Description |
---|---|---|
abstract ActionsMask |
StatisticMetricEx.getMainMask() |
Specifies the set of actions or statuses Stat Server considers when calculating a statistic.
|
abstract ActionsMask |
StatisticMetricEx.getRelativeMask() |
A mask used for calculating statistics reflecting relative values, such as percentages and averages.
|
Modifier and Type | Method | Description |
---|---|---|
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,
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,
java.lang.String dynamicGroupBy) |
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.setMainMask(ActionsMask mainMask) |
Specifies the set of actions or statuses Stat Server considers when calculating a statistic.
|
abstract void |
StatisticMetricEx.setRelativeMask(ActionsMask relativeMask) |
A mask used for calculating statistics reflecting relative values, such as percentages and averages.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.