Uses of Class
lumis.collaboration.chat.ChatMessageConfig
-
Packages that use ChatMessageConfig Package Description lumis.collaboration.chat -
-
Uses of ChatMessageConfig in lumis.collaboration.chat
Methods in lumis.collaboration.chat that return ChatMessageConfig Modifier and Type Method Description ChatMessageConfig
ChatManager. getMessage(SessionConfig sessionConfig, String messageId, ITransaction transaction)
ChatMessageConfig
IChatManager. getMessage(SessionConfig sessionConfig, String messageId, ITransaction transaction)
Returns a message config object.Methods in lumis.collaboration.chat that return types with arguments of type ChatMessageConfig Modifier and Type Method Description List<ChatMessageConfig>
ChatManager. getLatestMessages(SessionConfig sessionConfig, String conversationId, String chatUserId, int maxMessages, boolean getMessagesToModerate, Date greaterThanDate, ITransaction transaction)
Deprecated.List<ChatMessageConfig>
ChatManager. getLatestMessages(SessionConfig sessionConfig, String conversationId, String chatUserId, int firstMessageIndex, int maxMessages, boolean getMessagesToModerate, Date greaterThanDate, ITransaction transaction)
List<ChatMessageConfig>
IChatManager. getLatestMessages(SessionConfig sessionConfig, String conversationId, String chatUserId, int maxMessages, boolean getMessagesToModerate, Date greaterThanDate, ITransaction transaction)
Deprecated.Since 4.0.11 this method was replaced byIChatManager.getLatestMessages(SessionConfig, String, String, int, int, boolean, Date, ITransaction)
.List<ChatMessageConfig>
IChatManager. getLatestMessages(SessionConfig sessionConfig, String conversationId, String chatUserId, int firstMessageIndex, int maxMessages, boolean getMessagesToModerate, Date greaterThanDate, ITransaction transaction)
Returns up to maxMessages messageConfigs for a given conversationId.Collection<ChatMessageConfig>
ChatManager. getMessages(SessionConfig sessionConfig, String conversationId, ITransaction transaction)
Collection<ChatMessageConfig>
IChatManager. getMessages(SessionConfig sessionConfig, String conversationId, ITransaction transaction)
Returns all the messages for a given conversationId.Methods in lumis.collaboration.chat with parameters of type ChatMessageConfig Modifier and Type Method Description void
ChatManager. addMessage(SessionConfig sessionConfig, ChatMessageConfig messageConfig, ITransaction transaction)
void
IChatManager. addMessage(SessionConfig sessionConfig, ChatMessageConfig messageConfig, ITransaction transaction)
Adds a chat message to a conversation.Method parameters in lumis.collaboration.chat with type arguments of type ChatMessageConfig Modifier and Type Method Description String
ChatManager. getMessagesXml(SessionConfig sessionConfig, Collection<ChatMessageConfig> chatMessageConfigs, boolean getMessagesToModerate, List<IResource> resources, ITransaction transaction)
String
IChatManager. getMessagesXml(SessionConfig sessionConfig, Collection<ChatMessageConfig> chatMessageConfigs, boolean getMessagesToModerate, List<IResource> resources, ITransaction transaction)
Returns the xml for the given messages.
-