Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.voice.protocol.tserver.SetOpType

Packages that use SetOpType
com.genesyslab.platform.voice.protocol.tserver   
com.genesyslab.platform.voice.protocol.tserver.events This package contains the Event messages that contain information about the status of your requests.

Note that you will normally want to set up a separate thread to wait for messages from T-Server. 
com.genesyslab.platform.voice.protocol.tserver.requests.party Handle call activity, such as answering, making, and holding calls, initiating transfers and conference calls, or applying a treatment. 
 

Uses of SetOpType in com.genesyslab.platform.voice.protocol.tserver
 

Fields in com.genesyslab.platform.voice.protocol.tserver declared as SetOpType
static SetOpType SetOpType.AddParty
           
static SetOpType SetOpType.CallInfoUpdate
           
static SetOpType SetOpType.CreateCallInfo
           
static SetOpType SetOpType.DeleteCallInfo
           
static SetOpType SetOpType.DeleteParty
           
static SetOpType SetOpType.SetCallInfo
           
 

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

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

Uses of SetOpType in com.genesyslab.platform.voice.protocol.tserver.events
 

Methods in com.genesyslab.platform.voice.protocol.tserver.events that return SetOpType
abstract  SetOpType EventCallInfoChanged.getSetOperation()
          Type of the action that must be performed with attributes of the call specified by conn_id.
 

Methods in com.genesyslab.platform.voice.protocol.tserver.events with parameters of type SetOpType
static EventCallInfoChanged EventCallInfoChanged.create(SetOpType setOperation, java.lang.String accessNumber, java.lang.Integer addressInfoStatus, AddressInfoType addressInfoType, AddressType addressType, java.lang.String agentID, AgentWorkMode agentWorkMode, java.lang.String aNI, java.lang.String applicationName, java.lang.Integer callID, CallInfoType callInfoType, java.lang.Integer callState, CallType callType, EventMask capabilities, Cause cause, java.lang.Integer clientID, java.lang.String collectedDigits, ConnectionId connID, java.lang.String customerID, java.lang.String dNIS, java.lang.Integer errorCode, java.lang.String errorMessage, KeyValueCollection extensions, java.lang.Integer fileHandle, ConnectionId firstTransferConnID, ForwardMode forwardMode, java.lang.String homeLocation, java.lang.Integer lastCollectedDigit, ConnectionId lastTransferConnID, java.lang.String location, LocationInfoType locationInfoType, MakeCallType makeCallType, MonitorNextCallType monitorNextCallType, java.lang.Long networkCallID, NetworkCallState networkCallState, java.lang.String networkDestDN, NetworkDestState networkDestState, java.lang.Integer networkNodeID, java.lang.String networkOrigDN, NetworkPartyRole networkPartyRole, java.lang.String otherDN, DNRole otherDNRole, java.lang.String otherQueue, java.lang.Integer otherTrunk, java.lang.String place, ConnectionId previousConnID, java.lang.Integer privateMsgID, KeyValueCollection reasons, java.lang.String remoteDN, ServerRole registrationCode, RouteType routeType, ServerRole serverRole, java.lang.String serverVersion, java.lang.String serverXCapabilities, java.lang.Integer sessionID, java.lang.String thirdPartyDN, DNRole thirdPartyDNRole, java.lang.String thirdPartyQueue, java.lang.Integer thirdPartyTrunk, java.lang.String thisDN, DNRole thisDNRole, java.lang.String thisQueue, java.lang.Integer thisTrunk, java.lang.Integer timeout, ConnectionId transferConnID, java.lang.Integer transferredNetworkCallID, java.lang.Integer transferredNetworkNodeID, KeyValueCollection treatmentParameters, TreatmentType treatmentType, KeyValueCollection userData, java.lang.Integer userEvent, java.lang.Integer xReferenceID, java.lang.String callUuid, java.lang.String newCallUuid, java.lang.String originalCallUuid, java.lang.String partyUuid, java.lang.String refCallUuid, Reliability reliability, java.lang.Long serverStartTime, java.lang.Long eventSequenceNumber, MediaType mediaType, CallType localCallType, CallType propagatedCallType, java.lang.String subscriptionID, CallHistoryInfo callHistory, TimeStamp time)
          Creates instance of EventCallInfoChanged with all parameters set.
abstract  void EventCallInfoChanged.setSetOperation(SetOpType setOperation)
          Type of the action that must be performed with attributes of the call specified by conn_id.
 

Uses of SetOpType in com.genesyslab.platform.voice.protocol.tserver.requests.party
 

Methods in com.genesyslab.platform.voice.protocol.tserver.requests.party that return SetOpType
abstract  SetOpType RequestSetCallInfo.getSetOperation()
          Type of the action that must be performed with attributes of the call specified by conn_id.
 

Methods in com.genesyslab.platform.voice.protocol.tserver.requests.party with parameters of type SetOpType
static RequestSetCallInfo RequestSetCallInfo.create(ConnectionId connID, ConnectionId newConnID, SetOpType setOperation, java.lang.String thisDN)
          Creates instance of RequestSetCallInfo with required parameters set.
static RequestSetCallInfo RequestSetCallInfo.create(ConnectionId connID, ConnectionId newConnID, SetOpType setOperation, java.lang.String thisDN, java.lang.String otherDN)
          Creates instance of RequestSetCallInfo with all parameters set.
abstract  void RequestSetCallInfo.setSetOperation(SetOpType setOperation)
          Type of the action that must be performed with attributes of the call specified by conn_id.
 


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.