|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.smackx.workgroup.packet.Transcripts.TranscriptSummary
public static class Transcripts.TranscriptSummary
A TranscriptSummary contains some information about a conversation such as the ID of the session or the date when the conversation started and finished. You will need to use the sessionID to get the full conversation transcript.
Constructor Summary | |
---|---|
Transcripts.TranscriptSummary(String sessionID,
Date joinTime,
Date leftTime,
List<Transcripts.AgentDetail> agentDetails)
|
Method Summary | |
---|---|
List<Transcripts.AgentDetail> |
getAgentDetails()
Returns a list of AgentDetails. |
Date |
getJoinTime()
Returns the Date when the conversation started. |
Date |
getLeftTime()
Returns the Date when the conversation finished. |
String |
getSessionID()
Returns the ID of the session that is related to this conversation transcript. |
String |
toXML()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Transcripts.TranscriptSummary(String sessionID, Date joinTime, Date leftTime, List<Transcripts.AgentDetail> agentDetails)
Method Detail |
---|
public String getSessionID()
public Date getJoinTime()
public Date getLeftTime()
public List<Transcripts.AgentDetail> getAgentDetails()
public String toXML()
|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |