Package | Description |
---|---|
org.jivesoftware.sparkimpl.plugin.transcripts |
Modifier and Type | Method and Description |
---|---|
HistoryMessage |
ChatTranscript.getMessage(int i)
Return the HistoryMessage by the given index
|
Modifier and Type | Method and Description |
---|---|
java.util.List<HistoryMessage> |
ChatTranscript.getMessage(java.lang.String text)
Returns messages that included search keywords.
|
java.util.List<HistoryMessage> |
ChatTranscript.getMessages()
Returns all messages.
|
java.util.Collection<HistoryMessage> |
ChatTranscript.getNumberOfEntries(int number)
Returns a specified number of messages.
|
Modifier and Type | Method and Description |
---|---|
void |
ChatTranscript.addHistoryMessage(HistoryMessage entry)
Add a
HistoryMessage to users chat transcript. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
HistoryTranscript.buildString(java.util.List<HistoryMessage> messages)
Builds html string with the stored messages
|
void |
ChatTranscript.setList(java.util.List<HistoryMessage> newList)
Set the new List for the chat transcript
|