Package | Description |
---|---|
org.jivesoftware.smackx.search | |
org.jivesoftware.smackx.workgroup.agent |
Modifier and Type | Method and Description |
---|---|
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".
|
ReportedData |
UserSearchManager.getSearchResults(Form searchForm,
String searchService)
Submits a search form to the server and returns the resulting information
in the form of
ReportedData |
ReportedData |
UserSearch.sendSearchForm(XMPPConnection con,
Form searchForm,
String searchService)
Sends the filled out answer form to be sent and queried by the search service.
|
ReportedData |
UserSearch.sendSimpleSearchForm(XMPPConnection con,
Form searchForm,
String searchService)
Sends the filled out answer form to be sent and queried by the search service.
|
Modifier and Type | Method and Description |
---|---|
ReportedData |
AgentSession.searchTranscripts(Form completedForm)
Submits the completed form and returns the result of the transcript search.
|
ReportedData |
TranscriptSearchManager.submitSearch(String serviceJID,
Form completedForm)
Submits the completed form and returns the result of the transcript search.
|