Uses of Class
org.jivesoftware.smackx.xdata.form.FillableForm
Packages that use FillableForm
Package
Description
Smacks implementation of XEP-0050: Ad-Hoc Commands.
Smack API for Multi-User Chat (MUC, XEP-0045).
Smack's implementation of Data Forms (XEP-0004) for PubSub.
Smacks implementation of XEP-0055: Jabber Search.
TODO describe me.
TODO describe me.
Smacks high-level API for XEP-0004: Data Forms.
-
Uses of FillableForm in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands that return FillableFormMethods in org.jivesoftware.smackx.commands with parameters of type FillableFormModifier and TypeMethodDescriptionfinal AdHocCommandResult
AdHocCommand.execute
(FillableForm form) Executes the default action of the command with the information provided in the Form. -
Uses of FillableForm in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc with parameters of type FillableFormModifier and TypeMethodDescriptionvoid
MultiUserChat.sendConfigurationForm
(FillableForm form) Sends the completed configuration form to the server.void
MultiUserChat.sendRegistrationForm
(FillableForm form) Sends the completed registration form to the server. -
Uses of FillableForm in org.jivesoftware.smackx.pubsub.form
Subclasses of FillableForm in org.jivesoftware.smackx.pubsub.form -
Uses of FillableForm in org.jivesoftware.smackx.search
Methods in org.jivesoftware.smackx.search with parameters of type FillableFormModifier and TypeMethodDescriptionUserSearchManager.getSearchResults
(FillableForm searchForm, DomainBareJid searchService) Submits a search form to the server and returns the resulting information in the form ofReportedData
. -
Uses of FillableForm in org.jivesoftware.smackx.workgroup.agent
Methods in org.jivesoftware.smackx.workgroup.agent with parameters of type FillableFormModifier and TypeMethodDescriptionAgentSession.searchTranscripts
(FillableForm completedForm) Submits the completed form and returns the result of the transcript search.TranscriptSearchManager.submitSearch
(DomainBareJid serviceJID, FillableForm completedForm) Submits the completed form and returns the result of the transcript search. -
Uses of FillableForm in org.jivesoftware.smackx.workgroup.user
Methods in org.jivesoftware.smackx.workgroup.user with parameters of type FillableFormModifier and TypeMethodDescriptionvoid
Workgroup.joinQueue
(FillableForm answerForm) Joins the workgroup queue to wait to be routed to an agent. -
Uses of FillableForm in org.jivesoftware.smackx.xdata.form
Methods in org.jivesoftware.smackx.xdata.form that return FillableForm