Uses of Class
org.jivesoftware.smackx.ReportedData

Packages that use ReportedData
org.jivesoftware.smackx Smack extensions API. 
org.jivesoftware.smackx.search   
org.jivesoftware.smackx.workgroup.agent   
 

Uses of ReportedData in org.jivesoftware.smackx
 

Methods in org.jivesoftware.smackx that return ReportedData
static ReportedData ReportedData.getReportedDataFrom(Packet packet)
          Returns a new ReportedData if the packet is used for reporting data and includes an extension that matches the elementName and namespace "x","jabber:x:data".
 

Uses of ReportedData in org.jivesoftware.smackx.search
 

Methods in org.jivesoftware.smackx.search that return ReportedData
 ReportedData UserSearchManager.getSearchResults(Form searchForm, java.lang.String searchService)
          Submits a search form to the server and returns the resulting information in the form of ReportedData
 ReportedData UserSearch.sendSearchForm(Connection con, Form searchForm, java.lang.String searchService)
          Sends the filled out answer form to be sent and queried by the search service.
 ReportedData UserSearch.sendSimpleSearchForm(Connection con, Form searchForm, java.lang.String 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
 ReportedData AgentSession.searchTranscripts(Form completedForm)
          Submits the completed form and returns the result of the transcript search.
 ReportedData TranscriptSearchManager.submitSearch(java.lang.String serviceJID, Form completedForm)
          Submits the completed form and returns the result of the transcript search.