public class TranscriptSearchManager extends java.lang.Object
getSearchForm(DomainBareJid) or to submit a search form and return the results of
the search submitSearch(DomainBareJid, Form).| Constructor and Description |
|---|
TranscriptSearchManager(XMPPConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
Form |
getSearchForm(org.jxmpp.jid.DomainBareJid serviceJID)
Returns the Form to use for searching transcripts.
|
ReportedData |
submitSearch(org.jxmpp.jid.DomainBareJid serviceJID,
Form completedForm)
Submits the completed form and returns the result of the transcript search.
|
public TranscriptSearchManager(XMPPConnection connection)
public Form getSearchForm(org.jxmpp.jid.DomainBareJid serviceJID) throws SmackException.NoResponseException, XMPPException.XMPPErrorException, SmackException.NotConnectedException, java.lang.InterruptedException
serviceJID - the address of the workgroup service.XMPPException.XMPPErrorExceptionSmackException.NoResponseExceptionSmackException.NotConnectedExceptionjava.lang.InterruptedExceptionpublic ReportedData submitSearch(org.jxmpp.jid.DomainBareJid serviceJID, Form completedForm) throws SmackException.NoResponseException, XMPPException.XMPPErrorException, SmackException.NotConnectedException, java.lang.InterruptedException
serviceJID - the address of the workgroup service.completedForm - the filled out search form.XMPPException.XMPPErrorExceptionSmackException.NoResponseExceptionSmackException.NotConnectedExceptionjava.lang.InterruptedException