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 ReportedData
ReportedData. 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".ReportedData
UserSearchManager. getSearchResults(DataForm searchForm, DomainBareJid searchService)
Submits a search form to the server and returns the resulting information in the form ofReportedData
.ReportedData
UserSearch. sendSearchForm(XMPPConnection con, DataForm searchForm, DomainBareJid searchService)
Sends the filled out answer form to be sent and queried by the search service.ReportedData
UserSearch. 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 ReportedData
AgentSession. searchTranscripts(FillableForm completedForm)
Submits the completed form and returns the result of the transcript search.ReportedData
TranscriptSearchManager. submitSearch(DomainBareJid serviceJID, FillableForm completedForm)
Submits the completed form and returns the result of the transcript search.
-