|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.Message
com.genesyslab.platform.openmedia.protocol.interactionserver.events.EventWorkbinStatistic
public abstract class EventWorkbinStatistic
This event is Interaction Server's response to an agent application's
RequestWorkbinStatistic for the specified workbin type.
Direction: From Interaction Server to agent application.
Field Summary | |
---|---|
static int |
ID
|
static java.lang.String |
NAME
|
Method Summary | |
---|---|
static EventWorkbinStatistic |
create()
Creates instance of EventWorkbinStatistic with no parameters set. |
static EventWorkbinStatistic |
create(java.lang.Integer proxyClientId,
java.lang.String workbinTypeId,
java.lang.Integer workbinOwnerType,
KeyValueCollection workbinStatistic,
KeyValueCollection extension)
Creates instance of EventWorkbinStatistic with all parameters set. |
static EventWorkbinStatistic |
create(java.lang.String workbinTypeId,
java.lang.Integer workbinOwnerType)
Creates instance of EventWorkbinStatistic with required parameters set. |
abstract KeyValueCollection |
getExtension()
A key-value list of extensions. |
abstract java.lang.Integer |
getProxyClientId()
Proxy client identifier. |
abstract java.lang.Integer |
getReferenceId()
Reference identifier of the request. |
abstract java.lang.Integer |
getWorkbinOwnerType()
Values: 1-agent 2-place 3-agent group 4-place group |
abstract KeyValueCollection |
getWorkbinStatistic()
May be absent if there are no interactions in workbin instances of the specified workbin type. |
abstract java.lang.String |
getWorkbinTypeId()
Name of the workbin type. |
abstract void |
setExtension(KeyValueCollection extension)
A key-value list of extensions. |
abstract void |
setProxyClientId(int proxyClientId)
Proxy client identifier. |
abstract void |
setProxyClientId(java.lang.Integer proxyClientId)
Proxy client identifier. |
abstract void |
setReferenceId(int referenceId)
Reference identifier of the request. |
abstract void |
setReferenceId(java.lang.Integer referenceId)
Reference identifier of the request. |
abstract void |
setWorkbinOwnerType(int workbinOwnerType)
Values: 1-agent 2-place 3-agent group 4-place group |
abstract void |
setWorkbinOwnerType(java.lang.Integer workbinOwnerType)
Values: 1-agent 2-place 3-agent group 4-place group |
abstract void |
setWorkbinStatistic(KeyValueCollection workbinStatistic)
May be absent if there are no interactions in workbin instances of the specified workbin type. |
abstract void |
setWorkbinTypeId(java.lang.String workbinTypeId)
Name of the workbin type. |
Methods inherited from class com.genesyslab.platform.commons.protocol.Message |
---|
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription |
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject |
---|
equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ID
public static final java.lang.String NAME
Method Detail |
---|
public static EventWorkbinStatistic create()
public static EventWorkbinStatistic create(java.lang.Integer proxyClientId, java.lang.String workbinTypeId, java.lang.Integer workbinOwnerType, KeyValueCollection workbinStatistic, KeyValueCollection extension)
proxyClientId
- The identifier of the client of proxy.workbinTypeId
- Name of the workbin.workbinOwnerType
- Owner type: 1 - agent, 2 - place, 3 - agent group, 4 - place group.workbinStatistic
- May be absent if there are no interactions in workbin instances of the specified workbin type.extension
- Extensions.
public static EventWorkbinStatistic create(java.lang.String workbinTypeId, java.lang.Integer workbinOwnerType)
workbinTypeId
- Name of the workbin.workbinOwnerType
- Owner type: 1 - agent, 2 - place, 3 - agent group, 4 - place group.
public abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract java.lang.Integer getProxyClientId()
public abstract void setProxyClientId(java.lang.Integer proxyClientId)
public abstract void setProxyClientId(int proxyClientId)
public abstract java.lang.String getWorkbinTypeId()
public abstract void setWorkbinTypeId(java.lang.String workbinTypeId)
public abstract java.lang.Integer getWorkbinOwnerType()
public abstract void setWorkbinOwnerType(java.lang.Integer workbinOwnerType)
public abstract void setWorkbinOwnerType(int workbinOwnerType)
public abstract KeyValueCollection getWorkbinStatistic()
public abstract void setWorkbinStatistic(KeyValueCollection workbinStatistic)
public abstract KeyValueCollection getExtension()
public abstract void setExtension(KeyValueCollection extension)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |