- acceptConnectionRequest(SymUserConnectionRequest) - Method in interface org.symphonyoss.symphony.clients.ConnectionsClient
-
Accept a connection request
- acceptConnectionRequest(SymUserConnection) - Method in interface org.symphonyoss.symphony.clients.ConnectionsClient
-
Accept a connection request
- acceptConnectionRequest(SymUserConnectionRequest) - Method in class org.symphonyoss.symphony.clients.impl.ConnectionsClientImpl
-
- acceptConnectionRequest(SymUserConnection) - Method in class org.symphonyoss.symphony.clients.impl.ConnectionsClientImpl
-
- addAction(AiAction) - Method in class org.symphonyoss.client.ai.AiCommand
-
- addChat(Chat) - Method in class org.symphonyoss.client.services.ChatService
-
Add a predefined chat to the service.
- addChatListener(ChatListener) - Method in class org.symphonyoss.client.services.MessageService
-
- addCommand(AiCommand) - Method in class org.symphonyoss.client.ai.AiCommandListener
-
- addConnectionsEventListener(ConnectionsEventListener) - Method in class org.symphonyoss.client.services.MessageService
-
- addEventListener(RoomEventListener) - Method in class org.symphonyoss.client.model.Room
-
- addListener(ChatListener) - Method in class org.symphonyoss.client.model.Chat
-
Add Chat listeners.
- addListener(ChatServiceListener) - Method in class org.symphonyoss.client.services.ChatService
-
- addListener(ConnectionsListener) - Method in class org.symphonyoss.client.services.ConnectionsService
-
- addMemberToRoom(String, long) - Method in class org.symphonyoss.symphony.clients.impl.RoomMembershipClientImpl
-
Call this method to add a member to a chat room.
- addMemberToRoom(String, long) - Method in interface org.symphonyoss.symphony.clients.RoomMembershipClient
-
Call this method to add a member to a chat room.
- addMessageListener(MessageListener) - Method in class org.symphonyoss.client.services.MessageService
-
- addPermission(AiPermission) - Method in class org.symphonyoss.client.ai.AiCommand
-
- addPresenceListener(PresenceListener) - Method in class org.symphonyoss.client.services.PresenceService
-
This will start the presence worker thread
- addResponse(AiResponse) - Method in class org.symphonyoss.client.ai.AiResponseSequence
-
Add a response to the sequence
- addRoomServiceEventListener(RoomServiceEventListener) - Method in class org.symphonyoss.client.services.MessageService
-
- addRoomServiceEventListener(RoomServiceEventListener) - Method in class org.symphonyoss.client.services.RoomService
-
- addStreamTypesItem(SymStreamTypes) - Method in class org.symphonyoss.symphony.clients.model.SymAdminStreamFilter
-
- AgentSystemClient - Interface in org.symphonyoss.symphony.clients
-
- AgentSystemClientFactory - Class in org.symphonyoss.symphony.clients
-
- AgentSystemClientFactory() - Constructor for class org.symphonyoss.symphony.clients.AgentSystemClientFactory
-
- AgentSystemClientImpl - Class in org.symphonyoss.symphony.clients.impl
-
Used for agent server health check
- AgentSystemClientImpl(SymAuth, SymphonyClientConfig) - Constructor for class org.symphonyoss.symphony.clients.impl.AgentSystemClientImpl
-
If you need to override HttpClient.
- AgentSystemClientImpl(SymAuth, SymphonyClientConfig, Client) - Constructor for class org.symphonyoss.symphony.clients.impl.AgentSystemClientImpl
-
If you need to override HttpClient.
- AiAction - Interface in org.symphonyoss.client.ai
-
An interface that developers can implement to create their own actions
- AiCommand - Class in org.symphonyoss.client.ai
-
A model for ai commands.
- AiCommand(String, int, String) - Constructor for class org.symphonyoss.client.ai.AiCommand
-
- AiCommandListener - Class in org.symphonyoss.client.ai
-
A class that listens in on a chat, and determines if the user's input
matches a command.
- AiCommandListener(SymphonyClient) - Constructor for class org.symphonyoss.client.ai.AiCommandListener
-
- AiConstants - Class in org.symphonyoss.client.common
-
- AiConstants() - Constructor for class org.symphonyoss.client.common.AiConstants
-
- AiLastCommand - Class in org.symphonyoss.client.ai
-
A model for saving the last command used by the ai.
- AiLastCommand(MlMessageParser, AiCommand) - Constructor for class org.symphonyoss.client.ai.AiLastCommand
-
- AiPermission - Interface in org.symphonyoss.client.ai
-
An interface that developers can implement to create their own command permissions
- AiResponder - Class in org.symphonyoss.client.ai
-
A part of the ai with the main purpose of responding back to a user
- AiResponder(SymphonyClient) - Constructor for class org.symphonyoss.client.ai.AiResponder
-
- AiResponse - Class in org.symphonyoss.client.ai
-
A model that represents a single response from the ai.
- AiResponse(String, List<SymUser>) - Constructor for class org.symphonyoss.client.ai.AiResponse
-
- AiResponseSequence - Class in org.symphonyoss.client.ai
-
A model that represents a sequence of responses from the ai
- AiResponseSequence() - Constructor for class org.symphonyoss.client.ai.AiResponseSequence
-
- AiSpellParser - Class in org.symphonyoss.client.ai.utils
-
A static class used to determine if a command suggestion can be made.
- AiSpellParser() - Constructor for class org.symphonyoss.client.ai.utils.AiSpellParser
-
- apiExceptionAvatarUpdate() - Method in class org.symphonyoss.symphony.clients.impl.UsersClientImplTest
-
- ApiVersion - Enum in org.symphonyoss.symphony.clients.model
-
- ATTACHMENT_COMMAND_MESSAGE - Static variable in class org.symphonyoss.client.SymphonyClientIT
-
- AttachmentsClient - Interface in org.symphonyoss.symphony.clients
-
Support for message attachments
Created by Frank Tarsillo on 5/15/2016.
- AttachmentsClientImpl - Class in org.symphonyoss.symphony.clients.impl
-
Support for message attachments
- AttachmentsClientImpl(SymAuth, SymphonyClientConfig) - Constructor for class org.symphonyoss.symphony.clients.impl.AttachmentsClientImpl
-
Init
- AttachmentsClientImpl(SymAuth, SymphonyClientConfig, Client) - Constructor for class org.symphonyoss.symphony.clients.impl.AttachmentsClientImpl
-
If you need to override HttpClient.
- AttachmentsException - Exception in org.symphonyoss.client.exceptions
-
- AttachmentsException(String) - Constructor for exception org.symphonyoss.client.exceptions.AttachmentsException
-
- AttachmentsException(Throwable) - Constructor for exception org.symphonyoss.client.exceptions.AttachmentsException
-
- AttachmentsException(String, Throwable) - Constructor for exception org.symphonyoss.client.exceptions.AttachmentsException
-
- AttachmentsFactory - Class in org.symphonyoss.symphony.clients
-
- AttachmentsFactory() - Constructor for class org.symphonyoss.symphony.clients.AttachmentsFactory
-
- AttachmentsFactory.TYPE - Enum in org.symphonyoss.symphony.clients
-
- AttribTypes - Enum in org.symphonyoss.client.model
-
Basic support for MessageML attributes.
- attributes(SymAdminStreamAttributes) - Method in class org.symphonyoss.symphony.clients.model.SymAdminStreamInfo
-
- authenticate() - Method in class org.symphonyoss.symphony.clients.AuthenticationClient
-
Authenticate and return session and key tokens encapsulated in SymAuth object.
- authenticate() - Method in class org.symphonyoss.symphony.clients.AuthenticationClientTest
-
- authenticateExtensionApp(String) - Method in class org.symphonyoss.symphony.clients.AuthenticationClient
-
Authentication call for Extensions API Applications.
- AuthenticationClient - Class in org.symphonyoss.symphony.clients
-
Authentication client to support retrieval of session, key tokens.
- AuthenticationClient(String, String) - Constructor for class org.symphonyoss.symphony.clients.AuthenticationClient
-
Construct client implementation with session and key endpoints
- AuthenticationClient(String, String, Client) - Constructor for class org.symphonyoss.symphony.clients.AuthenticationClient
-
Construct client implementation with session and key endpoints with overridden HTTP client
- AuthenticationClient(String, String, Client, Client) - Constructor for class org.symphonyoss.symphony.clients.AuthenticationClient
-
Construct client implementation with session and key endpoints with two different
overridden HTTP clients for session-token and key-token
- AuthenticationClientTest - Class in org.symphonyoss.symphony.clients
-
Created by Frank Tarsillo on 6/19/2016.
- AuthenticationClientTest() - Constructor for class org.symphonyoss.symphony.clients.AuthenticationClientTest
-
- AuthenticationException - Exception in org.symphonyoss.client.exceptions
-
Created by Frank Tarsillo on 9/11/2016.
- AuthenticationException(String, int, Throwable) - Constructor for exception org.symphonyoss.client.exceptions.AuthenticationException
-
- AuthenticationException(String, String, int, Throwable) - Constructor for exception org.symphonyoss.client.exceptions.AuthenticationException
-
- AuthenticationException(String, String, int) - Constructor for exception org.symphonyoss.client.exceptions.AuthenticationException
-
- AuthorizationException - Exception in org.symphonyoss.client.exceptions
-
- AuthorizationException(String, int, Throwable) - Constructor for exception org.symphonyoss.client.exceptions.AuthorizationException
-
- AuthorizationException(String, String, int, Throwable) - Constructor for exception org.symphonyoss.client.exceptions.AuthorizationException
-
- AuthorizationException(String, String, int) - Constructor for exception org.symphonyoss.client.exceptions.AuthorizationException
-
- AuthRefreshTask - Class in org.symphonyoss.client.impl
-
Created by frank.tarsillo on 9/19/2016.
- AuthRefreshTask(SymphonyClient) - Constructor for class org.symphonyoss.client.impl.AuthRefreshTask
-
- avatarArryIsNull() - Method in class org.symphonyoss.symphony.clients.impl.UsersClientImplTest
-