|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Notification | |
---|---|
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 Notification in com.genesyslab.platform.reporting.protocol.statserver |
---|
Methods in com.genesyslab.platform.reporting.protocol.statserver that return Notification | |
---|---|
static Notification |
Notification.create()
Creates instance of Notification with no parameters set. |
static Notification |
Notification.create(NotificationMode mode,
java.lang.Integer frequency,
java.lang.Integer insensitivity)
Creates instance of Notification with all parameters set. |
Uses of Notification in com.genesyslab.platform.reporting.protocol.statserver.requests |
---|
Methods in com.genesyslab.platform.reporting.protocol.statserver.requests that return Notification | |
---|---|
abstract Notification |
RequestOpenStatisticEx.getNotification()
|
abstract Notification |
RequestOpenStatistic.getNotification()
|
Methods in com.genesyslab.platform.reporting.protocol.statserver.requests with parameters of type Notification | |
---|---|
static RequestOpenStatisticEx |
RequestOpenStatisticEx.create(StatisticObject statisticObject,
StatisticMetricEx statisticMetricEx,
Notification notification)
Creates instance of RequestOpenStatisticEx with required parameters set. |
static RequestOpenStatisticEx |
RequestOpenStatisticEx.create(StatisticObject statisticObject,
StatisticMetricEx statisticMetricEx,
Notification notification,
java.lang.String statisticExtension,
java.lang.String statisticExtensionSubcategory,
KeyValueCollection extensions,
java.lang.Integer tag)
Creates instance of RequestOpenStatisticEx with all parameters set. |
static RequestOpenStatistic |
RequestOpenStatistic.create(StatisticObject statisticObject,
StatisticMetric statisticMetric,
Notification notification)
Creates instance of RequestOpenStatistic with required parameters set. |
static RequestOpenStatistic |
RequestOpenStatistic.create(StatisticObject statisticObject,
StatisticMetric statisticMetric,
Notification notification,
KeyValueCollection extensions,
java.lang.Integer tag)
Creates instance of RequestOpenStatistic with all parameters set. |
abstract void |
RequestOpenStatisticEx.setNotification(Notification notification)
|
abstract void |
RequestOpenStatistic.setNotification(Notification notification)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |