public class TranscriptManager
extends java.lang.Object
getTranscript(String, String)
or to retrieve a list with the summary of all the
conversations that a user had getTranscripts(String, String)
.Constructor and Description |
---|
TranscriptManager(Connection connection) |
Modifier and Type | Method and Description |
---|---|
Transcript |
getTranscript(java.lang.String workgroupJID,
java.lang.String sessionID)
Returns the full conversation transcript of a given session.
|
Transcripts |
getTranscripts(java.lang.String workgroupJID,
java.lang.String userID)
Returns the transcripts of a given user.
|
public TranscriptManager(Connection connection)
public Transcript getTranscript(java.lang.String workgroupJID, java.lang.String sessionID) throws XMPPException
sessionID
- the id of the session to get the full transcript.workgroupJID
- the JID of the workgroup that will process the request.XMPPException
- if an error occurs while getting the information.public Transcripts getTranscripts(java.lang.String workgroupJID, java.lang.String userID) throws XMPPException
userID
- the id of the user to get his conversations.workgroupJID
- the JID of the workgroup that will process the request.XMPPException
- if an error occurs while getting the information.Copyright © 2003-2007 Jive Software.