public class TranscriptSearchManager
extends java.lang.Object
getSearchForm(String)
or to submit a search form and return the results of
the search submitSearch(String, Form)
.Constructor and Description |
---|
TranscriptSearchManager(Connection connection) |
Modifier and Type | Method and Description |
---|---|
Form |
getSearchForm(java.lang.String serviceJID)
Returns the Form to use for searching transcripts.
|
ReportedData |
submitSearch(java.lang.String serviceJID,
Form completedForm)
Submits the completed form and returns the result of the transcript search.
|
public TranscriptSearchManager(Connection connection)
public Form getSearchForm(java.lang.String serviceJID) throws XMPPException
serviceJID
- the address of the workgroup service.XMPPException
- if an error occurs while sending the request to the server.public ReportedData submitSearch(java.lang.String serviceJID, Form completedForm) throws XMPPException
serviceJID
- the address of the workgroup service.completedForm
- the filled out search form.XMPPException
- if an error occurs while submiting the search to the server.Copyright © 2003-2007 Jive Software.