|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatisticProfile | |
---|---|
com.genesyslab.platform.reporting.protocol.statserver |
This package contains objects that correspond to objects in the
Genesys Configuration Layer, such as AgentStatus and
PlaceGroup . |
com.genesyslab.platform.reporting.protocol.statserver.requests |
This package contains the Request objects that your applications
can use to open, look at, and close statistics. |
Uses of StatisticProfile in com.genesyslab.platform.reporting.protocol.statserver |
---|
Fields in com.genesyslab.platform.reporting.protocol.statserver declared as StatisticProfile | |
---|---|
static StatisticProfile |
StatisticProfile.Filters
|
static StatisticProfile |
StatisticProfile.StatTypes
|
static StatisticProfile |
StatisticProfile.TimeProfiles
|
static StatisticProfile |
StatisticProfile.TimeRanges
|
Methods in com.genesyslab.platform.reporting.protocol.statserver that return StatisticProfile | |
---|---|
static StatisticProfile |
StatisticProfile.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static StatisticProfile |
StatisticProfile.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 StatisticProfile | |
---|---|
static java.util.Collection<StatisticProfile> |
StatisticProfile.values()
Returns all values of the enumeration. |
Uses of StatisticProfile in com.genesyslab.platform.reporting.protocol.statserver.requests |
---|
Methods in com.genesyslab.platform.reporting.protocol.statserver.requests that return StatisticProfile | |
---|---|
abstract StatisticProfile |
RequestGetStatisticProfile.getStatisticProfile()
Specifies which type of profile information (statistical types, time profiles, time ranges, or filters) will be returned from a RequestGetStatisticProfile. |
Methods in com.genesyslab.platform.reporting.protocol.statserver.requests with parameters of type StatisticProfile | |
---|---|
static RequestGetStatisticProfile |
RequestGetStatisticProfile.create(StatisticProfile statisticProfile)
Creates instance of RequestGetStatisticProfile with required parameters set. |
static RequestGetStatisticProfile |
RequestGetStatisticProfile.create(StatisticProfile statisticProfile,
java.lang.Integer tag)
Creates instance of RequestGetStatisticProfile with all parameters set. |
abstract void |
RequestGetStatisticProfile.setStatisticProfile(StatisticProfile statisticProfile)
Specifies which type of profile information (statistical types, time profiles, time ranges, or filters) will be returned from a RequestGetStatisticProfile. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |