- registerListener(ChatListener) - Method in class org.symphonyoss.client.model.Chat
-
Deprecated.
- registerListener(ChatServiceListener) - Method in class org.symphonyoss.client.services.ChatService
-
Deprecated.
- registerListener(ConnectionsListener) - Method in class org.symphonyoss.client.services.ConnectionsService
-
Deprecated.
- registerMessageListener() - Method in class org.symphonyoss.client.services.MessageServiceTest
-
- rejectConnectionRequest(SymUserConnectionRequest) - Method in interface org.symphonyoss.symphony.clients.ConnectionsClient
-
Reject a connection request
- rejectConnectionRequest(SymUserConnectionRequest) - Method in class org.symphonyoss.symphony.clients.impl.ConnectionsClientImpl
-
- removeAction(AiAction) - Method in class org.symphonyoss.client.ai.AiCommand
-
- removeChat(Chat) - Method in class org.symphonyoss.client.services.ChatService
-
Remove Chat conversation
- removeChatListener(ChatListener) - Method in class org.symphonyoss.client.services.MessageService
-
Remove a registered chat listener
- removeCommand(AiCommand) - Method in class org.symphonyoss.client.ai.AiCommandListener
-
- removeConnectionRequest(SymUser) - Method in interface org.symphonyoss.symphony.clients.ConnectionsClient
-
Remove incoming connection requests
- removeConnectionRequest(SymUser) - Method in class org.symphonyoss.symphony.clients.impl.ConnectionsClientImpl
-
Remove an existing user connection
- removeConnectionsEventListener(ConnectionsEventListener) - Method in class org.symphonyoss.client.services.MessageService
-
Remove connections event listener from service
- removeEventListener(RoomEventListener) - Method in class org.symphonyoss.client.model.Room
-
- removeListener(ChatListener) - Method in class org.symphonyoss.client.model.Chat
-
Remove a specific listener
- removeListener(ChatServiceListener) - Method in class org.symphonyoss.client.services.ChatService
-
- removeListener(ConnectionsListener) - Method in class org.symphonyoss.client.services.ConnectionsService
-
- removeMemberFromRoom(String, long) - Method in class org.symphonyoss.symphony.clients.impl.RoomMembershipClientImpl
-
Call this method to remove a member from a chat room.
- removeMemberFromRoom(String, long) - Method in interface org.symphonyoss.symphony.clients.RoomMembershipClient
-
Call this method to remove a member from a chat room.
- removeMessageListener(MessageListener) - Method in class org.symphonyoss.client.services.MessageService
-
- removeMessageListener() - Method in class org.symphonyoss.client.services.MessageServiceTest
-
- removePermission(AiPermission) - Method in class org.symphonyoss.client.ai.AiCommand
-
- removePresenceFeed(SymPresenceFeed) - Method in class org.symphonyoss.symphony.clients.impl.PresenceClientImpl
-
Remove a presence feed
- removePresenceFeed(SymPresenceFeed) - Method in interface org.symphonyoss.symphony.clients.PresenceClient
-
- removePresenceListener(PresenceListener) - Method in class org.symphonyoss.client.services.PresenceService
-
- removeResponse(AiResponse) - Method in class org.symphonyoss.client.ai.AiResponseSequence
-
Remove response from sequence
- removeRoomServiceEventListener(RoomServiceEventListener) - Method in class org.symphonyoss.client.services.MessageService
-
Remove room event listener from service
- removeRoomServiceEventListener(RoomServiceEventListener) - Method in class org.symphonyoss.client.services.RoomService
-
- resizePrefixesArguments() - Method in class org.symphonyoss.client.ai.AiCommand
-
- respond(MlMessageParser, SymMessage, AiCommand) - Method in interface org.symphonyoss.client.ai.AiAction
-
Provides a sequence of responses to send back to user executing command
- respond(Set<AiResponseSequence>, String) - Method in class org.symphonyoss.client.ai.AiResponder
-
Respond to stream (all users), based on the values and ids given in the set of responses
- respondToEachUserWith(Set<AiResponseSequence>) - Method in class org.symphonyoss.client.ai.AiResponder
-
Respond to the user, based on the values and ids given in the set of responses
- RestApiVersion - Enum in org.symphonyoss.symphony.clients.model
-
- RestException - Exception in org.symphonyoss.client.exceptions
-
- RestException(String, String, int) - Constructor for exception org.symphonyoss.client.exceptions.RestException
-
- RestException(String, int, Throwable) - Constructor for exception org.symphonyoss.client.exceptions.RestException
-
- RestException(String, String, int, Throwable) - Constructor for exception org.symphonyoss.client.exceptions.RestException
-
- RestException(String, RestException) - Constructor for exception org.symphonyoss.client.exceptions.RestException
-
- RestException(RestException) - Constructor for exception org.symphonyoss.client.exceptions.RestException
-
- Room - Class in org.symphonyoss.client.model
-
Room abstraction object which identifies and holds all properties of a Symphony Room.
- Room() - Constructor for class org.symphonyoss.client.model.Room
-
- ROOM_COMMAND_MESSAGE - Static variable in class org.symphonyoss.client.SymphonyClientIT
-
- RoomEventListener - Interface in org.symphonyoss.client.services
-
Callback interface for room events
- RoomException - Exception in org.symphonyoss.client.exceptions
-
Created by frank.tarsillo on 9/12/2016.
- RoomException(String) - Constructor for exception org.symphonyoss.client.exceptions.RoomException
-
- RoomException(Throwable) - Constructor for exception org.symphonyoss.client.exceptions.RoomException
-
- RoomException(String, Throwable) - Constructor for exception org.symphonyoss.client.exceptions.RoomException
-
- RoomMembershipClient - Interface in org.symphonyoss.symphony.clients
-
Supports adding/removing members from a room.
- RoomMembershipClientImpl - Class in org.symphonyoss.symphony.clients.impl
-
Supports the ability to identify and administrate members of a room (stream).
- RoomMembershipClientImpl(SymAuth, SymphonyClientConfig) - Constructor for class org.symphonyoss.symphony.clients.impl.RoomMembershipClientImpl
-
Init
- RoomMembershipClientImpl(SymAuth, SymphonyClientConfig, Client) - Constructor for class org.symphonyoss.symphony.clients.impl.RoomMembershipClientImpl
-
If you need to override HttpClient.
- RoomMembershipFactory - Class in org.symphonyoss.symphony.clients
-
Created by frank.tarsillo on 6/6/2016.
- RoomMembershipFactory() - Constructor for class org.symphonyoss.symphony.clients.RoomMembershipFactory
-
- RoomMembershipFactoryTest - Class in org.symphonyoss.symphony.clients
-
Created by Frank Tarsillo on 6/19/2016.
- RoomMembershipFactoryTest() - Constructor for class org.symphonyoss.symphony.clients.RoomMembershipFactoryTest
-
- roomSearch(SymRoomSearchCriteria, Integer, Integer) - Method in class org.symphonyoss.symphony.clients.impl.StreamsClientImpl
-
Search for rooms using search criteria.
- roomSearch(SymRoomSearchCriteria, Integer, Integer) - Method in interface org.symphonyoss.symphony.clients.StreamsClient
-
- RoomService - Class in org.symphonyoss.client.services
-
The room service provides capabilities that support room access and events.
- RoomService(SymphonyClient) - Constructor for class org.symphonyoss.client.services.RoomService
-
- RoomServiceEventListener - Interface in org.symphonyoss.client.services
-
- run() - Method in class org.symphonyoss.client.impl.AuthRefreshTask
-
- RUN_LAST_COMMAND - Static variable in class org.symphonyoss.client.common.AiConstants
-
- runTask() - Method in class org.symphonyoss.client.impl.AuthRefreshTask
-