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 |
---|---|---|
void |
XmlSerializable.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
XmlSerializable.toXml(org.w3c.dom.Element element,
XmlUtil util) |
Modifier and Type | Method | Description |
---|---|---|
static <T extends XmlSerializable> |
StatusConverter.decode(java.lang.Class<T> elemClass,
org.w3c.dom.Element element,
XmlUtil util) |
|
static XmlSerializable |
StatusConverter.decode(org.w3c.dom.Element elem,
java.lang.String typeName,
XmlUtil util) |
|
void |
AgentGroup.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
AgentGroupReasons.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
AgentInfo.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
AgentReasons.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
AgentStatus.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
BaseCollection.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
Campaign.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
CampaignGroup.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
ConnectionId.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
CurrentTargetStateDelta.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
CurrentTargetStateInfo.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
CurrentTargetStateSnapshot.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
DnAction.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
DnStatus.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
DnStatusEx.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
GroupByInfo.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
GroupInfo.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
GroupSignature.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
MediaCapacityInfo.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
PlaceGroup.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
PlaceStatus.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
QueueGroup.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
RequestInfo.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
void |
SsVariant.fromXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
AgentGroup.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
AgentGroupReasons.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
AgentInfo.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
AgentReasons.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
AgentStatus.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
BaseCollection.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
Campaign.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
CampaignGroup.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
ConnectionId.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
CurrentTargetStateDelta.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
CurrentTargetStateInfo.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
CurrentTargetStateSnapshot.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
DnAction.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
DnStatus.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
DnStatusEx.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
GroupByInfo.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
GroupInfo.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
GroupSignature.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
MediaCapacityInfo.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
PlaceGroup.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
PlaceStatus.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
QueueGroup.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
RequestInfo.toXml(org.w3c.dom.Element element,
XmlUtil util) |
|
org.w3c.dom.Element |
SsVariant.toXml(org.w3c.dom.Element element,
XmlUtil util) |
Constructor | Description |
---|---|
GroupByInfo(org.w3c.dom.Element element,
XmlUtil util) |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.