|
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.WorkbinInfo
public abstract class WorkbinInfo
WorkbinInfo class.
Constructor Summary | |
---|---|
WorkbinInfo()
|
Method Summary | |
---|---|
static WorkbinInfo |
create()
Creates instance of WorkbinInfo with no parameters set. |
static WorkbinInfo |
create(java.lang.String workbinTypeId)
Creates instance of WorkbinInfo with required parameters set. |
static WorkbinInfo |
create(java.lang.String workbinTypeId,
java.lang.String workbinAgentId,
java.lang.String workbinGroupId,
java.lang.String workbinPlaceId,
java.lang.String workbinPlaceGroupId)
Creates instance of WorkbinInfo with all parameters set. |
abstract java.lang.String |
getWorkbinAgentId()
Employee identifier of the agent who is the owner of the workbin instance. |
abstract java.lang.String |
getWorkbinGroupId()
Name of the agent group that is the owner of the workbin instance. |
abstract java.lang.String |
getWorkbinPlaceGroupId()
Name of the place group that is the owner of the workbin instance. |
abstract java.lang.String |
getWorkbinPlaceId()
Name of the place that is the owner of the workbin instance. |
abstract java.lang.String |
getWorkbinTypeId()
Name of the workbin type. |
abstract void |
setWorkbinAgentId(java.lang.String workbinAgentId)
Employee identifier of the agent who is the owner of the workbin instance. |
abstract void |
setWorkbinGroupId(java.lang.String workbinGroupId)
Name of the agent group that is the owner of the workbin instance. |
abstract void |
setWorkbinPlaceGroupId(java.lang.String workbinPlaceGroupId)
Name of the place group that is the owner of the workbin instance. |
abstract void |
setWorkbinPlaceId(java.lang.String workbinPlaceId)
Name of the place that is the owner of the workbin instance. |
abstract void |
setWorkbinTypeId(java.lang.String workbinTypeId)
Name of the workbin type. |
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 WorkbinInfo()
Method Detail |
---|
public static WorkbinInfo create()
public static WorkbinInfo create(java.lang.String workbinTypeId, java.lang.String workbinAgentId, java.lang.String workbinGroupId, java.lang.String workbinPlaceId, java.lang.String workbinPlaceGroupId)
workbinTypeId
- Name of the workbin.workbinAgentId
- Employee identifier of the agent who is the owner of the workbin instance. Must be specified for agent workbin.workbinGroupId
- Agent group name of the agent group that is the owner of the workbin instance. Must be specified for agent group workbin.workbinPlaceId
- Place name of the place that is the owner of the workbin instance. Must be specified for place workbinworkbinPlaceGroupId
- Place group name of the place group that is the owner of the workbin instance. Must be specified for place group workbin.
public static WorkbinInfo create(java.lang.String workbinTypeId)
workbinTypeId
- Name of the workbin.
public abstract java.lang.String getWorkbinTypeId()
public abstract void setWorkbinTypeId(java.lang.String workbinTypeId)
public abstract java.lang.String getWorkbinAgentId()
public abstract void setWorkbinAgentId(java.lang.String workbinAgentId)
public abstract java.lang.String getWorkbinGroupId()
public abstract void setWorkbinGroupId(java.lang.String workbinGroupId)
public abstract java.lang.String getWorkbinPlaceId()
public abstract void setWorkbinPlaceId(java.lang.String workbinPlaceId)
public abstract java.lang.String getWorkbinPlaceGroupId()
public abstract void setWorkbinPlaceGroupId(java.lang.String workbinPlaceGroupId)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |