Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.openmedia.protocol.interactionserver.InteractionOperation

Packages that use InteractionOperation
com.genesyslab.platform.openmedia.protocol.interactionserver   
com.genesyslab.platform.openmedia.protocol.interactionserver.events   
 

Uses of InteractionOperation in com.genesyslab.platform.openmedia.protocol.interactionserver
 

Fields in com.genesyslab.platform.openmedia.protocol.interactionserver declared as InteractionOperation
static InteractionOperation InteractionOperation.Conference
           
static InteractionOperation InteractionOperation.Create
           
static InteractionOperation InteractionOperation.Intrude
           
static InteractionOperation InteractionOperation.Leave
           
static InteractionOperation InteractionOperation.PartyDisconnect
           
static InteractionOperation InteractionOperation.PlaceInQueue
           
static InteractionOperation InteractionOperation.PlaceInWorkbin
           
static InteractionOperation InteractionOperation.Pull
           
static InteractionOperation InteractionOperation.Reject
           
static InteractionOperation InteractionOperation.Route
           
static InteractionOperation InteractionOperation.Stop
           
static InteractionOperation InteractionOperation.Timeout
           
static InteractionOperation InteractionOperation.Transfer
           
static InteractionOperation InteractionOperation.Unknown
           
 

Methods in com.genesyslab.platform.openmedia.protocol.interactionserver that return InteractionOperation
static InteractionOperation InteractionOperation.valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static InteractionOperation InteractionOperation.valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
 

Methods in com.genesyslab.platform.openmedia.protocol.interactionserver that return types with arguments of type InteractionOperation
static java.util.Collection<InteractionOperation> InteractionOperation.values()
          Returns all values of the enumeration.
 

Uses of InteractionOperation in com.genesyslab.platform.openmedia.protocol.interactionserver.events
 

Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.events that return InteractionOperation
abstract  InteractionOperation EventWorkbinContentChanged.getOperation()
          Operation that led to this outcome: 8-timeout 10-stop 11-place in workbin 12-place in queue 13-disconnect
abstract  InteractionOperation EventTakenFromWorkbin.getOperation()
          Operation that led to this outcome: 8-timeout 10-stop 11-place in workbin 12-place in queue 13-disconnect
abstract  InteractionOperation EventTakenFromQueue.getOperation()
          Operation that led to this outcome: 8-timeout 10-stop 11-place in workbin 12-place in queue 13-disconnect
abstract  InteractionOperation EventRevoked.getOperation()
          Operation that led to this outcome: 8-timeout 10-stop 11-place in workbin 12-place in queue 13-disconnect
abstract  InteractionOperation EventPartyRemoved.getOperation()
          Operation that led to this outcome: 8-timeout 10-stop 11-place in workbin 12-place in queue 13-disconnect
abstract  InteractionOperation EventPartyAdded.getOperation()
          Operation that led to this outcome: 8-timeout 10-stop 11-place in workbin 12-place in queue 13-disconnect
abstract  InteractionOperation EventAgentInvited.getOperation()
          Operation that led to this outcome: 8-timeout 10-stop 11-place in workbin 12-place in queue 13-disconnect
 

Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.events with parameters of type InteractionOperation
static EventAgentInvited EventAgentInvited.create(java.lang.Integer proxyClientId, java.lang.Integer ticketId, InteractionOperation operation, java.util.Date eventTime, java.util.Date submittedToRouterAt, InteractionProperties interaction, ActorInfo actor, ReasonInfo reason, PartyInfo party, KeyValueCollection extension)
          Creates instance of EventAgentInvited with all parameters set.
static EventPartyAdded EventPartyAdded.create(java.lang.Integer proxyClientId, InteractionOperation operation, java.util.Date eventTime, java.util.Date submittedToRouterAt, java.lang.Boolean initialInFocusState, InteractionProperties interaction, ActorInfo actor, PartyInfo party, ReasonInfo reason, KeyValueCollection extension)
          Creates instance of EventPartyAdded with all parameters set.
static EventTakenFromWorkbin EventTakenFromWorkbin.create(java.lang.Integer proxyClientId, InteractionOperation operation, java.util.Date eventTime, java.util.Date submittedToRouterAt, InteractionProperties interaction, ActorInfo actor, PartyInfo party, ReasonInfo reason, java.lang.Boolean initialInFocusState, KeyValueCollection extension)
          Creates instance of EventTakenFromWorkbin with all parameters set.
static EventRevoked EventRevoked.create(java.lang.Integer proxyClientId, InteractionOperation operation, java.util.Date eventTime, java.util.Date submittedToRouterAt, InteractionProperties interaction, ActorInfo actor, PartyInfo party, ReasonInfo reason, KeyValueCollection extension)
          Creates instance of EventRevoked with all parameters set.
static EventPartyRemoved EventPartyRemoved.create(java.lang.Integer proxyClientId, InteractionOperation operation, java.util.Date eventTime, java.util.Date submittedToRouterAt, InteractionProperties interaction, ActorInfo actor, PartyInfo party, ReasonInfo reason, KeyValueCollection extension)
          Creates instance of EventPartyRemoved.
static EventTakenFromQueue EventTakenFromQueue.create(java.lang.Integer proxyClientId, InteractionOperation operation, java.util.Date eventTime, java.util.Date submittedToRouterAt, InteractionProperties interaction, ActorInfo actor, PartyInfo party, ReasonInfo reason, KeyValueCollection extension, java.lang.Boolean initialInFocusState)
          Creates instance of EventTakenFromQueue with all parameters set.
static EventWorkbinContentChanged EventWorkbinContentChanged.create(java.lang.Integer proxyClientId, InteractionOperation operation, WorkbinContentOperation workbinContentOperation, WorkbinInfo workbin, InteractionProperties interaction, ActorInfo actor, ReasonInfo reason, java.util.Date submittedToRouterAt, KeyValueCollection extension)
          Creates instance of EventWorkbinContentChanged with all parameters set.
static EventTakenFromWorkbin EventTakenFromWorkbin.create(InteractionOperation operation, java.util.Date eventTime, InteractionProperties interaction, ActorInfo actor, PartyInfo party, ReasonInfo reason)
          Creates instance of EventTakenFromWorkbin with required parameters set.
abstract  void EventWorkbinContentChanged.setOperation(InteractionOperation operation)
          Operation that led to this outcome: 8-timeout 10-stop 11-place in workbin 12-place in queue 13-disconnect
abstract  void EventTakenFromWorkbin.setOperation(InteractionOperation operation)
          Operation that led to this outcome: 8-timeout 10-stop 11-place in workbin 12-place in queue 13-disconnect
abstract  void EventTakenFromQueue.setOperation(InteractionOperation operation)
          Operation that led to this outcome: 8-timeout 10-stop 11-place in workbin 12-place in queue 13-disconnect
abstract  void EventRevoked.setOperation(InteractionOperation operation)
          Operation that led to this outcome: 8-timeout 10-stop 11-place in workbin 12-place in queue 13-disconnect
abstract  void EventPartyRemoved.setOperation(InteractionOperation operation)
          Operation that led to this outcome: 8-timeout 10-stop 11-place in workbin 12-place in queue 13-disconnect
abstract  void EventPartyAdded.setOperation(InteractionOperation operation)
          Operation that led to this outcome: 8-timeout 10-stop 11-place in workbin 12-place in queue 13-disconnect
abstract  void EventAgentInvited.setOperation(InteractionOperation operation)
          Operation that led to this outcome: 8-timeout 10-stop 11-place in workbin 12-place in queue 13-disconnect
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.