OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gettranscript
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
TranscriptManager.java
32
* {@link #
getTranscript
(String, String)} or to retrieve a list with the summary of all the
52
public Transcript
getTranscript
(String workgroupJID, String sessionID) throws XMPPException {
AgentSession.java
471
public Transcript
getTranscript
(String sessionID) throws XMPPException {
472
return transcriptManager.
getTranscript
(workgroupJID, sessionID);
[
all
...]
Completed in 78 milliseconds