HomeSort by relevance Sort by last modified time
    Searched refs:getSearchForm (Results 1 - 4 of 4) sorted by null

  /external/smack/src/org/jivesoftware/smackx/search/
UserSearchManager.java 41 * Form searchForm = search.getSearchForm();
72 public Form getSearchForm(String searchService) throws XMPPException {
73 return userSearch.getSearchForm(con, searchService);
UserSearch.java 68 public Form getSearchForm(Connection con, String searchService) throws XMPPException {
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
TranscriptSearchManager.java 34 * {@link #getSearchForm(String)} or to submit a search form and return the results of
55 public Form getSearchForm(String serviceJID) throws XMPPException {
AgentSession.java 484 return transcriptSearchManager.getSearchForm(StringUtils.parseServer(workgroupJID));
    [all...]

Completed in 140 milliseconds