A C D E F G H I J K L M N O P Q R S T U V W

A

admin - Variable in class de.starface.integration.uci.java.v30.types.ConferenceCall
Is the participant admin
allCanSpeakInRoom(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciConferenceCallRequests
This request tells the UCI server to enable speaking on all participants.
allCanSpeakInRoom(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConferenceCallRequests
This request tells the UCI server to enable speaking on all participants.
allHearInRoom(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciConferenceCallRequests
This request tells the UCI server to set all conference participants to hear.
allHearInRoom(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConferenceCallRequests
This request tells the UCI server to set all conference participants to hear.
avatarHash - Variable in class de.starface.integration.uci.java.v30.types.Call
AvatarHash of Caller
avatarHash - Variable in class de.starface.integration.uci.java.v30.types.ConferenceCall
The avatar hash
avatarHash - Variable in class de.starface.integration.uci.java.v30.types.UserState
The SHA-1 hash of the users avatar image if one is set.

C

Call - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the call as returned by UciCallEvents.receiveCallState(Call).
Call() - Constructor for class de.starface.integration.uci.java.v30.types.Call
 
callCdrEvent(CdrDataInfo) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciCdrDataEvents
This event provides Information about new CdrData to the UCI client
callCdrEvent(Map<String, Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpCallCdrEvents
This event provides Information about new CallCdr to the UCI client
callChangesIdEvent(CallIdChanges) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciCallEvents
This event provides Information about the new callId of a call to the UCI client
callChangesIdEvent(Map<String, Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpCallEvents
This event provides Information about the new callId of a call to the UCI client
calledName - Variable in class de.starface.integration.uci.java.v30.types.Call
The name of the person being called
calledName - Variable in class de.starface.integration.uci.java.v30.types.CcbsCall
The name of the person being called
calledNumber - Variable in class de.starface.integration.uci.java.v30.types.Call
The phone number that has been called
calledNumber - Variable in class de.starface.integration.uci.java.v30.types.CcbsCall
The phone number that has been called
caller - Variable in class de.starface.integration.uci.java.v30.types.Call
Is caller
caller - Variable in class de.starface.integration.uci.java.v30.types.CcbsCall
Is caller
callerName - Variable in class de.starface.integration.uci.java.v30.types.Call
The name of the person calling
callerName - Variable in class de.starface.integration.uci.java.v30.types.CcbsCall
The name of the person calling
callerNumber - Variable in class de.starface.integration.uci.java.v30.types.Call
The number of the caller
callerNumber - Variable in class de.starface.integration.uci.java.v30.types.CcbsCall
The number of the caller
CallIdChanges - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the call as returned by UciCallEvents.receiveCallState(Call).
CallIdChanges() - Constructor for class de.starface.integration.uci.java.v30.types.CallIdChanges
 
CallIdChangesProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of the call as returned by UcpCallEvents.receiveCallState(java.util.Map).
CallInfo - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of an ongoing call as returned by the request UciFunctionKeyRequests.getCallInfoForKey(String)
CallInfo() - Constructor for class de.starface.integration.uci.java.v30.types.CallInfo
 
CallInfoProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of an ongoing call as returned by the request UcpFunctionKeyRequests.getCallInfoForKey(String)
CallInfoState - Enum in de.starface.integration.uci.java.v30.values
This enum defines the different states a call info can take.
CallList - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the call list as returned by UciCallListRequests.getCallList(Date, Date, CallListEntryDirection, CallListEntryResult, String, CallListEntryProperties, OrderDirection, int, int)
CallList() - Constructor for class de.starface.integration.uci.java.v30.types.CallList
 
CallListEntry - Class in de.starface.integration.uci.java.v30.types
This object holds the properteis of the call list entries as returned by UciCallListRequests.getCallList(Date, Date, CallListEntryDirection, CallListEntryResult, String, de.starface.integration.uci.java.v30.values.CallListEntryProperties, de.starface.integration.uci.java.v30.values.OrderDirection, int, int)
CallListEntry() - Constructor for class de.starface.integration.uci.java.v30.types.CallListEntry
 
CallListEntryDirection - Enum in de.starface.integration.uci.java.v30.values
This enum holds the constants used for the value of the call list entry property CallListEntryProperties.direction
CallListEntryProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of the call list entries as returned by UcpCallListRequests.getCallList(Date, Date, String, String, String, String, String, int, int)
CallListEntryResult - Enum in de.starface.integration.uci.java.v30.values
This enum holds the constants used for the value of the call list entry property CallListEntryProperties.result.
CallListProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of the call list as returned by UcpCallListRequests.getCallList(Date, Date, String, String, String, String, String, int, int)
callMailboxWithNumber(String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciVoicemailListRequests
Initiate a phone call to the given phone number that when answered is connected to one of the current users voicemail boxes
callMailboxWithNumber(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpVoicemailListRequests
With this request the UCI client can initiate a phone call to the given phone number that when answered is connected to one of the current users voicemail box
callMailboxWithPhone(String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciVoicemailListRequests
Initiate a phone call to the given voicemail box using the given phone
callMailboxWithPhone(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpVoicemailListRequests
With this request the UCI client can initiate a phone call to the given voicemail box using the given phone
callNumberToConference(String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciConferenceCallRequests
This request tells the UCI server to call that the phone number into the conference.
callNumberToConference(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConferenceCallRequests
This request tells the UCI server to call that the phone number into the conference.
CallProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of the call as returned by UcpCallEvents.receiveCallState(java.util.Map).
CallState - Enum in de.starface.integration.uci.java.v30.values
This enum defines the different states a call can take.
callVoicemailBox(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request tells the UCI server to call the users voicemailbox.
callVoicemailBox(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
This request tells the UCI server to call the users voicemailbox.
callVoicemailWithNumber(String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciVoicemailListRequests
Initiate a phone call to the given phone number that when answered plays one of the current users voicemails.
callVoicemailWithNumber(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpVoicemailListRequests
With this request the UCI client can initiate a phone call to the given phone number that when answered plays one of the current users voicemails.
callVoicemailWithPhone(String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciVoicemailListRequests
Initiate a call with the given phone that plays one of the current users voicemails.
callVoicemailWithPhone(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpVoicemailListRequests
With this request the UCI client can initiate a call with the given phone that plays one of the current users voicemails.
ccbs(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCcbsCallRequests
This request tells the UCI server to start or quit ccbs to the given call identified by the given UUID.
ccbs(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCcbsCallRequests
This request tells the UCI server to start or quit ccbs to the given call identified by the given UUID.
CcbsAccount - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the ccbsaccount as returned by UciCcbsCallEvents.receiveCcbsAccountState(CcbsAccountState).
CcbsAccount() - Constructor for class de.starface.integration.uci.java.v30.types.CcbsAccount
 
CcbsAccountProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of the call as returned by UcpCallEvents.receiveCallState(java.util.Map).
ccbsAccountState - Variable in class de.starface.integration.uci.java.v30.types.CcbsAccount
The state of the call
CcbsAccountState - Enum in de.starface.integration.uci.java.v30.values
This enum defines the different states a call can take.
CcbsCall - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the ccbscall as returned by UciCcbsCallEvents.receiveCcbsCallState(CcbsCall).
CcbsCall() - Constructor for class de.starface.integration.uci.java.v30.types.CcbsCall
 
CcbsCallProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of the call as returned by UcpCallEvents.receiveCallState(java.util.Map).
ccbsCallState - Variable in class de.starface.integration.uci.java.v30.types.CcbsCall
The state of the call
CcbsCallState - Enum in de.starface.integration.uci.java.v30.values
This enum defines the different states a call can take.
CdrDataInfo - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the cdr as returned by UciCdrDataEvents.callCdrEvent(CdrDataInfo).
CdrDataInfo() - Constructor for class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
CdrDataProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of the cdrData as returned by UcpCallCdrEvents.callCdrEvent(java.util.Map).
channelNames - Variable in class de.starface.integration.uci.java.v30.types.Call
The channel name
channelNames - Variable in class de.starface.integration.uci.java.v30.types.CcbsCall
The channel name
chatPresence - Variable in class de.starface.integration.uci.java.v30.types.UserState
The current chat presence of the user
ChatPresence - Enum in de.starface.integration.uci.java.v30.values
This enum holds the available values for the users chat presence status.
chatPresenceMessage - Variable in class de.starface.integration.uci.java.v30.types.UserState
The current chat presence message of the user
conference(List<String>, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request tells the UCI server to create a conference with calls identified by the given UUIDs and the given Phone.
conference(List<String>, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
This request tells the UCI server to create a conference with calls identified by the given UUIDs and the given Phone.
conferenceAdmin - Variable in class de.starface.integration.uci.java.v30.types.Call
The current call is an conference admin
ConferenceCall - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the call as returned by UciConferenceCallEvents.receiveConferenceCallState(ConferenceCall).
ConferenceCall() - Constructor for class de.starface.integration.uci.java.v30.types.ConferenceCall
 
ConferenceCallProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of the call as returned by UcpCallEvents.receiveCallState(java.util.Map).
conferenceRoomId - Variable in class de.starface.integration.uci.java.v30.types.Call
The conference room identifikation
connectedTimestamp - Variable in class de.starface.integration.uci.java.v30.types.Call
The point of time when the call is connected
consultationCall - Variable in class de.starface.integration.uci.java.v30.types.Call
Is this call a consultationCall
ContactInfo - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the contact info as returned by UciFunctionKeyRequests.getCallInfoForKey(String)
ContactInfo() - Constructor for class de.starface.integration.uci.java.v30.types.ContactInfo
 
ContactInfoProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of the contact info as returned by UcpFunctionKeyRequests.getCallInfoForKey(String)

D

de.starface.integration.uci.java.v30 - package de.starface.integration.uci.java.v30
This package and its sub-packages contains the UCI.JAVA 3.0 service interfaces, constants and exceptions
de.starface.integration.uci.java.v30.exceptions - package de.starface.integration.uci.java.v30.exceptions
This package contains exceptions thrown by UCI
de.starface.integration.uci.java.v30.messages.events - package de.starface.integration.uci.java.v30.messages.events
This package contains the events that the UCI client implementation can receive from STARFACE.
de.starface.integration.uci.java.v30.messages.requests - package de.starface.integration.uci.java.v30.messages.requests
This package contains the requests that the UCI client implementation can send to STARFACE.
de.starface.integration.uci.java.v30.types - package de.starface.integration.uci.java.v30.types
This package contains the entity types that are transferred using the UCI service interfaces
de.starface.integration.uci.java.v30.ucp.exceptions - package de.starface.integration.uci.java.v30.ucp.exceptions
This package contains exceptions thrown by UCI when there is a communication problem on the UCP layer
de.starface.integration.uci.java.v30.ucp.messages.events - package de.starface.integration.uci.java.v30.ucp.messages.events
This package contains the UCP client interfaces that define the UCI events provided by the server.
de.starface.integration.uci.java.v30.ucp.messages.requests - package de.starface.integration.uci.java.v30.ucp.messages.requests
This package contains the UCP server interfaces that define the UCI requests provided by the server.
de.starface.integration.uci.java.v30.values - package de.starface.integration.uci.java.v30.values
This package contains the enumerations holding the String constants for values and property names used for the UCI messages.
DEFAULT_CODECS - Static variable in class de.starface.integration.uci.java.v30.types.SoftPhoneSetting
 
DEFAULT_NATTYPE - Static variable in class de.starface.integration.uci.java.v30.types.SoftPhoneSetting
 
deleateFmcPhone(FmcPhone) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFmcPhoneRequests
Deleting an FMC phone.
deleteCallListEntries(List<String>) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallListRequests
Remove multiple call list entries from the list
deleteCallListEntries(List<String>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallListRequests
Remove multiple call list entries from the list
deleteCallListEntry(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallListRequests
Remove a call list entry from the list
deleteCallListEntry(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallListRequests
Remove a call list entry from the list
deleteFaxListEntries(List<String>) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFaxListRequests
Remove multiple fax list entries from the list
deleteFaxListEntries(List<String>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFaxListRequests
Remove multiple fax list entries from the list
deleteFaxListEntry(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFaxListRequests
Remove a fax list entry from the list
deleteFaxListEntry(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFaxListRequests
Remove a fax list entry from the list
deleteFmcPhone(FmcPhone) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFmcPhoneRequests
Deleting an FMC phone.
deleteMonitorListEntries(List<String>) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciMonitorListRequests
Remove multiple monitor list entries from the list
deleteMonitorListEntries(List<String>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpMonitorListRequests
This request allows the UCI client to remove multiple monitor list entries from the list
deleteMonitorListEntry(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciMonitorListRequests
Remove a monitor list entry from the list
deleteMonitorListEntry(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpMonitorListRequests
This request allows the UCI client to remove a monitor list entry from the list
deleteVoicemailListEntries(List<String>) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciVoicemailListRequests
Remove multiple voicemail list entries from the list
deleteVoicemailListEntries(List<String>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpVoicemailListRequests
This request allows the UCI client to remove multiple voicemail list entries from the list
deleteVoicemailListEntry(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciVoicemailListRequests
Remove a voicemail list entry from the list
deleteVoicemailListEntry(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpVoicemailListRequests
This request allows the UCI client to remove a voicemail list entry from the list
doNotDisturbSetting - Variable in class de.starface.integration.uci.java.v30.types.UserState
A flag indicating whether the user has DND set to active
doorlineCamUrl - Variable in class de.starface.integration.uci.java.v30.types.Call
Doorline Cam of Caller
doorlineDtmfCode - Variable in class de.starface.integration.uci.java.v30.types.Call
Doorline dtm code
doorlineImageProviderId - Variable in class de.starface.integration.uci.java.v30.types.Call
Doorline image provider id
duration - Variable in class de.starface.integration.uci.java.v30.types.Call
The time between now and the connected timestamp/timestamp
duration - Variable in class de.starface.integration.uci.java.v30.types.CcbsCall
The time between now and the timestamp in milliseconds
duration - Variable in class de.starface.integration.uci.java.v30.types.ConferenceCall
The time between now and the enteredTimestamp in milliseconds

E

enteredTimestamp - Variable in class de.starface.integration.uci.java.v30.types.ConferenceCall
Entered Room
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.Call
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.CallIdChanges
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.CallInfo
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.CallList
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.CcbsAccount
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.Fax
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.FunctionKeySearchResult
Returns true if the parameter is an FunctionKeySearchResult and the searchIds, search terms an the resultLists are equals.
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.GroupSetting
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.Image
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.Mailbox
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.MessageWaitingIndicationInfo
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.MonitorList
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.PhoneNumber
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.QueueSetting
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneConfig
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneRegistrationInfo
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneSetting
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.UserState
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
equals(Object) - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 

F

Fax - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of a fax transmitted in fax state changes by UciFaxEvents.receiveFaxState(Fax)
Fax() - Constructor for class de.starface.integration.uci.java.v30.types.Fax
 
FaxList - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the fax list as returned by UciFaxListRequests.getFaxList(Date, Date, FaxListEntryFolder, String, FaxListEntryProperties, OrderDirection, int, int)
FaxList() - Constructor for class de.starface.integration.uci.java.v30.types.FaxList
 
FaxListEntry - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the fax list entries as returned by UciFaxListRequests.getFaxList(Date, Date, FaxListEntryFolder, String, FaxListEntryProperties, OrderDirection, int, int)
FaxListEntry() - Constructor for class de.starface.integration.uci.java.v30.types.FaxListEntry
 
FaxListEntryFolder - Enum in de.starface.integration.uci.java.v30.values
This enum holds the constants used for the fax list entry property FaxListEntryProperties.folder.
FaxListEntryProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of the fax list entries as returned by UcpFaxListRequests.getFaxList(Date, Date, String, String, String, String, int, int)
FaxListProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of the fax list as returned by UcpFaxListRequests.getFaxList(Date, Date, String, String, String, String, int, int)
FaxProperties - Enum in de.starface.integration.uci.java.v30.values
This enum contains the keys for properties of a fax transmitted in fax state changes.
FaxState - Enum in de.starface.integration.uci.java.v30.values
This enum defines different states a fax request can take.
FmcPhone - Class in de.starface.integration.uci.java.v30.types
 
FmcPhone() - Constructor for class de.starface.integration.uci.java.v30.types.FmcPhone
 
FmcPhoneProperties - Enum in de.starface.integration.uci.java.v30.values
 
fmcPhonesChangedEvent(FmcPhone) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciFmcPhoneEvents
This event provides Information about changes of FMC phones of this user.
fmcPhonesChangedEvent(Map<String, Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpFmcPhoneEvents
This event provides Information about changes of FMC phones of this user.
FmcScheduleEntry - Class in de.starface.integration.uci.java.v30.types
 
FmcScheduleEntry() - Constructor for class de.starface.integration.uci.java.v30.types.FmcScheduleEntry
 
FmcScheduleEntryProperties - Enum in de.starface.integration.uci.java.v30.values
 
forward(String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request tells the UCI server to forward a call identified by the given UUID to the given Extension.
forward(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
This request tells the UCI server to forward a call identified by the given UUID to the given Extension.
forwarderCallerIdName - Variable in class de.starface.integration.uci.java.v30.types.Call
Forwarder callerIdName of farwarder
forwarderCallerIdNumber - Variable in class de.starface.integration.uci.java.v30.types.Call
Forwarder callerIdNumber of farwarder
forwardType - Variable in class de.starface.integration.uci.java.v30.types.Call
Forward type
ForwardType - Enum in de.starface.integration.uci.java.v30.values
This enum defines the different states a call can take.
FunctionKey - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the function keys as returned by UciFunctionKeyRequests.getFunctionKeys().
FunctionKey() - Constructor for class de.starface.integration.uci.java.v30.types.FunctionKey
 
FunctionKeyProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of the function keys as returned by UcpFunctionKeyRequests.getFunctionKeys().
functionKeysChanged(List<FunctionKey>) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciFunctionKeyEvents
This event allows the UCI client to get informed when the configuration of the function keys of the user changed.
functionKeysChanged(List<Map<String, Object>>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpFunctionKeyEvents
This event allows the UCI client to get informed when the configuration of the function keys of the user changed.
FunctionKeySearchProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of the function keys search result as returned by UcpFunctionKeyRequests.searchFunctionKeys(String, String) .
FunctionKeySearchResult - Class in de.starface.integration.uci.java.v30.types
 
FunctionKeySearchResult(Map<String, FunctionKey>, String, String) - Constructor for class de.starface.integration.uci.java.v30.types.FunctionKeySearchResult
 
FunctionKeySearchResult() - Constructor for class de.starface.integration.uci.java.v30.types.FunctionKeySearchResult
Do not use!
functionKeySearchTerminates(String) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciFunctionKeyEvents
This event allows the UCI client to get informed when the function key searching is terminated.
functionKeySearchTerminates(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpFunctionKeyEvents
This event allows the UCI client to get informed when the function key searching is terminated.
FunctionKeyState - Enum in de.starface.integration.uci.java.v30.values
This enum defines the different states a funktion key can take.
FunctionKeyType - Enum in de.starface.integration.uci.java.v30.values
This enum defines the different types a function key can have.

G

getAccountId() - Method in class de.starface.integration.uci.java.v30.types.QueueAgentState
 
getAccountId() - Method in class de.starface.integration.uci.java.v30.types.QueueSetting
Returns the accountid of this queue(group)
getAgents() - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
getAllCcbsCalls() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCcbsCallRequests
This request tells the UCI server to get all current ccbs calls.
getAllCcbsCalls() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCcbsCallRequests
This request tells the UCI server to get all current ccbs calls.
getAllConferenceCallsInRoom(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciConferenceCallRequests
This request tells the UCI server to get all conference call ids.
getAllConferenceCallsInRoom(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConferenceCallRequests
This request tells the UCI server to get all conference call ids.
getAllConferences() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciConferenceCallRequests
This request tells the UCI server to get all conference ids.
getAllConferences() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConferenceCallRequests
This request tells the UCI server to get all conference ids.
getAllFunctionKeys() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFunctionKeyRequests
This request allows the UCI client to retrieve all function keys.
getALLFunctionKeys() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFunctionKeyRequests
This request allows the UCI client to retrieve all function keys.
getAnsweredElsewhere() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
getAvailableDisplayNumbers() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciPhoneRequests
This request allows the UCI client to obtain a list of phone number that are available to be set as display number for the user.
getAvailableDisplayNumbers() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpPhoneRequests
This request allows the UCI client to obtain a list of phone number that are available to be set as display number for the user.
getAvatarHash() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getAvatarHash() - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
getAvatarHash() - Method in class de.starface.integration.uci.java.v30.types.UserState
 
getAvatarImage() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciUserStateRequests
This request can be used by the UCI client to retrieve the user's avatar image.
getAvatarImage() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpUserStateRequests
This request can be used by the UCI client to retrieve the user's avatar image.
getCallbackNumber() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
getCallbacknumber() - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
getCallDescription() - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
getCallDescription() - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
getCallDescription() - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
getCalledAccountId() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
getCalledCallerId() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
getCalledcallerid() - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
getCalledName() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getCalledName() - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
getCalledNumber() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getCalledNumber() - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
getCalledNumber() - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
getCalledNumber() - Method in class de.starface.integration.uci.java.v30.types.Fax
 
getCalledNumber() - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
getCalledNumber() - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
getCalledNumber() - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
getCalledNumberId() - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
getCallerAccountId() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
getCallerCallerId() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
getCallercallerid() - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
getCallerLegUuid() - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
getCallerName() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getCallerName() - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
getCallerName() - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
getCallerNumber() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getCallerNumber() - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
getCallerNumber() - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
getCallerNumber() - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
getCallerNumber() - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
getCallerNumber() - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
getCallId() - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
getCallIds() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
The UCI client may call getCallIds to have the server send a response with a list of call ids of the call being held by the user.
getCallIds() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
The UCI client may call getCallIds to have the server send a response with a list of call ids of the call being held by the user.
getCallInfoForKey(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFunctionKeyRequests
This request allows the UCI client to query information about the calls currently being held or received by the user or group the key of type FunctionKeyType.BUSY_LAMP_FIELD shows the status of.
getCallInfoForKey(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFunctionKeyRequests
This request allows the UCI client to query information about the calls currently being held or received by the user or group the key of type FunctionKeyType.BUSY_LAMP_FIELD shows the status of.
getCallLegUUID() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
getCallList(Date, Date, CallListEntryDirection, CallListEntryResult, String, CallListEntryProperties, OrderDirection, int, int) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallListRequests
Retrieve a list of phone calls of the current user.
getCallList(Date, Date, String, String, String, String, String, int, int) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallListRequests
Retrieve a list of phone calls of the current user.
getCallResultCausedBy() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
getCallResultTime() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
getCallsForQueue(int) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UCPQueueRequests
Returns a List of ongoing queue calls as defined in UciQueueCallProperties
Use this for initialization only.
getCallState(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
The getCallState request provides a number of properties about an identified call.
getCallState(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
The getCallState request provides a number of properties about an identified call.
getCallStepId() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
getCallWaitingIndication() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciPhoneRequests
This request allows the UCI client to check if the call waiting indication is used for simultaneous phone calls.
getCallWaitingIndication() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpPhoneRequests
This request allows the UCI client to check if the call waiting indication is used for simultaneous phone calls.
getCcbsAccountState() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCcbsCallRequests
This request tells the UCI server to get the CcbsAccountState.
getCcbsAccountState() - Method in class de.starface.integration.uci.java.v30.types.CcbsAccount
 
getCcbsAccountState() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCcbsCallRequests
This request tells the UCI server to get the CcbsAccountState.
getCcbsCallState() - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
getCdrAccountId() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
getCdrCallResult() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
getCdrId() - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
getCdrId() - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
getChannelNames() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getChannelNames() - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
getChatId() - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
getChatPresence() - Method in class de.starface.integration.uci.java.v30.types.UserState
 
getChatPresenceMessage() - Method in class de.starface.integration.uci.java.v30.types.UserState
 
getCity() - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
getCodecs() - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneSetting
 
getCompany() - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
getConferenceRoomId() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getConnectedTime() - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
getConnectedTimestamp() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getContactInfoForKey(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFunctionKeyRequests
This request allows the UCI client to query the contact information of the user or group the key of type FunctionKeyType.BUSY_LAMP_FIELD shows the status of.
getContactInfoForKey(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFunctionKeyRequests
This request allows the UCI client to query the contact information of the user or group the key of type FunctionKeyType.BUSY_LAMP_FIELD shows the status of.
getCountLimit() - Method in class de.starface.integration.uci.java.v30.types.CallList
 
getCountLimit() - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
getCountLimit() - Method in class de.starface.integration.uci.java.v30.types.MonitorList
 
getCountLimit() - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
getCountOffset() - Method in class de.starface.integration.uci.java.v30.types.CallList
 
getCountOffset() - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
getCountOffset() - Method in class de.starface.integration.uci.java.v30.types.MonitorList
 
getCountOffset() - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
getCountry() - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
getCurrentMessageWaitingState() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request tells the UCI server to send current messageWaitingEvents for all mailboxes of the account.
getCurrentMessageWaitingState() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
This request tells the UCI server to send current messageWaitingEvents for all mailboxes of the account.
getData() - Method in class de.starface.integration.uci.java.v30.types.Image
 
getDefaultOrderDirection() - Method in enum de.starface.integration.uci.java.v30.values.CallListEntryProperties
 
getDefaultOrderDirection() - Method in enum de.starface.integration.uci.java.v30.values.FaxListEntryProperties
 
getDefaultOrderDirection() - Method in enum de.starface.integration.uci.java.v30.values.MonitorListEntryProperties
 
getDefaultOrderDirection() - Method in enum de.starface.integration.uci.java.v30.values.RedirectSettingProperties
 
getDefaultOrderDirection() - Method in enum de.starface.integration.uci.java.v30.values.VoicemailListEntryProperties
 
getDelay() - Method in class de.starface.integration.uci.java.v30.types.FmcPhone
 
getDescription() - Method in class de.starface.integration.uci.java.v30.types.CallInfo
 
getDestination() - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
getDestinationType() - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
getDirection() - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
getDirectionRestriction() - Method in class de.starface.integration.uci.java.v30.types.CallList
 
getDisplayNumberId() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciPhoneRequests
This request allows the UCI client to retrieve the phone number that is signaled to the other party during a call on an outgoing line.
getDisplayNumberId() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpPhoneRequests
This request allows the UCI client to retrieve the phone number that is signaled to the other party during a call on an outgoing line.
getDoorlineCamUrl() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getDoorlineDtmfCode() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getDoorlineImageProviderId() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getDuration() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getDuration() - Method in class de.starface.integration.uci.java.v30.types.CallInfo
 
getDuration() - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
getDuration() - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
getDuration() - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
getDuration() - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
getDuration() - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
getEmail() - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
getEmail() - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
getEnteredTimestamp() - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
getEntries() - Method in class de.starface.integration.uci.java.v30.types.CallList
 
getEntries() - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
getEntries() - Method in class de.starface.integration.uci.java.v30.types.MonitorList
 
getEntries() - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
getFamilyName() - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
getFax() - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
getFax() - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
getFaxFile(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFaxListRequests
Downloads and returns the fax file for the given fax id.
getFaxFile(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFaxListRequests
Prepares the download of the fax file for the given fax id.
getFaxFileUrl(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFaxListRequests
Creates and returns a temporary URL that can be used to download the fax file for the next 15 minutes.
getFaxFileUrl(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFaxListRequests
Creates and returns a temporary URL that can be used to download the fax file for the next 15 minutes.
getFaxIds() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFaxRequests
The UCI client may call getFaxIds to have the server send a response with a list of fax ids of the faxes being sent by the user.
getFaxIds() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFaxRequests
The UCI client may call getFaxIds to have the server send a response with a list of fax ids of the faxes currently being sent by the user.
getFaxList(Date, Date, FaxListEntryFolder, String, FaxListEntryProperties, OrderDirection, int, int) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFaxListRequests
Retrieve a list of received and sent faxes of the current user.
getFaxList(Date, Date, String, String, String, String, int, int) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFaxListRequests
Retrieve a list of received and sent faxes of the current user.
getFaxState(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFaxRequests
The getFaxState message is used to query STARFACE for the state of an identified fax request.
getFaxState(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFaxRequests
The getFaxState request is used to query the UCI server for the state of an identified fax request.
getFile() - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
getFirstName() - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
getFmcId() - Method in class de.starface.integration.uci.java.v30.types.FmcPhone
 
getFmcPhones() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFmcPhoneRequests
Getting all FMC phones of this user.
getFmcPhones() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFmcPhoneRequests
Getting all FMC phones of this user.
getFolder() - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
getFolder() - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
getFolderRestriction() - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
getFolderRestriction() - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
getForwarderCallerIdName() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getForwarderCallerIdNumber() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getForwardType() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getFunctionKeys() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFunctionKeyRequests
This request allows the UCI client to retrieve the function keys of the current user.
getFunctionKeys() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFunctionKeyRequests
This request allows the UCI client to retrieve the function keys of the current user.
getGroupId() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getGroupId() - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
getGroupId() - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
getGroupId() - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
getGroupId() - Method in class de.starface.integration.uci.java.v30.types.PhoneNumber
 
getGroupId() - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
getGroupId() - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
getGroupRestriction() - Method in class de.starface.integration.uci.java.v30.types.CallList
 
getGroupRestriction() - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
getGroupSettings() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciGroupRequests
This request allows the UCI client to query the group settings of the groups the current user is a member of.
getGroupSettings() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpGroupRequests
This request allows the UCI client to query the group settings of the groups the current user is a member of.
getHash() - Method in class de.starface.integration.uci.java.v30.types.Image
 
getHomePhone() - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
getHomePhoneNumber() - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
getId() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getId() - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
getId() - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
getId() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
getId() - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
getId() - Method in class de.starface.integration.uci.java.v30.types.Fax
 
getId() - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
getId() - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
getId() - Method in class de.starface.integration.uci.java.v30.types.GroupSetting
 
getId() - Method in class de.starface.integration.uci.java.v30.types.Mailbox
 
getId() - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
getId() - Method in class de.starface.integration.uci.java.v30.types.PhoneNumber
 
getId() - Method in class de.starface.integration.uci.java.v30.types.QueueSetting
Returns the unique id of this queue
getId() - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
getImageForKey(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFunctionKeyRequests
This request allows the UCI client to query the image of the key.
getImageForKey(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFunctionKeyRequests
This request allows the UCI client to query the image of the key.
getImageHash() - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
getImageOfHash(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request tells the UCI server to return the avatar image of an image hash.
getImageOfHash(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
This request tells the UCI server to return the avatar image of an image hash.
getIncommingTime() - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
getInternalPhone() - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
getInternalPhoneNumber() - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
getJabberId() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getJabberId() - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
getJabberId() - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
getJobTitle() - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
getLastDestinationMailbox() - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
getLastDestinationNumber() - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
getLineId() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
getLineName() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
getLinkTime() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
getLogonId() - Method in class de.starface.integration.uci.java.v30.types.GroupSetting
 
getMailboxes() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciVoicemailListRequests
Retrieve a list with all mailboxes of the current user
getMailboxes() - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
getMailboxes() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpVoicemailListRequests
This request allows the UCI client to retrieve a list with all mailboxes of the current user
getMailboxId() - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
getMailboxName() - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
getMailboxRestriction() - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
getMaxWaitingTime() - Method in class de.starface.integration.uci.java.v30.types.QueueSetting
Returns the maximum waiting time until a caller will get kicked out of the queue
getMessageWatingIndication() - Method in class de.starface.integration.uci.java.v30.types.MessageWaitingIndicationInfo
 
getMimeType() - Method in class de.starface.integration.uci.java.v30.types.Image
 
getMobilePhone() - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
getMobilePhoneNumber() - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
getMonitorFile(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciMonitorListRequests
Downloads and returns the monitor for the given monitor id
getMonitorFile(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpMonitorListRequests
Prepares the download of the monitor for the given monitor id.
getMonitorFileUrl(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciMonitorListRequests
Creates and returns a temporary URL that can be used to download the monitor file for the next 15 minutes.
getMonitorFileUrl(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpMonitorListRequests
This request creates and returns a temporary URL that can be used to download the monitor file for the next 15 minutes.
getMonitorList(Date, Date, MonitorListEntryProperties, OrderDirection, int, int) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciMonitorListRequests
Retrieve a list of monitors of the current user.
getMonitorList(Date, Date, String, String, int, int) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpMonitorListRequests
With this request the UCI client can retrieve a list of monitors of the current user.
getMonitortimeend() - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
getMonitortimestart() - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
getName() - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
getName() - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
getName() - Method in class de.starface.integration.uci.java.v30.types.GroupSetting
 
getName() - Method in class de.starface.integration.uci.java.v30.types.Mailbox
 
getName() - Method in class de.starface.integration.uci.java.v30.types.QueueAgentState
 
getName() - Method in class de.starface.integration.uci.java.v30.types.QueueSetting
Returns the Name of the Queue Group
getNatType() - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneSetting
 
getNewId() - Method in class de.starface.integration.uci.java.v30.types.CallIdChanges
 
getNewMessagesCount() - Method in class de.starface.integration.uci.java.v30.types.MessageWaitingIndicationInfo
 
getNumber() - Method in class de.starface.integration.uci.java.v30.types.CallInfo
 
getNumber() - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
getNumber() - Method in class de.starface.integration.uci.java.v30.types.FmcPhone
 
getNumber() - Method in class de.starface.integration.uci.java.v30.types.PhoneNumber
 
getOldId() - Method in class de.starface.integration.uci.java.v30.types.CallIdChanges
 
getOrderDirection() - Method in class de.starface.integration.uci.java.v30.types.CallList
 
getOrderDirection() - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
getOrderDirection() - Method in class de.starface.integration.uci.java.v30.types.MonitorList
 
getOrderDirection() - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
getOrderProperty() - Method in class de.starface.integration.uci.java.v30.types.CallList
 
getOrderProperty() - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
getOrderProperty() - Method in class de.starface.integration.uci.java.v30.types.MonitorList
 
getOrderProperty() - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
getPeerNames() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getPeerNames() - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
getPermissions(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciSystemRequests
 
getPermissions(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpSystemRequests
 
getPhone() - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
getPhone2() - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
getPhoneIds() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciPhoneRequests
The UCI client may call getPhoneIds to have the server send a response with a list of telephone ids of the phones assigned to the user.
getPhoneIds() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpPhoneRequests
The UCI client may call getPhoneIds to have the server send a response with a list of telephone ids of the phones assigned to the user.
getPhoneNumber() - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
getPhoneNumber2() - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
getPhoneNumbers() - Method in class de.starface.integration.uci.java.v30.types.GroupSetting
 
getPosition() - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
getPosition() - Method in interface de.starface.integration.uci.java.v30.types.Positionable
 
getPosition() - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
getPostCode() - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
getPrimaryPhoneId() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciPhoneRequests
This request allows the UCI client to retrieve the id of the primary phone of the user.
getPrimaryPhoneId() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpPhoneRequests
This request allows the UCI client to retrieve the id of the primary phone of the user.
getPriority() - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
getProvidedEvents() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpServiceRequests
This request can be used to query the server for the service names of all supported events.
getProvidedRequests() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpServiceRequests
This request can be used to query the server for the service names of all supported requests.
getQueueAccountId() - Method in class de.starface.integration.uci.java.v30.types.QueueAgentState
 
getQueueAccountId() - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
getQueueAgents(int) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciQueueRequests
Returns a List of QueueAgents with their current states as defined in QueueAgentState of the given queue, if the user is an agent of it.
getQueueAgents(int) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UCPQueueRequests
Returns a List of QueueAgents as defined in QueueAgentStateProperties for the given queue
getQueueCalls() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciQueueRequests
Returns the waiting, ringin, and ongoing calls of the given queue as defined in UciQueueCall
getQueueSetting(int) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciQueueRequests
Returns the settings of a queue as defined in QueueSetting
getQueueSetting(int) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UCPQueueRequests
Returns the Settings of a queue as defined in QueueSettingProperties
getQueueSettings() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciQueueRequests
This request allows the UCI client to query the settings of all queues the user is an agent of.
getQueueSettings() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UCPQueueRequests
This request allows the UCI client to query the queues.
getRealm() - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneConfig
 
getReceivedAfter() - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
getReceivedBefore() - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
getReceptionTime() - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
getRedirectSettings(RedirectSettingType, String, RedirectSettingProperties, OrderDirection) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciRedirectRequests
Retrieve the redirect settings for the current user.
getRedirectSettings(String, String, String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpRedirectRequests
This request allows the UCI client to retrieve the redirect settings for the current user.
getRedirectSettingsForKey(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFunctionKeyRequests
This request allows the UCI client to query which redirect always settings have been activated by the user or group the key of type FunctionKeyType.BUSY_LAMP_FIELD shows the status of.
getRedirectSettingsForKey(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFunctionKeyRequests
This request allows the UCI client to query which redirect always settings have been activated by the user or group the key of type FunctionKeyType.BUSY_LAMP_FIELD shows the status of.
getReferenceOfConsultation() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getResult() - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
getResultList() - Method in class de.starface.integration.uci.java.v30.types.FunctionKeySearchResult
 
getResultRestriction() - Method in class de.starface.integration.uci.java.v30.types.CallList
 
getRingingTime() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
getRoomId() - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
getSchedules() - Method in class de.starface.integration.uci.java.v30.types.FmcPhone
 
getSearchId() - Method in class de.starface.integration.uci.java.v30.types.FunctionKeySearchResult
 
getSearchTerm() - Method in class de.starface.integration.uci.java.v30.types.FunctionKeySearchResult
 
getSentPages() - Method in class de.starface.integration.uci.java.v30.types.Fax
 
getServiceId() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
getServiceName(Class<?>) - Static method in class de.starface.integration.uci.java.v30.UciServices
Retrieves the Name of the UCI service the given interface is tagged with
getServiceNames(Class<?>...) - Static method in class de.starface.integration.uci.java.v30.UciServices
Compute a list of string containing the names of all UCI services provided by the given interfaces and all of their super interfaces.
getSipCallIds() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getSipPassword() - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneConfig
 
getSipPort() - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneConfig
 
getSipUserId() - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneConfig
 
getSipUserId() - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneRegistrationInfo
 
getSize() - Method in class de.starface.integration.uci.java.v30.types.QueueSetting
Returns the maximum amount of callers in the queue
getSoftPhoneId() - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneSetting
 
getStartAfter() - Method in class de.starface.integration.uci.java.v30.types.CallList
 
getStartAfter() - Method in class de.starface.integration.uci.java.v30.types.MonitorList
 
getStartAfter() - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
getStartBefore() - Method in class de.starface.integration.uci.java.v30.types.CallList
 
getStartBefore() - Method in class de.starface.integration.uci.java.v30.types.MonitorList
 
getStartBefore() - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
getStartTime() - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
getStartTime() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
getStartTime() - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
getState() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getState() - Method in class de.starface.integration.uci.java.v30.types.CallInfo
 
getState() - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
getState() - Method in class de.starface.integration.uci.java.v30.types.Fax
 
getState() - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
getState() - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
getStreet() - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
getTelephoneId() - Method in class de.starface.integration.uci.java.v30.types.FmcPhone
 
getTelephonyState() - Method in class de.starface.integration.uci.java.v30.types.UserState
 
getTimeBegin() - Method in class de.starface.integration.uci.java.v30.types.FmcScheduleEntry
 
getTimeEnd() - Method in class de.starface.integration.uci.java.v30.types.FmcScheduleEntry
 
getTimeout() - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
getTimestamp() - Method in class de.starface.integration.uci.java.v30.types.Call
 
getTimestamp() - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
getTimestamp() - Method in class de.starface.integration.uci.java.v30.types.Fax
 
getTotalCount() - Method in class de.starface.integration.uci.java.v30.types.CallList
 
getTotalCount() - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
getTotalCount() - Method in class de.starface.integration.uci.java.v30.types.MonitorList
 
getTotalCount() - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
getTotalPages() - Method in class de.starface.integration.uci.java.v30.types.Fax
 
getType() - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
getType() - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.CallIdChangesProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.CallInfoProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.CallListEntryProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.CallListProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.CallProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.CcbsAccountProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.CcbsCallProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.CdrDataProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.ConferenceCallProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.FaxListEntryProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.FaxListProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.FaxProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.FmcPhoneProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.FmcScheduleEntryProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.FunctionKeyProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.FunctionKeySearchProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.GroupSettingProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.MailboxProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.MonitorListEntryProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.MonitorListProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.PhoneNumberProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.QueueAgentStateProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.QueueSettingProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.RedirectSettingProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.SoftPhoneConfigProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.SoftPhoneRegistrationInfoProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.SoftPhoneSettingProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.UciQueueCallProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.UserStateProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.VoicemailListEntryProperties
 
getType() - Method in enum de.starface.integration.uci.java.v30.values.VoicemailListProperties
 
getUserName() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciUserStateRequests
This request can be used by the UCI client to get the name of the current user.
getUserName() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpUserStateRequests
This request can be used by the UCI client to get the name of the current user.
getUserState() - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciUserStateRequests
This request can be used by the UCI client to obtain the current user's state with information about his DND, telefony, chat and avatar state.
getUserState() - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
getUserState() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpUserStateRequests
This request can be used by the UCI client to obtain the current user's state with information about his DND, telefony, chat and avatar state.
getValue() - Method in enum de.starface.integration.uci.java.v30.values.SoftPhoneNatType
 
getVoiceMailBoxId() - Method in class de.starface.integration.uci.java.v30.types.MessageWaitingIndicationInfo
 
getVoiceMailBoxName() - Method in class de.starface.integration.uci.java.v30.types.MessageWaitingIndicationInfo
 
getVoicemailFile(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciVoicemailListRequests
Downloads and returns the voicemail for the given voicemail id
getVoicemailFile(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpVoicemailListRequests
Prepares the download of the voicemail for the given voicemail id.
getVoicemailFileUrl(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciVoicemailListRequests
Creates and returns a temporary URL that can be used to download the voicemail file for the next 15 minutes.
getVoicemailFileUrl(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpVoicemailListRequests
This request creates and returns a temporary URL that can be used to download the voicemail file for the next 15 minutes.
getVoicemailId() - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
getVoicemailList(Date, Date, String, VoicemailListEntryFolder, VoicemailListEntryProperties, OrderDirection, int, int) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciVoicemailListRequests
Retrieve a list of voicemails of the current user.
getVoicemailList(Date, Date, String, String, String, String, int, int) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpVoicemailListRequests
With this request the UCI client can retrieve a list of voicemails of the current user.
getWantToSpeak() - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
grabVoicemailBoxCallerWithPhone(String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request tells the UCI server to grab the call from the linked voicemailbox.
grabVoicemailBoxCallerWithPhone(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
This request tells the UCI server to grab the call from the linked voicemailbox.
groupId - Variable in class de.starface.integration.uci.java.v30.types.Call
The id of the group if this call was received by a group (the empty string otherwise)
groupId - Variable in class de.starface.integration.uci.java.v30.types.CcbsCall
The id of the group if this call was received by a group (the empty string otherwise)
GroupRestriction - Interface in de.starface.integration.uci.java.v30.values
 
GroupSetting - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the group settings as returned by UciGroupRequests.getGroupSettings()
GroupSetting() - Constructor for class de.starface.integration.uci.java.v30.types.GroupSetting
 
groupSettingChanged(List<Map<String, Object>>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpGroupEvents
This event allows the UCI client to get informed when the state or number of the group settings change.
GroupSettingProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the proprty names of the group settings as returned by UcpGroupRequests.getGroupSettings()
groupSettingsChanged(List<GroupSetting>) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciGroupEvents
This event allows the UCI client to get informed when the state or number of the group settings change.

H

hangupCall(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request tells the UCI server to hang up the call identified by the given UUID.
hangupCall(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciConferenceCallRequests
This request tells the UCI server to hang up the call identified by the given UUID.
hangupCall(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
This request tells the UCI server to hang up the call identified by the given UUID.
hangupCall(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConferenceCallRequests
This request tells the UCI server to hang up the call identified by the given UUID.
hashCode() - Method in class de.starface.integration.uci.java.v30.types.Call
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.CallIdChanges
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.CallInfo
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.CallList
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.CcbsAccount
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.Fax
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.FunctionKeySearchResult
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.GroupSetting
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.Image
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.Mailbox
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.MessageWaitingIndicationInfo
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.MonitorList
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.PhoneNumber
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.QueueSetting
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneConfig
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneRegistrationInfo
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneSetting
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.UserState
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
hashCode() - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
hold(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request tells the UCI server to hold the call identified by the given UUID.
hold(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
This request tells the UCI server to hold the call identified by the given UUID.

I

id - Variable in class de.starface.integration.uci.java.v30.types.Call
The id of the call in form of a UUID as String
id - Variable in class de.starface.integration.uci.java.v30.types.CcbsCall
The id of the call in form of a UUID as String
id - Variable in class de.starface.integration.uci.java.v30.types.ConferenceCall
The id of the call in form of a UUID as String
Image - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the images as returned by UciFunctionKeyRequests.getImageForKey(String) or UciUserStateRequests.getAvatarImage()
Image() - Constructor for class de.starface.integration.uci.java.v30.types.Image
 
ImageProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds the names of the properties of the images as returned by UcpFunctionKeyRequests.getImageForKey(String) or UcpUserStateRequests.getAvatarImage()
isActive() - Method in class de.starface.integration.uci.java.v30.types.FmcPhone
 
isAdmin() - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
isAnswered() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
isCaller() - Method in class de.starface.integration.uci.java.v30.types.Call
 
isCaller() - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
isConferenceAdmin() - Method in class de.starface.integration.uci.java.v30.types.Call
 
isConfirm() - Method in class de.starface.integration.uci.java.v30.types.FmcPhone
 
isConsultationCall() - Method in class de.starface.integration.uci.java.v30.types.Call
 
isDeleted() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
isDoNotDisturbSetting() - Method in class de.starface.integration.uci.java.v30.types.UserState
 
isEnabled() - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
isFaxAvailable() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
isFriday() - Method in class de.starface.integration.uci.java.v30.types.FmcScheduleEntry
 
isGroupCall() - Method in class de.starface.integration.uci.java.v30.types.Call
 
isGroupCall() - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
isGroupCall() - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
isGroupCall() - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
isGroupFax() - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
isGroupNumber() - Method in class de.starface.integration.uci.java.v30.types.PhoneNumber
 
isGroupRedirect() - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
isIncoming() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
isIncomingFax() - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
isListening() - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
isLoggedIn() - Method in class de.starface.integration.uci.java.v30.types.QueueAgentState
 
isLoggedOn() - Method in class de.starface.integration.uci.java.v30.types.GroupSetting
 
isMonday() - Method in class de.starface.integration.uci.java.v30.types.FmcScheduleEntry
 
isMonitorAvailable() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
isMuted() - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
isPartial() - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
isPrivateCall() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
isRecorded() - Method in class de.starface.integration.uci.java.v30.types.Call
 
isRecorder() - Method in class de.starface.integration.uci.java.v30.types.Call
 
isRecordOwner() - Method in class de.starface.integration.uci.java.v30.types.Call
 
isRedirectAlwaysActive() - Method in class de.starface.integration.uci.java.v30.types.UserState
 
isSaturday() - Method in class de.starface.integration.uci.java.v30.types.FmcScheduleEntry
 
isSipPhoneInUse(SoftPhoneSetting) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciPhoneRequests
This request allows the UCI client to check wether a SipPhone with the softPhoneId of the given SoftPhoneSetting is currently registered for the user.
isSunday() - Method in class de.starface.integration.uci.java.v30.types.FmcScheduleEntry
 
isTalking() - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
isThursday() - Method in class de.starface.integration.uci.java.v30.types.FmcScheduleEntry
 
isTuesday() - Method in class de.starface.integration.uci.java.v30.types.FmcScheduleEntry
 
isVoicemailAvailable() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
isWednesday() - Method in class de.starface.integration.uci.java.v30.types.FmcScheduleEntry
 

J

jabberId - Variable in class de.starface.integration.uci.java.v30.types.Call
The jabber id
jabberId - Variable in class de.starface.integration.uci.java.v30.types.ConferenceCall
The jabber id
joinToConference(String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciConferenceCallRequests
This request tells the UCI server to join a conference.
joinToConference(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConferenceCallRequests
This request tells the UCI server to join a conference.

K

keepAlive() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConnectionRequests
The keepAlive request is used to check if the server is still available, the connection has not been lost and tell the server that the client is still available.

L

leaveConference(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciConferenceCallRequests
This request tells the UCI server to leave the conference.
leaveConference(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConferenceCallRequests
This request tells the UCI server to leave the conference.
listening - Variable in class de.starface.integration.uci.java.v30.types.ConferenceCall
Can the participant hear
listenToConference(String, boolean) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciConferenceCallRequests
This request tells the UCI server that the confernce call can hear or not hear the outher participants.
listenToConference(String, boolean) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConferenceCallRequests
This request tells the UCI server that the confernce call can hear or not hear the outher participants.
login() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConnectionRequests
The login request is sent by the client to connect to the UCP server.
logout() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConnectionRequests
The client uses the logout request to indicate its intention to close the UCP connection.

M

Mailbox - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the mailboxes as returned by UciVoicemailListRequests.getMailboxes()
Mailbox() - Constructor for class de.starface.integration.uci.java.v30.types.Mailbox
 
MailboxProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of the mailboxes as returned by UcpVoicemailListRequests.getMailboxes()
MessageWaitingIndicationInfo - Class in de.starface.integration.uci.java.v30.types
This object holds the properties MessageWaitingIndicationEvents
MessageWaitingIndicationInfo() - Constructor for class de.starface.integration.uci.java.v30.types.MessageWaitingIndicationInfo
 
monitor(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request tells the UCI server to monitor the given call identified by the given UUID.
monitor(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
This request tells the UCI server to monitor the given call identified by the given UUID.
MonitorList - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the monitor list as returned by UciMonitorListRequests.getMonitorList(Date, Date,MonitorListEntryProperties, OrderDirection, int, int)
MonitorList() - Constructor for class de.starface.integration.uci.java.v30.types.MonitorList
 
MonitorListEntry - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the monitor list entries as returned by UciMonitorListRequests.getMonitorList(Date, Date, MonitorListEntryProperties, OrderDirection, int, int)
MonitorListEntry() - Constructor for class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
MonitorListEntryProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of the monitor list entries as returned by UcpMonitorListRequests.getMonitorList(Date, Date, String, String, int, int)
MonitorListProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of the monitor list as returned by UcpMonitorListRequests.getMonitorList(Date, Date, String, String, int, int)
moveFaxListEntries(List<String>, FaxListEntryFolder) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFaxListRequests
Move multiple fax list entries to another folder
moveFaxListEntries(List<String>, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFaxListRequests
Move multiple fax list entries to another folder
moveFaxListEntry(String, FaxListEntryFolder) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFaxListRequests
Move a fax list entry to another folder
moveFaxListEntry(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFaxListRequests
Move a fax list entry to another folder
moveVoicemailListEntries(List<String>, VoicemailListEntryFolder) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciVoicemailListRequests
Move mutliple voicemail list entries to another folder
moveVoicemailListEntries(List<String>, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpVoicemailListRequests
This request moves multiple voicemail list entries to another folder
moveVoicemailListEntry(String, VoicemailListEntryFolder) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciVoicemailListRequests
Move a voicemail list entry to another folder
moveVoicemailListEntry(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpVoicemailListRequests
This request moves a voicemail list entry to another folder
muted - Variable in class de.starface.integration.uci.java.v30.types.ConferenceCall
Can the participant speak
muteToConference(String, boolean) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciConferenceCallRequests
This request tells the UCI server to mute or unmute the call.
muteToConference(String, boolean) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConferenceCallRequests
This request tells the UCI server to mute or unmute the call.

N

name - Variable in class de.starface.integration.uci.java.v30.types.ConferenceCall
The name of the conference participant
newFaxListEntry(FaxListEntry) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciFaxListEvents
This event allows the UCI client to get informed about new fax list entries being available.
newFaxListEntry(Map<String, Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpFaxListEvents
This event allows the UCI client to get informed about new fax list entries being available.
newId - Variable in class de.starface.integration.uci.java.v30.types.CallIdChanges
The newId of the call in form of a UUID as String
newMessageWaitingIndicationEvent(MessageWaitingIndicationInfo) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciCallEvents
This event provides Information about new VoicemailMessages to the UCI client
newMessageWaitingIndicationEvent(Map<String, Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpCallEvents
This event provides Information about new VoicemailMessages to the UCI client
newSoftPhoneRegisteredEvent(SoftPhoneRegistrationInfo) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciPhoneEvents
This event provides Information about new SoftPhone registrations thats SIP credentials has been requested by the UCI client.
newSoftPhoneRegisteredEvent(Map<String, Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpPhoneEvents
This event provides Information about new SoftPhone registrations thats SIP credentials has been requested by the UCI client.
newVoicemailListEntry(VoicemailListEntry) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciVoicemailListEvents
This event allows the UCI client to get informed about new voicemail list entries being available.
newVoicemailListEntry(Map<String, Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpVoicemailListEvents
This event allows the UCI client to get informed about new voicemail list entries being available.
NON_GROUP - Static variable in interface de.starface.integration.uci.java.v30.values.GroupRestriction
 
number - Variable in class de.starface.integration.uci.java.v30.types.ConferenceCall
The phone number of the conference participant

O

oldId - Variable in class de.starface.integration.uci.java.v30.types.CallIdChanges
The oldId of the call in form of a UUID as String
onlyOneCanSpeakInRoom(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciConferenceCallRequests
This request tells the UCI server to enable speaking for one participant.
onlyOneCanSpeakInRoom(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConferenceCallRequests
This request tells the UCI server to enable speaking for one participant.
OrderDirection - Enum in de.starface.integration.uci.java.v30.values
Defines some values used in UCI requests that define how list result lists will be ordered.

P

parkAndOrbit(String, String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request tells the UCI server to park and give an orbit number to the given call identified by the given UUID.
parkAndOrbit(String, String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
This request tells the UCI server to park and give an orbit number to the given call identified by the given UUID.
peerNames - Variable in class de.starface.integration.uci.java.v30.types.Call
Name of the device
peerNames - Variable in class de.starface.integration.uci.java.v30.types.CcbsCall
Name of the device
PhoneNumber - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the phone numbers as returned by UciPhoneRequests.getAvailableDisplayNumbers()
PhoneNumber() - Constructor for class de.starface.integration.uci.java.v30.types.PhoneNumber
 
PhoneNumberProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the proptery names of the phone numbers as returned by UcpPhoneRequests.getAvailableDisplayNumbers()
phonesChangedEvent(List<String>) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciPhoneEvents
This event provides Information about changes of telephones of this user.
phonesChangedEvent(List<String>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpPhoneEvents
This event provides Information about changes of telephones of this user.
placeCallbackCallWithPhone(String, String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallListRequests
This request is called to initiate a phone call for the user the same way as when using the STARFACE call list.
placeCallbackCallWithPhone(String, String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallListRequests
This request is called to initiate a phone call for the user the same way as when using the STARFACE call list.
placeCallWithNumber(String, String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request is called to initiate a phone call for the user.
placeCallWithNumber(String, String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
Deprecated. WARNING: Initiating a call this way results in a phone call that does not provide all of the UCI 3.0 Call Events denoted by the UCI 3.0 documentation. Some events may be missing or out of order.
placeCallWithPhone(String, String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request is called to initiate a phone call for the user the same way as when using the STARFACE call manager.
placeCallWithPhone(String, String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
This request is called to initiate a phone call for the user the same way as when using the STARFACE call manager.
placeConsultationCallWithPhone(String, String, String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request is called to initiate a phone consultation call for the user the same way as when using the STARFACE call manager.
placeConsultationCallWithPhone(String, String, String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
This request is called to initiate a phone consultation call for the user the same way as when using the STARFACE call manager.
playDtmf(String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request tells the UCI server to send DTMF sounds on that call.
playDtmf(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
This request tells the UCI server to send DTMF sounds on that call.
Positionable - Interface in de.starface.integration.uci.java.v30.types
An interface for items that have a position in a list.
pressKey(String, Object...) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFunctionKeyRequests
This request allows the UCI client to virtually press a function key of the current user.
pressKey(String, List<Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFunctionKeyRequests
This request allows the UCI client to virtually press a function key of the current user.
primaryPhoneChangedEvent(String) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciPhoneEvents
This event provides Information about changes of the primary phone of this user.
primaryPhoneChangedEvent(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpPhoneEvents
This event provides Information about changes of the primary phone of this user.
providesEvents(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpServiceRequests
This request can be used by the client to detect if events it wants to use are actually provided by the server.
providesRequests(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpServiceRequests
This request can be used by the client to detect if another requests it wants to use are actually provided by the server.

Q

queueAgentChangedEvent(Integer) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciQueueEvents
The queue has a new agent or an agent was removed.
queueAgentChangedEvent(Integer) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpQueueEvents
The queue has a new agent or an agent was removed.
QueueAgentState - Class in de.starface.integration.uci.java.v30.types
Represents the state of an agent.
QueueAgentState() - Constructor for class de.starface.integration.uci.java.v30.types.QueueAgentState
 
QueueAgentState(int, int, boolean, String, UserState) - Constructor for class de.starface.integration.uci.java.v30.types.QueueAgentState
 
queueAgentStateChanged(QueueAgentState) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciQueueEvents
One of the agents states has changed.
queueAgentStateChanged(List<Map<String, Object>>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpQueueEvents
One of the agents states has changed.
QueueAgentStateProperties - Enum in de.starface.integration.uci.java.v30.values
 
queueCallChangedIdEvent(String, String) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciQueueEvents
During a call, the id of the call can change (e.g. during a transfer).
queueCallChangedIdEvent(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpQueueEvents
During a call, the id of the call can change (e.g. during a transfer).
queueCallEvent(UciQueueCall) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciQueueEvents
Updates the UCI client about a new queue call or a statechange of a queue call.
queueCallEvent(UciQueueCall) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpQueueEvents
Updates the UCI client about a new queue call or a statechange of a queue call.
QueueCallState - Enum in de.starface.integration.uci.java.v30.values
 
queueGroupChangedEvent(boolean, Integer) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciQueueEvents
A new queue has been created (parameter newGroup = true) or a queue was deleted (parameter newGroup = false)
queueGroupChangedEvent(boolean, Integer) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpQueueEvents
A new queue has been created (parameter newGroup = true) or a queue was deleted (parameter newGroup = false)
QueueSetting - Class in de.starface.integration.uci.java.v30.types
 
QueueSetting() - Constructor for class de.starface.integration.uci.java.v30.types.QueueSetting
 
queueSettingChanged(Integer) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciQueueEvents
This event allows the UCI client to get informed when the state or number of the queue setting changes.
queueSettingChanged(Map<String, Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpQueueEvents
This event allows the UCI client to get informed when the state or number of the queue setting changes.
QueueSettingProperties - Enum in de.starface.integration.uci.java.v30.values
Properties of the Queue objects
queueSettingsChanged(List<QueueSetting>) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciQueueEvents
This event allows the UCI client to get informed when the state or number of the queue settings change.
quitConference(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciConferenceCallRequests
This request tells the UCI server to quit the conference.
quitConference(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConferenceCallRequests
This request tells the UCI server to quit the conference.

R

receiveCallState(Call) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciCallEvents
The ReceiveCallState event provides a number of properties about the call the state is changing of.
receiveCallState(Map<String, Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpCallEvents
The ReceiveCallState event provides a number of properties about the call the state is changing of.
receiveCcbsAccountState(CcbsAccountState) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciCcbsCallEvents
The receiveCcbsAccountState event provides a number of properties about the account the state is changing of.
receiveCcbsAccountState(Map<String, Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpCcbsEvents
The ReceiveCcbsAccountState event provides a number of properties about the account the state is changing of.
receiveCcbsCallState(CcbsCall) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciCcbsCallEvents
The receiveCcbsCallState event provides a number of properties about the call the state is changing of.
receiveCcbsState(Map<String, Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpCcbsEvents
The ReceiveCcbsState event provides a number of properties about the call the state is changing of.
receiveConferenceCallState(ConferenceCall) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciConferenceCallEvents
The ReceiveConferenceCallState event provides a number of properties about the call the state is changing of.
receiveConfrenceCallState(Map<String, Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpConferenceCallEvents
The ReceiveConfrenceCallState event provides a number of properties about the call the state is changing of.
receiveFaxState(Fax) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciFaxEvents
Much the same as ReceiveCallState the ReceiveFaxState event notifies the UCI client of state changes to an outgoing fax request by providing several properties about the fax request including the id of the fax request, the new state of the fax request and the timestamp when the request did change its state.
receiveFaxState(Map<String, Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpFaxEvents
Much the same as UcpCallEvents.receiveCallState(Map) the ReceiveFaxState event notifies the UCI client of state changes of an outgoing fax request by providing several properties about the fax request including the id of the fax request, the new state of the fax request and the timestamp when the request did change its state.
receiveFunctionKeyState(FunctionKey) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciFunctionKeyEvents
The ReceiveFunctionKeyState event provides a number of properties about the function key the state is changing of.
receiveFunctionKeyState(Map<String, Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpFunctionKeyEvents
The ReceiveFunctionKeyState event provides a number of properties about the function key the state is changing of.
recorded - Variable in class de.starface.integration.uci.java.v30.types.Call
Is in the current call recording activated
recorder - Variable in class de.starface.integration.uci.java.v30.types.Call
Is in the current call recorded by the user
recordOwner - Variable in class de.starface.integration.uci.java.v30.types.Call
Is the user a monitor owner
redirectAlwaysActive - Variable in class de.starface.integration.uci.java.v30.types.UserState
A flag indicating whether the user has any redirect always settings enabled
RedirectSetting - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the redirect settings as returned by UciRedirectRequests.getRedirectSettings(RedirectSettingType, String, RedirectSettingProperties, OrderDirection)
RedirectSetting() - Constructor for class de.starface.integration.uci.java.v30.types.RedirectSetting
 
RedirectSettingDestinationType - Enum in de.starface.integration.uci.java.v30.values
This enum holds the constants used for the redirect setting property RedirectSettingProperties.destinationType.
RedirectSettingProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of the redirect settings as returned by UcpRedirectRequests.getRedirectSettings(String, String, String, String)
redirectSettingsChanged(List<RedirectSetting>) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciRedirectEvents
This event allows the UCI client to get informed when the state or number of the redirect settings change.
redirectSettingsChanged(List<Map<String, Object>>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpRedirectEvents
This event allows the UCI client to get informed when the state or number of the redirect settings change.
RedirectSettingType - Enum in de.starface.integration.uci.java.v30.values
This enum holds the constants used for the redirect setting property RedirectSettingProperties.type.
referenceOfConsultation - Variable in class de.starface.integration.uci.java.v30.types.Call
The reference of the outher side of consultation
registerSipPhone(SoftPhoneSetting) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciPhoneRequests
This request allows the UCI client to get SIP credentials for a SoftPhone.
registerSipPhone(Map<String, Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpPhoneRequests
This request allows the UCI client to get SIP credentials for a SoftPhone.
removeAvailableCcbs(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCcbsCallRequests
This request tells the UCI server to remove an available ccbs call by the given UUID.
removeAvailableCcbs(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCcbsCallRequests
This request tells the UCI server to remove an available ccbs call by the given UUID.
reset() - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpConnectionEvents
STARFACE wants to reset the UCP connection and doesn't send any further calls to the client.
resume(String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request tells the UCI server to resume the call identified by the given UUID and the given Phone.
resume(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
This request tells the UCI server to resume the call identified by the given UUID and the given Phone.
roomId - Variable in class de.starface.integration.uci.java.v30.types.ConferenceCall
The Room Identifikation Number

S

saveFmcPhone(FmcPhone) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFmcPhoneRequests
Saving a new FMC phone or updating one.
saveFmcPhone(FmcPhone) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFmcPhoneRequests
Saving a new FMC phone or updating one.
searchFunctionKeys(String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFunctionKeyRequests
This request allows the UCI client to retrieve the function keys containing the given term in name or phone number.
searchFunctionKeys(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFunctionKeyRequests
This request allows the UCI client to retrieve the function keys containing the given term in name or phone number.
searchFunctionKeysByEmail(String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFunctionKeyRequests
This request allows the UCI client to retrieve the function keys by email address.
searchFunctionKeysByEmail(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFunctionKeyRequests
This request allows the UCI client to retrieve the function keys by email address.
searchFunctionKeysByJabberId(String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFunctionKeyRequests
This request allows the UCI client to retrieve the function keys by jabber id.
searchFunctionKeysByJabberId(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFunctionKeyRequests
This request allows the UCI client to retrieve the function keys by jabber id.
sendFax(String, String, File, File) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFaxRequests
This procedure is called to initiate a fax sending process.
sendFax(String, String, String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFaxRequests
This request initiates the fax sending process.
sendFaxAsync(String, String, File, File) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFaxRequests
This procedure is called to initiate a fax sending process.
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.messages.events.UciQueueEvents
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.messages.requests.UciQueueRequests
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpCallCdrEvents
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpCallEvents
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpCcbsEvents
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpConferenceCallEvents
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpConnectionEvents
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpFaxEvents
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpFaxListEvents
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpFmcPhoneEvents
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpFunctionKeyEvents
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpGroupEvents
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpPhoneEvents
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpQueueEvents
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpRedirectEvents
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpUserStateEvents
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpVoicemailListEvents
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallListRequests
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCcbsCallRequests
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConferenceCallRequests
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConnectionRequests
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFaxListRequests
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFaxRequests
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFmcPhoneRequests
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFunctionKeyRequests
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpGroupRequests
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpMonitorListRequests
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpPhoneRequests
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UCPQueueRequests
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpRedirectRequests
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpServiceRequests
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpSystemRequests
 
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpUserStateRequests
The UCI service name used for this interface
SERVICE_NAME - Static variable in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpVoicemailListRequests
The UCI service name used for this interface
setAccountId(int) - Method in class de.starface.integration.uci.java.v30.types.QueueAgentState
 
setAccountId(int) - Method in class de.starface.integration.uci.java.v30.types.QueueSetting
 
setActive(boolean) - Method in class de.starface.integration.uci.java.v30.types.FmcPhone
 
setAdmin(Boolean) - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
setAgents(List<Integer>) - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
setAnswered(Boolean) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setAnsweredElsewhere(String) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setAvatarHash(String) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setAvatarHash(String) - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
setAvatarHash(String) - Method in class de.starface.integration.uci.java.v30.types.UserState
 
setAvatarImage(Image) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciUserStateRequests
This request can be used by the UCI client to set a new avatar image for the user.
setAvatarImage(Map<String, Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpUserStateRequests
This request can be used by the UCI client to set a new avatar image for the user.
setAvatarImageFile(File) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciUserStateRequests
This request can be used by the UCI client to set a new avatar image for the user.
setAvatarImageFile(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpUserStateRequests
This request can be used by the UCI client to set a new avatar image for the user.
setCallbackNumber(String) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setCallbacknumber(String) - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
setCallDescription(String) - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
setCallDescription(String) - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
setCallDescription(String) - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
setCalledAccountId(Integer) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setCalledCallerId(String) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setCalledcallerid(String) - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
setCalledName(String) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setCalledName(String) - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
setCalledNumber(String) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setCalledNumber(String) - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
setCalledNumber(String) - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
setCalledNumber(String) - Method in class de.starface.integration.uci.java.v30.types.Fax
 
setCalledNumber(String) - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
setCalledNumber(String) - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
setCalledNumber(String) - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
setCalledNumberId(String) - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
setCaller(Boolean) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setCaller(Boolean) - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
setCallerAccountId(Integer) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setCallerCallerId(String) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setCallercallerid(String) - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
setCallerLegUuid(UUID) - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
setCallerName(String) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setCallerName(String) - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
setCallerName(String) - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
setCallerNumber(String) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setCallerNumber(String) - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
setCallerNumber(String) - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
setCallerNumber(String) - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
setCallerNumber(String) - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
setCallerNumber(String) - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
setCallId(String) - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
setCallLegUUID(String) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setCallResultCausedBy(Integer) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setCallResultTime(Long) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setCallStepId(Integer) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setCallWaitingIndication(boolean) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciPhoneRequests
This request allows the UCI client to configure the usage of call waiting indication for simultaneous phone calls.
setCallWaitingIndication(boolean) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpPhoneRequests
This request allows the UCI client to configure the usage of call waiting indication for simultaneous phone calls.
setCcbsAccountState(CcbsAccountState) - Method in class de.starface.integration.uci.java.v30.types.CcbsAccount
 
setCcbsCallState(CcbsCallState) - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
setCdrAccountId(Integer) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setCdrCallResult(String) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setCdrId(String) - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
setCdrId(String) - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
setChannelNames(List<String>) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setChannelNames(List<String>) - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
setChatId(String) - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
setChatPresence(ChatPresence) - Method in class de.starface.integration.uci.java.v30.types.UserState
 
setChatPresenceMessage(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciUserStateRequests
This request can be used by the UCI client to set the chat presence message of the user.
setChatPresenceMessage(String) - Method in class de.starface.integration.uci.java.v30.types.UserState
 
setChatPresenceMessage(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpUserStateRequests
This request can be used by the UCI client to set the chat presence message of the user.
setCity(String) - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
setCodecs(String) - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneSetting
 
setCompany(String) - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
setConferenceAdmin(boolean) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setConferenceRoomId(String) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setConfirm(boolean) - Method in class de.starface.integration.uci.java.v30.types.FmcPhone
 
setConnectedTime(Date) - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
setConnectedTimestamp(Date) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setConsultationCall(boolean) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setCountLimit(int) - Method in class de.starface.integration.uci.java.v30.types.CallList
 
setCountLimit(int) - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
setCountLimit(int) - Method in class de.starface.integration.uci.java.v30.types.MonitorList
 
setCountLimit(int) - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
setCountOffset(int) - Method in class de.starface.integration.uci.java.v30.types.CallList
 
setCountOffset(int) - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
setCountOffset(int) - Method in class de.starface.integration.uci.java.v30.types.MonitorList
 
setCountOffset(int) - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
setCountry(String) - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
setData(byte[]) - Method in class de.starface.integration.uci.java.v30.types.Image
 
setDelay(int) - Method in class de.starface.integration.uci.java.v30.types.FmcPhone
 
setDeleted(Boolean) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setDescription(String) - Method in class de.starface.integration.uci.java.v30.types.CallInfo
 
setDestination(String) - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
setDestinationType(RedirectSettingDestinationType) - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
setDirection(CallListEntryDirection) - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
setDirectionRestriction(CallListEntryDirection) - Method in class de.starface.integration.uci.java.v30.types.CallList
 
setDisplayNumberId(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciPhoneRequests
This request allows the UCI client to set the phone number that is signaled to the other party during a call on an outgoing line.
setDisplayNumberId(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpPhoneRequests
This request allows the UCI client to set the phone number that is signaled to the other party during a call on an outgoing line.
setDoNotDisturbSetting(boolean) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciUserStateRequests
This request can be used by the UCI client to set the user do not disturb setting.
setDoNotDisturbSetting(boolean) - Method in class de.starface.integration.uci.java.v30.types.UserState
 
setDoNotDisturbSetting(boolean) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpUserStateRequests
This request can be used by the UCI client to set the user do not disturb setting.
setDoorlineCamUrl(String) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setDoorlineDtmfCode(String) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setDoorlineImageProviderId(Integer) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setDuration(long) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setDuration(int) - Method in class de.starface.integration.uci.java.v30.types.CallInfo
 
setDuration(int) - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
setDuration(long) - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
setDuration(long) - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
setDuration(long) - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
setDuration(int) - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
setEmail(String) - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
setEmail(String) - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
setEnabled(boolean) - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
setEnteredTimestamp(Date) - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
setEntries(List<CallListEntry>) - Method in class de.starface.integration.uci.java.v30.types.CallList
 
setEntries(List<FaxListEntry>) - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
setEntries(List<MonitorListEntry>) - Method in class de.starface.integration.uci.java.v30.types.MonitorList
 
setEntries(List<VoicemailListEntry>) - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
setFamilyName(String) - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
setFax(String) - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
setFax(String) - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
setFaxAvailable(Boolean) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setFile(String) - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
setFirstName(String) - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
setFmcId(int) - Method in class de.starface.integration.uci.java.v30.types.FmcPhone
 
setFolder(FaxListEntryFolder) - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
setFolder(VoicemailListEntryFolder) - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
setFolderRestriction(FaxListEntryFolder) - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
setFolderRestriction(VoicemailListEntryFolder) - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
setForwarderCallerIdName(String) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setForwarderCallerIdNumber(String) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setForwardType(ForwardType) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setFriday(boolean) - Method in class de.starface.integration.uci.java.v30.types.FmcScheduleEntry
 
setGroupId(String) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setGroupId(String) - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
setGroupId(String) - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
setGroupId(String) - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
setGroupId(String) - Method in class de.starface.integration.uci.java.v30.types.PhoneNumber
 
setGroupId(String) - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
setGroupId(String) - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
setGroupRestriction(String) - Method in class de.starface.integration.uci.java.v30.types.CallList
 
setGroupRestriction(String) - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
setGroupSetting(GroupSetting) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciGroupRequests
This request saves the given group setting.
setGroupSetting(Map<String, Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpGroupRequests
This request saves the given group setting.
setGroupSettings(List<GroupSetting>) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciGroupRequests
This request saves the given group settings.
setGroupSettings(List<Map<String, Object>>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpGroupRequests
This request saves the given group settings.
setHash(String) - Method in class de.starface.integration.uci.java.v30.types.Image
 
setHomePhone(String) - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
setHomePhoneNumber(String) - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
setId(String) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setId(String) - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
setId(String) - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
setId(Long) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setId(String) - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
setId(String) - Method in class de.starface.integration.uci.java.v30.types.Fax
 
setId(String) - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
setId(String) - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
setId(String) - Method in class de.starface.integration.uci.java.v30.types.GroupSetting
 
setId(String) - Method in class de.starface.integration.uci.java.v30.types.Mailbox
 
setId(String) - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
setId(String) - Method in class de.starface.integration.uci.java.v30.types.PhoneNumber
 
setId(int) - Method in class de.starface.integration.uci.java.v30.types.QueueSetting
 
setId(String) - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
setImageHash(String) - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
setIncoming(Boolean) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setIncommingTime(Date) - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
setInternalPhone(String) - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
setInternalPhoneNumber(String) - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
setJabberId(String) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setJabberId(String) - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
setJabberId(String) - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
setJobTitle(String) - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
setLastDestinationMailbox(String) - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
setLastDestinationNumber(String) - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
setLineId(Integer) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setLineName(String) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setLinkTime(Long) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setListening(Boolean) - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
setLoggedIn(boolean) - Method in class de.starface.integration.uci.java.v30.types.QueueAgentState
 
setLoggedOn(boolean) - Method in class de.starface.integration.uci.java.v30.types.GroupSetting
 
setLogonId(String) - Method in class de.starface.integration.uci.java.v30.types.GroupSetting
 
setMailboxes(List<Mailbox>) - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
setMailboxId(String) - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
setMailboxName(String) - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
setMailboxRestriction(String) - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
setMaxWaitingTime(int) - Method in class de.starface.integration.uci.java.v30.types.QueueSetting
 
setMessageWatingIndication(String) - Method in class de.starface.integration.uci.java.v30.types.MessageWaitingIndicationInfo
 
setMimeType(String) - Method in class de.starface.integration.uci.java.v30.types.Image
 
setMobilePhone(String) - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
setMobilePhoneNumber(String) - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
setMonday(boolean) - Method in class de.starface.integration.uci.java.v30.types.FmcScheduleEntry
 
setMonitorAvailable(Boolean) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setMonitortimeend(Date) - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
setMonitortimestart(Date) - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
setMuted(Boolean) - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
setName(String) - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
setName(String) - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
setName(String) - Method in class de.starface.integration.uci.java.v30.types.GroupSetting
 
setName(String) - Method in class de.starface.integration.uci.java.v30.types.Mailbox
 
setName(String) - Method in class de.starface.integration.uci.java.v30.types.QueueAgentState
 
setName(String) - Method in class de.starface.integration.uci.java.v30.types.QueueSetting
Sets the name of the queue
setNatType(SoftPhoneNatType) - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneSetting
 
setNewId(String) - Method in class de.starface.integration.uci.java.v30.types.CallIdChanges
 
setNewMessagesCount(String) - Method in class de.starface.integration.uci.java.v30.types.MessageWaitingIndicationInfo
 
setNumber(String) - Method in class de.starface.integration.uci.java.v30.types.CallInfo
 
setNumber(String) - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
setNumber(String) - Method in class de.starface.integration.uci.java.v30.types.FmcPhone
 
setNumber(String) - Method in class de.starface.integration.uci.java.v30.types.PhoneNumber
 
setOldId(String) - Method in class de.starface.integration.uci.java.v30.types.CallIdChanges
 
setOrderDirection(OrderDirection) - Method in class de.starface.integration.uci.java.v30.types.CallList
 
setOrderDirection(OrderDirection) - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
setOrderDirection(OrderDirection) - Method in class de.starface.integration.uci.java.v30.types.MonitorList
 
setOrderDirection(OrderDirection) - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
setOrderProperty(CallListEntryProperties) - Method in class de.starface.integration.uci.java.v30.types.CallList
 
setOrderProperty(FaxListEntryProperties) - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
setOrderProperty(MonitorListEntryProperties) - Method in class de.starface.integration.uci.java.v30.types.MonitorList
 
setOrderProperty(VoicemailListEntryProperties) - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
setPartial(boolean) - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
setPeerNames(List<String>) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setPeerNames(List<String>) - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
setPhone(String) - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
setPhone2(String) - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
setPhoneNumber(String) - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
setPhoneNumber2(String) - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
setPhoneNumbers(List<PhoneNumber>) - Method in class de.starface.integration.uci.java.v30.types.GroupSetting
 
setPosition(int) - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
setPosition(int) - Method in interface de.starface.integration.uci.java.v30.types.Positionable
 
setPosition(int) - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
setPostCode(String) - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
setPrimaryPhoneId(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciPhoneRequests
This request allows the UCI client to set the primary phone of the user.
setPrimaryPhoneId(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpPhoneRequests
This request allows the UCI client to set the primary phone of the user.
setPriority(Integer) - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
setPrivateCall(Boolean) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setQueueAccountId(int) - Method in class de.starface.integration.uci.java.v30.types.QueueAgentState
 
setQueueAccountId(Integer) - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
setRealm(String) - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneConfig
 
setReceivedAfter(Date) - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
setReceivedBefore(Date) - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
setReceptionTime(Date) - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
setRecorded(Boolean) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setRecorder(Boolean) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setRecordOwner(Boolean) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setRedirectAlwaysActive(boolean) - Method in class de.starface.integration.uci.java.v30.types.UserState
 
setRedirectSetting(RedirectSetting) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciRedirectRequests
Save the given redirect setting.
setRedirectSetting(Map<String, Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpRedirectRequests
This request saves the given redirect setting.
setRedirectSettings(List<RedirectSetting>) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciRedirectRequests
Save the given redirect settings.
setRedirectSettings(List<Map<String, Object>>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpRedirectRequests
This request saves the given redirect settings.
setReferenceOfConsultation(String) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setResult(CallListEntryResult) - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
setResultList(Map<String, FunctionKey>) - Method in class de.starface.integration.uci.java.v30.types.FunctionKeySearchResult
 
setResultRestriction(CallListEntryResult) - Method in class de.starface.integration.uci.java.v30.types.CallList
 
setRingingTime(Long) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setRoomId(String) - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
setSaturday(boolean) - Method in class de.starface.integration.uci.java.v30.types.FmcScheduleEntry
 
setSchedules(List<FmcScheduleEntry>) - Method in class de.starface.integration.uci.java.v30.types.FmcPhone
 
setSearchId(String) - Method in class de.starface.integration.uci.java.v30.types.FunctionKeySearchResult
 
setSearchTerm(String) - Method in class de.starface.integration.uci.java.v30.types.FunctionKeySearchResult
 
setSentPages(int) - Method in class de.starface.integration.uci.java.v30.types.Fax
 
setServiceId(Integer) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setSipCallIds(List<String>) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setSipPassword(String) - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneConfig
 
setSipPort(int) - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneConfig
 
setSipUserId(String) - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneConfig
 
setSipUserId(String) - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneRegistrationInfo
 
setSize(int) - Method in class de.starface.integration.uci.java.v30.types.QueueSetting
 
setSoftPhoneId(String) - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneSetting
 
setStartAfter(Date) - Method in class de.starface.integration.uci.java.v30.types.CallList
 
setStartAfter(Date) - Method in class de.starface.integration.uci.java.v30.types.MonitorList
 
setStartAfter(Date) - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
setStartBefore(Date) - Method in class de.starface.integration.uci.java.v30.types.CallList
 
setStartBefore(Date) - Method in class de.starface.integration.uci.java.v30.types.MonitorList
 
setStartBefore(Date) - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
setStartTime(Date) - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
setStartTime(Long) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setStartTime(Date) - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
setState(CallState) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setState(CallInfoState) - Method in class de.starface.integration.uci.java.v30.types.CallInfo
 
setState(CallState) - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
setState(FaxState) - Method in class de.starface.integration.uci.java.v30.types.Fax
 
setState(FunctionKeyState) - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
setState(QueueCallState) - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
setStreet(String) - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
setSunday(boolean) - Method in class de.starface.integration.uci.java.v30.types.FmcScheduleEntry
 
setTalking(Boolean) - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
setTelephoneId(int) - Method in class de.starface.integration.uci.java.v30.types.FmcPhone
 
setTelephonyState(TelephonyState) - Method in class de.starface.integration.uci.java.v30.types.UserState
 
setThursday(boolean) - Method in class de.starface.integration.uci.java.v30.types.FmcScheduleEntry
 
setTimeBegin(String) - Method in class de.starface.integration.uci.java.v30.types.FmcScheduleEntry
 
setTimeEnd(String) - Method in class de.starface.integration.uci.java.v30.types.FmcScheduleEntry
 
setTimeout(int) - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
setTimestamp(Date) - Method in class de.starface.integration.uci.java.v30.types.Call
 
setTimestamp(Date) - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
setTimestamp(Date) - Method in class de.starface.integration.uci.java.v30.types.Fax
 
setTotalCount(int) - Method in class de.starface.integration.uci.java.v30.types.CallList
 
setTotalCount(int) - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
setTotalCount(int) - Method in class de.starface.integration.uci.java.v30.types.MonitorList
 
setTotalCount(int) - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
setTotalPages(int) - Method in class de.starface.integration.uci.java.v30.types.Fax
 
setTuesday(boolean) - Method in class de.starface.integration.uci.java.v30.types.FmcScheduleEntry
 
setType(FunctionKeyType) - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
setType(RedirectSettingType) - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
setType(Class<?>) - Method in enum de.starface.integration.uci.java.v30.values.FmcPhoneProperties
 
setType(Class<?>) - Method in enum de.starface.integration.uci.java.v30.values.FmcScheduleEntryProperties
 
setUserState(UserState) - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
setVoicemailAvailable(Boolean) - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
setVoiceMailBoxId(String) - Method in class de.starface.integration.uci.java.v30.types.MessageWaitingIndicationInfo
 
setVoiceMailBoxName(String) - Method in class de.starface.integration.uci.java.v30.types.MessageWaitingIndicationInfo
 
setVoicemailId(String) - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
setWantToSpeak(Integer) - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
setWednesday(boolean) - Method in class de.starface.integration.uci.java.v30.types.FmcScheduleEntry
 
sipCallIds - Variable in class de.starface.integration.uci.java.v30.types.Call
The sip callId
SoftPhoneConfig - Class in de.starface.integration.uci.java.v30.types
This object holds SIP credentials for SoftPhones
SoftPhoneConfig() - Constructor for class de.starface.integration.uci.java.v30.types.SoftPhoneConfig
 
SoftPhoneConfigProperties - Enum in de.starface.integration.uci.java.v30.values
Properties of the SoftPhoneConfig objects
SoftPhoneNatType - Enum in de.starface.integration.uci.java.v30.values
 
SoftPhoneRegistrationInfo - Class in de.starface.integration.uci.java.v30.types
This object hold the SIP userId which has been requested by another UCI instance
SoftPhoneRegistrationInfo() - Constructor for class de.starface.integration.uci.java.v30.types.SoftPhoneRegistrationInfo
 
SoftPhoneRegistrationInfoProperties - Enum in de.starface.integration.uci.java.v30.values
Properties of the SoftPhoneRegistrationInfo objects
SoftPhoneSetting - Class in de.starface.integration.uci.java.v30.types
This object holds information to identify and register a SoftPhone
SoftPhoneSetting(String, String, SoftPhoneNatType) - Constructor for class de.starface.integration.uci.java.v30.types.SoftPhoneSetting
 
SoftPhoneSetting(String) - Constructor for class de.starface.integration.uci.java.v30.types.SoftPhoneSetting
 
SoftPhoneSetting() - Constructor for class de.starface.integration.uci.java.v30.types.SoftPhoneSetting
 
SoftPhoneSettingProperties - Enum in de.starface.integration.uci.java.v30.values
Properties of the SoftPhoneSetting objects
startManagedConferenceById(String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciConferenceCallRequests
This request tells the UCI server to start the conference with the given id.
startManagedConferenceById(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConferenceCallRequests
This request tells the UCI server to start the conference with the given id.
state - Variable in class de.starface.integration.uci.java.v30.types.Call
The state of the call
state - Variable in class de.starface.integration.uci.java.v30.types.ConferenceCall
The state of the call
subscribeEvents(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpServiceRequests
The client logged in at the server may subscribe to events provided by the server.
switchPhone(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request tells the UCI server to swith the phone of the given call identified by the given UUID.
switchPhone(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
This request tells the UCI server to swith the phone of the given call identified by the given UUID.

T

talking - Variable in class de.starface.integration.uci.java.v30.types.ConferenceCall
Is the participant speaking
telephonyState - Variable in class de.starface.integration.uci.java.v30.types.UserState
The current telephony state of the user
TelephonyState - Enum in de.starface.integration.uci.java.v30.values
 
terminateSearchRequest(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciFunctionKeyRequests
To unsubscribe a search Request.
terminateSearchRequest(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpFunctionKeyRequests
To unsubscribe a search Request.
timestamp - Variable in class de.starface.integration.uci.java.v30.types.Call
The point of time when the call reached the state
timestamp - Variable in class de.starface.integration.uci.java.v30.types.CcbsCall
The point of time when the call reached the state
toString() - Method in class de.starface.integration.uci.java.v30.types.Call
 
toString() - Method in class de.starface.integration.uci.java.v30.types.CallIdChanges
 
toString() - Method in class de.starface.integration.uci.java.v30.types.CallInfo
 
toString() - Method in class de.starface.integration.uci.java.v30.types.CallList
 
toString() - Method in class de.starface.integration.uci.java.v30.types.CallListEntry
 
toString() - Method in class de.starface.integration.uci.java.v30.types.CcbsAccount
 
toString() - Method in class de.starface.integration.uci.java.v30.types.CcbsCall
 
toString() - Method in class de.starface.integration.uci.java.v30.types.CdrDataInfo
 
toString() - Method in class de.starface.integration.uci.java.v30.types.ConferenceCall
 
toString() - Method in class de.starface.integration.uci.java.v30.types.ContactInfo
 
toString() - Method in class de.starface.integration.uci.java.v30.types.Fax
 
toString() - Method in class de.starface.integration.uci.java.v30.types.FaxList
 
toString() - Method in class de.starface.integration.uci.java.v30.types.FaxListEntry
 
toString() - Method in class de.starface.integration.uci.java.v30.types.FunctionKey
 
toString() - Method in class de.starface.integration.uci.java.v30.types.FunctionKeySearchResult
 
toString() - Method in class de.starface.integration.uci.java.v30.types.GroupSetting
 
toString() - Method in class de.starface.integration.uci.java.v30.types.Image
 
toString() - Method in class de.starface.integration.uci.java.v30.types.Mailbox
 
toString() - Method in class de.starface.integration.uci.java.v30.types.MessageWaitingIndicationInfo
 
toString() - Method in class de.starface.integration.uci.java.v30.types.MonitorList
 
toString() - Method in class de.starface.integration.uci.java.v30.types.MonitorListEntry
 
toString() - Method in class de.starface.integration.uci.java.v30.types.PhoneNumber
 
toString() - Method in class de.starface.integration.uci.java.v30.types.RedirectSetting
 
toString() - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneConfig
 
toString() - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneRegistrationInfo
 
toString() - Method in class de.starface.integration.uci.java.v30.types.SoftPhoneSetting
 
toString() - Method in class de.starface.integration.uci.java.v30.types.UciQueueCall
 
toString() - Method in class de.starface.integration.uci.java.v30.types.UserState
 
toString() - Method in class de.starface.integration.uci.java.v30.types.VoicemailList
 
toString() - Method in class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
transfer(String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request tells the UCI server to transfer a call identified by the given UUID to the given parked UUID.
transfer(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
This request tells the UCI server to transfer a call identified by the given UUID to the given parked UUID.
transferConsultationCall(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request is called to transfer a consultation call for the user the same way as when using the STARFACE call manager.
transferConsultationCall(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
This request is called to transfer a consultation call for the user the same way as when using the STARFACE call manager.
transferToConference(String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciConferenceCallRequests
This request tells the UCI server to transfer a call to a conference.
transferToConference(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConferenceCallRequests
This request tells the UCI server to transfer a call to a conference.
transferToConferenceConsultationCall(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request is called to transfer a consultation call to conference for the user the same way as when using the STARFACE call manager.
transferToConferenceConsultationCall(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
This request is called to transfer a consultation call to conference for the user the same way as when using the STARFACE call manager.
transferToVoicemailBox(String, String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciCallRequests
This request tells the UCI server the call to the voicemailbox.
transferToVoicemailBox(String, String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpCallRequests
This request tells the UCI server the call to the voicemailbox.

U

UCI_VERSION - Static variable in class de.starface.integration.uci.java.v30.UciServices
The UCI version of the current set of UCI interfaces
UciCallEvents - Interface in de.starface.integration.uci.java.v30.messages.events
This interface defines the call events that can be received by a UCI client implementation in order to handle phone calls.
UciCallListRequests - Interface in de.starface.integration.uci.java.v30.messages.requests
This interface contains the UCI Communication Call List Requests
UciCallRequests - Interface in de.starface.integration.uci.java.v30.messages.requests
This interface defines the call requests provided by the UCI server.
UciCcbsCallEvents - Interface in de.starface.integration.uci.java.v30.messages.events
This interface defines the conference call events that can be received by a UCI client implementation in order to handle phone conference calls.
UciCcbsCallRequests - Interface in de.starface.integration.uci.java.v30.messages.requests
This interface defines the call requests provided by the UCI server.
UciCdrDataEvents - Interface in de.starface.integration.uci.java.v30.messages.events
This interface defines the cdr call events that can be received by a UCI client implementation in order to handle cdrdata.
UciConferenceCallEvents - Interface in de.starface.integration.uci.java.v30.messages.events
This interface defines the conference call events that can be received by a UCI client implementation in order to handle phone conference calls.
UciConferenceCallRequests - Interface in de.starface.integration.uci.java.v30.messages.requests
This interface defines the confrence call requests provided by the UCI server.
UciException - Exception in de.starface.integration.uci.java.v30.exceptions
This exception indicates that that an UCI call could not be completed.
UciException() - Constructor for exception de.starface.integration.uci.java.v30.exceptions.UciException
Creates a new UciException
UciException(String) - Constructor for exception de.starface.integration.uci.java.v30.exceptions.UciException
Creates a new UciException with the given message.
UciException(String, Throwable) - Constructor for exception de.starface.integration.uci.java.v30.exceptions.UciException
Creates a new UciException with the given message and cause.
UciFaxEvents - Interface in de.starface.integration.uci.java.v30.messages.events
This interface defines communication fax events that can be received by a UCI client implementation in order to handle outgoing faxes.
UciFaxListEvents - Interface in de.starface.integration.uci.java.v30.messages.events
This interface defines the fax list events that can be received by a UCI client implementation in order to handle fax list entries.
UciFaxListRequests - Interface in de.starface.integration.uci.java.v30.messages.requests
This interface contains the UCI Communication Fax List Requests
UciFaxRequests - Interface in de.starface.integration.uci.java.v30.messages.requests
This interface contains the UCI Communication Fax Requests
UciFmcPhoneEvents - Interface in de.starface.integration.uci.java.v30.messages.events
 
UciFmcPhoneRequests - Interface in de.starface.integration.uci.java.v30.messages.requests
This interface defines the FMC phone requests provided by the UCI server.
UciFunctionKeyEvents - Interface in de.starface.integration.uci.java.v30.messages.events
This interface defines the function key events that can be received by the UCI client implementation in order to handle function key changes entries.
UciFunctionKeyRequests - Interface in de.starface.integration.uci.java.v30.messages.requests
This interface defines the function key requests provided by the UCI server.
UciGroupEvents - Interface in de.starface.integration.uci.java.v30.messages.events
This interface defines the group events that can be received by a UCI client implementation in order to handle group setting changes.
UciGroupRequests - Interface in de.starface.integration.uci.java.v30.messages.requests
This interface defines the group requests provided by the UCI server.
UciIllegalAccessException - Exception in de.starface.integration.uci.java.v30.exceptions
This exception indicates that the data to be accessed or function to be used is not allowed to be accessed by the issuing a UCI request.
UciIllegalAccessException() - Constructor for exception de.starface.integration.uci.java.v30.exceptions.UciIllegalAccessException
Creates a new UciIllegalAccessException
UciIllegalAccessException(String) - Constructor for exception de.starface.integration.uci.java.v30.exceptions.UciIllegalAccessException
Creates a new UciIllegalAccessException with the given message.
UciIllegalAccessException(String, Throwable) - Constructor for exception de.starface.integration.uci.java.v30.exceptions.UciIllegalAccessException
Creates a new UciIllegalAccessException with the given message and cause.
UciIllegalArgumentException - Exception in de.starface.integration.uci.java.v30.exceptions
This exception indicates that that an argument given in a UCI request was invalid.
UciIllegalArgumentException() - Constructor for exception de.starface.integration.uci.java.v30.exceptions.UciIllegalArgumentException
Creates a new UciIllegalArgumentException
UciIllegalArgumentException(String) - Constructor for exception de.starface.integration.uci.java.v30.exceptions.UciIllegalArgumentException
Creates a new UciIllegalArgumentException with the given message.
UciIllegalArgumentException(String, Throwable) - Constructor for exception de.starface.integration.uci.java.v30.exceptions.UciIllegalArgumentException
Creates a new UciIllegalArgumentException with the given message and cause.
UciMonitorListRequests - Interface in de.starface.integration.uci.java.v30.messages.requests
This interface contains the UCI Communication Voicemail List Requests
UciPhoneEvents - Interface in de.starface.integration.uci.java.v30.messages.events
This interface defines the phone events that can be received by a UCI client implementation in order to handle phone registration.
UciPhoneRequests - Interface in de.starface.integration.uci.java.v30.messages.requests
This interface defines the phone requests provided by the UCI server.
UciQueueCall - Class in de.starface.integration.uci.java.v30.types
Represents the Information about the call(er)
UciQueueCall() - Constructor for class de.starface.integration.uci.java.v30.types.UciQueueCall
 
UciQueueCall(String, String, String, Date, Integer, Integer, QueueCallState, List<Integer>, UUID, int) - Constructor for class de.starface.integration.uci.java.v30.types.UciQueueCall
 
UciQueueCallProperties - Enum in de.starface.integration.uci.java.v30.values
 
UciQueueEvents - Interface in de.starface.integration.uci.java.v30.messages.events
This interface defines the Queue events that can be received by a UCI client implementation in order to handle Queue changes.
UciQueueRequests - Interface in de.starface.integration.uci.java.v30.messages.requests
 
UciRedirectEvents - Interface in de.starface.integration.uci.java.v30.messages.events
This interface defines the redirect events that can be received by a UCI client implementation in order to handle redirect setting changes.
UciRedirectRequests - Interface in de.starface.integration.uci.java.v30.messages.requests
This interface contains the UCI Communication Redirect Requests
UciService - Annotation Type in de.starface.integration.uci.java.v30
This annotation marks an interface to be available as UCI service and defines the name of that service.
UciServices - Class in de.starface.integration.uci.java.v30
This class contains some utility methods used to convert interfaces to UCI service names and the other way round.
UciSystemRequests - Interface in de.starface.integration.uci.java.v30.messages.requests
 
UciUserStateEvents - Interface in de.starface.integration.uci.java.v30.messages.events
This interface defines user state events that can be received by the UCI client implementation.
UciUserStateRequests - Interface in de.starface.integration.uci.java.v30.messages.requests
This interface defines the requests used to alter the user's state provided by the UCI server.
UciVoicemailListEvents - Interface in de.starface.integration.uci.java.v30.messages.events
This interface defines voicemail list events that can be received by the UCI client implementation in order to handle voicemail list entries.
UciVoicemailListRequests - Interface in de.starface.integration.uci.java.v30.messages.requests
This interface contains the UCI Communication Voicemail List Requests
UcpCallCdrEvents - Interface in de.starface.integration.uci.java.v30.ucp.messages.events
This interface defines the call events that can be received by a UCI client implementation in order to handle cdrdata.
UcpCallEvents - Interface in de.starface.integration.uci.java.v30.ucp.messages.events
This interface defines the call events that can be received by a UCI client implementation in order to handle phone calls.
UcpCallListRequests - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the call list requests provided by the UCI server.
UcpCallRequests - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the call requests provided by the UCI server.
UcpCcbsCallRequests - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the call requests provided by the UCI server.
UcpCcbsEvents - Interface in de.starface.integration.uci.java.v30.ucp.messages.events
This interface defines the call events that can be received by a UCI client implementation in order to handle phone calls.
UcpCommunicationException - Exception in de.starface.integration.uci.java.v30.ucp.exceptions
This message is thrown during an UCP procedure call if a communication error occurred.
UcpCommunicationException() - Constructor for exception de.starface.integration.uci.java.v30.ucp.exceptions.UcpCommunicationException
Creates a new UcpCommunicationException with the given message and cause.
UcpCommunicationException(String) - Constructor for exception de.starface.integration.uci.java.v30.ucp.exceptions.UcpCommunicationException
Creates a new UcpCommunicationException with the given message and cause.
UcpCommunicationException(String, Throwable) - Constructor for exception de.starface.integration.uci.java.v30.ucp.exceptions.UcpCommunicationException
Creates a new UcpCommunicationException with the given message and cause.
UcpConferenceCallEvents - Interface in de.starface.integration.uci.java.v30.ucp.messages.events
This interface defines the call events that can be received by a UCI client implementation in order to handle phone calls.
UcpConferenceCallRequests - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the call requests provided by the UCI server.
UcpConnectionEvents - Interface in de.starface.integration.uci.java.v30.ucp.messages.events
This interface defines the UCP connection events that can be received by UCI clients.
UcpConnectionRequests - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the UCP connection requests provided by the UCI server.
UcpFaxEvents - Interface in de.starface.integration.uci.java.v30.ucp.messages.events
This interface defines fax events that can be received by a UCI client implementation in order to handle outgoing faxes.
UcpFaxListEvents - Interface in de.starface.integration.uci.java.v30.ucp.messages.events
This interface defines the fax list events that can be received by a UCI client implementation in order to handle fax list entries.
UcpFaxListRequests - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the fax list requests provided by the UCI server.
UcpFaxListRequests.FaxFileDownload - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the RPC methods that can be used to download the fax files
UcpFaxRequests - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the fax requests provided by the UCI server.
UcpFaxRequests.SendFaxFileUpload - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the RPC methods that can be used to upload the fax files
UcpFmcPhoneEvents - Interface in de.starface.integration.uci.java.v30.ucp.messages.events
 
UcpFmcPhoneRequests - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the FMC phone requests provided by the UCI server.
UcpFunctionKeyEvents - Interface in de.starface.integration.uci.java.v30.ucp.messages.events
This interface defines the function key events that can be received by the UCI client implementation in order to handle function key changes entries.
UcpFunctionKeyRequests - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the function key requests provided by the UCI server.
UcpGroupEvents - Interface in de.starface.integration.uci.java.v30.ucp.messages.events
This interface defines the group events that can be received by a UCI client implementation in order to handle group setting changes.
UcpGroupRequests - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the group requests provided by the UCI server.
UcpMonitorListRequests - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the monitor list requests provided by the UCI server.
UcpMonitorListRequests.MonitorFileDownload - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the RPC methods that can be used to download the voicemail files
UcpNotConnectedException - Exception in de.starface.integration.uci.java.v30.ucp.exceptions
This message is thrown during an UCP procedure call if the call is only permitted for an active connection and no such connection has been established.
UcpNotConnectedException() - Constructor for exception de.starface.integration.uci.java.v30.ucp.exceptions.UcpNotConnectedException
Creates a new UcpNotConnectedException with the given message and cause.
UcpNotConnectedException(String) - Constructor for exception de.starface.integration.uci.java.v30.ucp.exceptions.UcpNotConnectedException
Creates a new UcpNotConnectedException with the given message and cause.
UcpNotConnectedException(String, Throwable) - Constructor for exception de.starface.integration.uci.java.v30.ucp.exceptions.UcpNotConnectedException
Creates a new UcpNotConnectedException with the given message and cause.
UcpPhoneEvents - Interface in de.starface.integration.uci.java.v30.ucp.messages.events
This interface defines the phone events that can be received by a UCI client implementation in order to handle phone registration.
UcpPhoneRequests - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the phone requests provided by the UCI server.
UcpQueueEvents - Interface in de.starface.integration.uci.java.v30.ucp.messages.events
This interface defines the Queue events that can be received by a UCI client implementation in order to handle Queue changes.
UCPQueueRequests - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
 
UcpRedirectEvents - Interface in de.starface.integration.uci.java.v30.ucp.messages.events
This interface defines the redirect events that can be received by a UCI client implementation in order to handle redirect setting changes.
UcpRedirectRequests - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the requests provided by the UCI server to alter the redirect settings.
UcpServiceRequests - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
 
UcpSystemRequests - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
 
UcpUserStateEvents - Interface in de.starface.integration.uci.java.v30.ucp.messages.events
This interface defines user state events that can be received by the UCI client implementation.
UcpUserStateRequests - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the requests used to alter the user's state provided by the UCI server.
UcpUserStateRequests.AvatarImageFileUpload - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the RPC methods that can be used to upload the image files
UcpVoicemailListEvents - Interface in de.starface.integration.uci.java.v30.ucp.messages.events
This interface defines voicemail list events that can be received by the UCI client implementation in order to handle voicemail list entries.
UcpVoicemailListRequests - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the voicemail list requests provided by the UCI server.
UcpVoicemailListRequests.VoicemailFileDownload - Interface in de.starface.integration.uci.java.v30.ucp.messages.requests
This interface defines the RPC methods that can be used to download the voicemail files
unsubscribeEvents(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpServiceRequests
The client logged in may also unsubscribe any events it has previously subscribed to.
UserState - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the user state as returned by UciUserStateRequests.getUserState()
UserState() - Constructor for class de.starface.integration.uci.java.v30.types.UserState
 
userStateChanged(UserState) - Method in interface de.starface.integration.uci.java.v30.messages.events.UciUserStateEvents
This event allows the UCI client to get informed when the state of the current user changes.
userStateChanged(Map<String, Object>) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.events.UcpUserStateEvents
This event allows the UCI client to get informed when the state of the current user changes.
UserStateProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the names ot the properties of the user state as returned by UcpUserStateRequests.getUserState()

V

valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.CallIdChangesProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.CallInfoProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.CallInfoState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.CallListEntryDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.CallListEntryProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.CallListEntryResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.CallListProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.CallProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.CallState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.CcbsAccountProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.CcbsAccountState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.CcbsCallProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.CcbsCallState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.CdrDataProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.ChatPresence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.ConferenceCallProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.ContactInfoProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.FaxListEntryFolder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.FaxListEntryProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.FaxListProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.FaxProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.FaxState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.FmcPhoneProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.FmcScheduleEntryProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.ForwardType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.FunctionKeyProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.FunctionKeySearchProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.FunctionKeyState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.FunctionKeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.GroupSettingProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.ImageProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.MailboxProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.MonitorListEntryProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.MonitorListProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.OrderDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.PhoneNumberProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.QueueAgentStateProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.QueueCallState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.QueueSettingProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.RedirectSettingDestinationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.RedirectSettingProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.RedirectSettingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.SoftPhoneConfigProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.SoftPhoneNatType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.SoftPhoneRegistrationInfoProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.SoftPhoneSettingProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.TelephonyState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.UciQueueCallProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.UserStateProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.VoicemailListEntryFolder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.VoicemailListEntryProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.starface.integration.uci.java.v30.values.VoicemailListProperties
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.starface.integration.uci.java.v30.values.CallIdChangesProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.CallInfoProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.CallInfoState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.CallListEntryDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.CallListEntryProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.CallListEntryResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.CallListProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.CallProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.CallState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.CcbsAccountProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.CcbsAccountState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.CcbsCallProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.CcbsCallState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.CdrDataProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.ChatPresence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.ConferenceCallProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.ContactInfoProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.FaxListEntryFolder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.FaxListEntryProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.FaxListProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.FaxProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.FaxState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.FmcPhoneProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.FmcScheduleEntryProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.ForwardType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.FunctionKeyProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.FunctionKeySearchProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.FunctionKeyState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.FunctionKeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.GroupSettingProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.ImageProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.MailboxProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.MonitorListEntryProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.MonitorListProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.OrderDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.PhoneNumberProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.QueueAgentStateProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.QueueCallState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.QueueSettingProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.RedirectSettingDestinationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.RedirectSettingProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.RedirectSettingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.SoftPhoneConfigProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.SoftPhoneNatType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.SoftPhoneRegistrationInfoProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.SoftPhoneSettingProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.TelephonyState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.UciQueueCallProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.UserStateProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.VoicemailListEntryFolder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.VoicemailListEntryProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.starface.integration.uci.java.v30.values.VoicemailListProperties
Returns an array containing the constants of this enum type, in the order they are declared.
VoicemailList - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the voicemail list as returned by UciVoicemailListRequests.getVoicemailList(Date, Date, String, VoicemailListEntryFolder, VoicemailListEntryProperties, OrderDirection, int, int)
VoicemailList() - Constructor for class de.starface.integration.uci.java.v30.types.VoicemailList
 
VoicemailListEntry - Class in de.starface.integration.uci.java.v30.types
This object holds the properties of the voicemail list entries as returned by UciVoicemailListRequests.getVoicemailList(Date, Date, String, VoicemailListEntryFolder, VoicemailListEntryProperties, OrderDirection, int, int)
VoicemailListEntry() - Constructor for class de.starface.integration.uci.java.v30.types.VoicemailListEntry
 
VoicemailListEntryFolder - Enum in de.starface.integration.uci.java.v30.values
This enum holds the constants used for the voicemail list entry property VoicemailListEntryProperties.folder.
VoicemailListEntryProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of the voicemail list entries as returned by UcpVoicemailListRequests.getVoicemailList(Date, Date, String, String, String, String, int, int)
VoicemailListProperties - Enum in de.starface.integration.uci.java.v30.values
This enum holds constants with the property names of the voicemail list as returned by UcpVoicemailListRequests.getVoicemailList(Date, Date, String, String, String, String, int, int)

W

wantToSpeak - Variable in class de.starface.integration.uci.java.v30.types.ConferenceCall
Want the participant speak
wantToTalkToConference(String) - Method in interface de.starface.integration.uci.java.v30.messages.requests.UciConferenceCallRequests
This request tells the UCI server that the confernce call wants to talk.
wantToTalkToConference(String) - Method in interface de.starface.integration.uci.java.v30.ucp.messages.requests.UcpConferenceCallRequests
This request tells the UCI server that the confernce call wants to talk.

A C D E F G H I J K L M N O P Q R S T U V W

Copyright © 2012 STARFACE GmbH. All rights reserved.