|
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.runtime.CompoundValue
com.genesyslab.platform.openmedia.protocol.interactionserver.OldWorkbinInfo
public abstract class OldWorkbinInfo
Constructor Summary | |
---|---|
OldWorkbinInfo()
|
Method Summary | |
---|---|
static OldWorkbinInfo |
create()
Creates instance of OldWorkbinInfo with no parameters set. |
static OldWorkbinInfo |
create(java.lang.String oldWorkbinTypeId,
java.lang.String oldWorkbinAgentId,
java.lang.String oldWorkbinGroupId,
java.lang.String oldWorkbinPlaceId,
java.lang.String oldWorkbinPlaceGroupId)
Creates instance of OldWorkbinInfo with all parameters set. |
abstract java.lang.String |
getOldWorkbinAgentId()
Indicates agent id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is an agent workbin. |
abstract java.lang.String |
getOldWorkbinGroupId()
Indicates agent group id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is an agent group workbin. |
abstract java.lang.String |
getOldWorkbinPlaceGroupId()
Indicates place group id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is a place group workbin. |
abstract java.lang.String |
getOldWorkbinPlaceId()
Indicates place id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is a place workbin. |
abstract java.lang.String |
getOldWorkbinTypeId()
Indicates type of the workbin interaction has been taken from. |
abstract void |
setOldWorkbinAgentId(java.lang.String oldWorkbinAgentId)
Indicates agent id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is an agent workbin. |
abstract void |
setOldWorkbinGroupId(java.lang.String oldWorkbinGroupId)
Indicates agent group id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is an agent group workbin. |
abstract void |
setOldWorkbinPlaceGroupId(java.lang.String oldWorkbinPlaceGroupId)
Indicates place group id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is a place group workbin. |
abstract void |
setOldWorkbinPlaceId(java.lang.String oldWorkbinPlaceId)
Indicates place id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is a place workbin. |
abstract void |
setOldWorkbinTypeId(java.lang.String oldWorkbinTypeId)
Indicates type of the workbin interaction has been taken from. |
Methods inherited from class com.genesyslab.platform.commons.protocol.runtime.CompoundValue |
---|
getProtocolDescription |
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 |
Constructor Detail |
---|
public OldWorkbinInfo()
Method Detail |
---|
public static OldWorkbinInfo create()
public static OldWorkbinInfo create(java.lang.String oldWorkbinTypeId, java.lang.String oldWorkbinAgentId, java.lang.String oldWorkbinGroupId, java.lang.String oldWorkbinPlaceId, java.lang.String oldWorkbinPlaceGroupId)
oldWorkbinTypeId
- Indicates type of the workbin interaction has been taken from. If attribute is not included in the message, the interaction was not in a workbin.oldWorkbinAgentId
- Indicates agent id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is an agent workbin.oldWorkbinGroupId
- Indicates agent group id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is an agent group workbin.oldWorkbinPlaceId
- Indicates place id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is a place workbin.oldWorkbinPlaceGroupId
- Indicates place group id (owner of the workbin) if OldWorkbinTypeId (attr_old_workbin_type_id) is present and the workbin is a place group workbin.
public abstract java.lang.String getOldWorkbinTypeId()
public abstract void setOldWorkbinTypeId(java.lang.String oldWorkbinTypeId)
oldWorkbinTypeId
- new value of the propertypublic abstract java.lang.String getOldWorkbinAgentId()
public abstract void setOldWorkbinAgentId(java.lang.String oldWorkbinAgentId)
oldWorkbinAgentId
- new value of the propertypublic abstract java.lang.String getOldWorkbinGroupId()
public abstract void setOldWorkbinGroupId(java.lang.String oldWorkbinGroupId)
oldWorkbinGroupId
- new value of the propertypublic abstract java.lang.String getOldWorkbinPlaceId()
public abstract void setOldWorkbinPlaceId(java.lang.String oldWorkbinPlaceId)
oldWorkbinPlaceId
- new value of the propertypublic abstract java.lang.String getOldWorkbinPlaceGroupId()
public abstract void setOldWorkbinPlaceGroupId(java.lang.String oldWorkbinPlaceGroupId)
oldWorkbinPlaceGroupId
- new value of the property
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |