Uses of Class
org.jivesoftware.smackx.search.ReportedData
-
Packages that use ReportedData Package Description org.jivesoftware.smackx.search Smacks implementation of XEP-0055: Jabber Search.org.jivesoftware.smackx.workgroup.agent TODO describe me. -
-
Uses of ReportedData in org.jivesoftware.smackx.search
Methods in org.jivesoftware.smackx.search that return ReportedData Modifier and Type Method Description static ReportedDataReportedData. getReportedDataFrom(Stanza packet)Returns a new ReportedData if the stanza is used for reporting data and includes an extension that matches the elementName and namespace "x","jabber:x:data".ReportedDataUserSearchManager. getSearchResults(DataForm searchForm, DomainBareJid searchService)Submits a search form to the server and returns the resulting information in the form ofReportedData.ReportedDataUserSearch. sendSearchForm(XMPPConnection con, DataForm searchForm, DomainBareJid searchService)Sends the filled out answer form to be sent and queried by the search service.ReportedDataUserSearch. sendSimpleSearchForm(XMPPConnection con, DataForm searchForm, DomainBareJid searchService)Sends the filled out answer form to be sent and queried by the search service. -
Uses of ReportedData in org.jivesoftware.smackx.workgroup.agent
Methods in org.jivesoftware.smackx.workgroup.agent that return ReportedData Modifier and Type Method Description ReportedDataAgentSession. searchTranscripts(FillableForm completedForm)Submits the completed form and returns the result of the transcript search.ReportedDataTranscriptSearchManager. submitSearch(DomainBareJid serviceJID, FillableForm completedForm)Submits the completed form and returns the result of the transcript search.
-