|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatisticSubject | |
---|---|
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 StatisticSubject in com.genesyslab.platform.reporting.protocol.statserver |
---|
Fields in com.genesyslab.platform.reporting.protocol.statserver declared as StatisticSubject | |
---|---|
static StatisticSubject |
StatisticSubject.AgentStatus
|
static StatisticSubject |
StatisticSubject.CampaignAction
|
static StatisticSubject |
StatisticSubject.DNAction
|
static StatisticSubject |
StatisticSubject.DNStatus
|
static StatisticSubject |
StatisticSubject.GroupStatus
|
static StatisticSubject |
StatisticSubject.PlaceStatus
|
Methods in com.genesyslab.platform.reporting.protocol.statserver that return StatisticSubject | |
---|---|
abstract StatisticSubject |
StatisticMetricEx.getSubject()
Specifies the object type that will be considered as a source of statistical data. |
static StatisticSubject |
StatisticSubject.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static StatisticSubject |
StatisticSubject.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 StatisticSubject | |
---|---|
static java.util.Collection<StatisticSubject> |
StatisticSubject.values()
Returns all values of the enumeration. |
Methods in com.genesyslab.platform.reporting.protocol.statserver with parameters of type StatisticSubject | |
---|---|
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.setSubject(StatisticSubject subject)
Specifies the object type that will be considered as a source of statistical data. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |