Uses of Class
org.jivesoftware.smackx.xdata.form.FillableForm
-
Packages that use FillableForm Package Description org.jivesoftware.smackx.commands Smacks implementation of XEP-0050: Ad-Hoc Commands.org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045.org.jivesoftware.smackx.pubsub.form Smack's implementation of Data Forms (XEP-0004) for PubSub.org.jivesoftware.smackx.workgroup.agent TODO describe me.org.jivesoftware.smackx.workgroup.user TODO describe me.org.jivesoftware.smackx.xdata.form Smacks high-level API for XEP-0004: Data Forms. -
-
Uses of FillableForm in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands with parameters of type FillableForm Modifier and Type Method Description abstract void
AdHocCommand. complete(FillableForm response)
Completes the command execution with the information provided in theresponse
.void
RemoteCommand. complete(FillableForm form)
void
RemoteCommand. execute(FillableForm form)
Executes the default action of the command with the information provided in the Form.abstract void
AdHocCommand. next(FillableForm response)
Executes the next action of the command with the information provided in theresponse
.void
RemoteCommand. next(FillableForm form)
-
Uses of FillableForm in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc with parameters of type FillableForm Modifier and Type Method Description void
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 Modifier and Type Class Description class
FillableConfigureForm
class
FillableSubscribeForm
-
Uses of FillableForm in org.jivesoftware.smackx.workgroup.agent
Methods in org.jivesoftware.smackx.workgroup.agent with parameters of type FillableForm 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. -
Uses of FillableForm in org.jivesoftware.smackx.workgroup.user
Methods in org.jivesoftware.smackx.workgroup.user with parameters of type FillableForm Modifier and Type Method Description void
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 Modifier and Type Method Description FillableForm
Form. getFillableForm()
-