|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatisticObjectType | |
---|---|
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 StatisticObjectType in com.genesyslab.platform.reporting.protocol.statserver |
---|
Methods in com.genesyslab.platform.reporting.protocol.statserver that return StatisticObjectType | |
---|---|
abstract StatisticObjectType |
StatisticObject.getObjectType()
The type of Configuration Layer object, such as agent, queue, workbin, etc. |
StatisticObjectType |
QueueGroup.getObjectType()
|
StatisticObjectType |
PlaceStatus.getObjectType()
|
StatisticObjectType |
PlaceGroup.getObjectType()
|
StatisticObjectType |
IStatisticState.getObjectType()
Deprecated. |
StatisticObjectType |
DnStatus.getObjectType()
|
StatisticObjectType |
CampaignGroup.getObjectType()
|
StatisticObjectType |
Campaign.getObjectType()
|
StatisticObjectType |
AgentStatus.getObjectType()
|
StatisticObjectType |
AgentReasons.getObjectType()
|
StatisticObjectType |
AgentGroupReasons.getObjectType()
|
StatisticObjectType |
AgentGroup.getObjectType()
|
static StatisticObjectType |
StatisticObjectType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static StatisticObjectType |
StatisticObjectType.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 StatisticObjectType | |
---|---|
static java.util.Collection<StatisticObjectType> |
StatisticObjectType.values()
Returns all values of the enumeration. |
Methods in com.genesyslab.platform.reporting.protocol.statserver with parameters of type StatisticObjectType | |
---|---|
static StatisticObject |
StatisticObject.create(java.lang.String objectId,
StatisticObjectType objectType,
java.lang.String tenantName)
Creates instance of StatisticObject with required parameters set. |
static StatisticObject |
StatisticObject.create(java.lang.String objectId,
StatisticObjectType objectType,
java.lang.String tenantName,
java.lang.String tenantPassword)
Creates instance of StatisticObject with all parameters set. |
abstract void |
StatisticObject.setObjectType(StatisticObjectType objectType)
The type of Configuration Layer object, such as agent, queue, workbin, etc. |
void |
DnStatus.setObjectType(StatisticObjectType objectType)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |