|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OldWorkbinInfo | |
---|---|
com.genesyslab.platform.openmedia.protocol.interactionserver | |
com.genesyslab.platform.openmedia.protocol.interactionserver.events |
Uses of OldWorkbinInfo in com.genesyslab.platform.openmedia.protocol.interactionserver |
---|
Methods in com.genesyslab.platform.openmedia.protocol.interactionserver that return OldWorkbinInfo | |
---|---|
static OldWorkbinInfo |
OldWorkbinInfo.create()
Creates instance of OldWorkbinInfo with no parameters set. |
static OldWorkbinInfo |
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. |
Uses of OldWorkbinInfo in com.genesyslab.platform.openmedia.protocol.interactionserver.events |
---|
Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.events that return OldWorkbinInfo | |
---|---|
abstract OldWorkbinInfo |
EventPlacedInWorkbin.getOldWorkbin()
|
abstract OldWorkbinInfo |
EventPlacedInQueue.getOldWorkbin()
|
Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.events with parameters of type OldWorkbinInfo | |
---|---|
static EventPlacedInQueue |
EventPlacedInQueue.create(java.lang.Integer proxyClientId,
java.lang.String oldQueue,
java.util.Date eventTime,
java.util.Date submittedToRouterAt,
InteractionProperties interaction,
ActorInfo actor,
ReasonInfo reason,
OldWorkbinInfo oldWorkbin,
KeyValueCollection extension)
Creates instance of EventPlacedInQueue with all parameters set. |
static EventPlacedInWorkbin |
EventPlacedInWorkbin.create(java.lang.Integer proxyClientId,
java.lang.String oldQueue,
java.util.Date eventTime,
java.util.Date submittedToRouterAt,
InteractionProperties interaction,
ActorInfo actor,
WorkbinInfo workbin,
ReasonInfo reason,
OldWorkbinInfo oldWorkbin,
KeyValueCollection extension)
Creates instance of EventPlacedInWorkbin with all parameters set. |
abstract void |
EventPlacedInWorkbin.setOldWorkbin(OldWorkbinInfo oldWorkbin)
|
abstract void |
EventPlacedInQueue.setOldWorkbin(OldWorkbinInfo oldWorkbin)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |