Uses of Class
org.jivesoftware.smackx.xdata.packet.DataForm
-
Packages that use DataForm Package Description org.jivesoftware.smackx.commands.packet Element classes for XEP-0050: Ad-Hoc Commands.org.jivesoftware.smackx.disco Smack's API for Service Discovery (XEP-0030).org.jivesoftware.smackx.formtypes Smack's implementation of XEP-0068: Field Standardization for Data Forms.org.jivesoftware.smackx.mam XEP-0313: Message Archive Management.org.jivesoftware.smackx.mam.element Packet classes and interfaces for Message Archive Management (MAM) XEP-0313.org.jivesoftware.smackx.muc Smack API for Multi-User Chat (MUC, XEP-0045).org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe.org.jivesoftware.smackx.pubsub.form Smack's implementation of Data Forms (XEP-0004) for PubSub.org.jivesoftware.smackx.search Smacks implementation of XEP-0055: Jabber Search.org.jivesoftware.smackx.si.packet Element classes for XEP-0095: Stream Initiation.org.jivesoftware.smackx.softwareinfo.form Form class needed for XEP-0232: Software Information.org.jivesoftware.smackx.workgroup.user TODO describe me.org.jivesoftware.smackx.xdata.form Smacks high-level API for XEP-0004: Data Forms.org.jivesoftware.smackx.xdata.packet Element classes for XEP-0004: Data Forms.org.jivesoftware.smackx.xdata.provider Provider classes for XEP-0004: Data Forms. -
-
Uses of DataForm in org.jivesoftware.smackx.commands.packet
Methods in org.jivesoftware.smackx.commands.packet that return DataForm Modifier and Type Method Description DataFormAdHocCommandData. getForm()DataFormAdHocCommandDataBuilder. getForm()DataFormAdHocCommandDataView. getForm()Returns the form of the command.Methods in org.jivesoftware.smackx.commands.packet with parameters of type DataForm Modifier and Type Method Description AdHocCommandDataBuilderAdHocCommandDataBuilder. setForm(DataForm form) -
Uses of DataForm in org.jivesoftware.smackx.disco
Methods in org.jivesoftware.smackx.disco that return DataForm Modifier and Type Method Description DataFormServiceDiscoveryManager. addExtendedInfo(DataForm extendedInfo)Registers extended discovery information of this XMPP entity.Methods in org.jivesoftware.smackx.disco that return types with arguments of type DataForm Modifier and Type Method Description List<DataForm>ServiceDiscoveryManager. getExtendedInfo()Returns the data form as List of PacketExtensions, or null if no data form is set.List<DataForm>ServiceDiscoveryManager. getExtendedInfoAsList()Deprecated.useServiceDiscoveryManager.getExtendedInfo()instead.Methods in org.jivesoftware.smackx.disco with parameters of type DataForm Modifier and Type Method Description DataFormServiceDiscoveryManager. addExtendedInfo(DataForm extendedInfo)Registers extended discovery information of this XMPP entity.voidServiceDiscoveryManager. setExtendedInfo(DataForm info)Deprecated.useServiceDiscoveryManager.addExtendedInfo(DataForm)instead. -
Uses of DataForm in org.jivesoftware.smackx.formtypes
Methods in org.jivesoftware.smackx.formtypes with parameters of type DataForm Modifier and Type Method Description static voidFormFieldRegistry. register(DataForm dataForm) -
Uses of DataForm in org.jivesoftware.smackx.mam
Fields in org.jivesoftware.smackx.mam declared as DataForm Modifier and Type Field Description DataFormMamManager.MamPrefsResult. form -
Uses of DataForm in org.jivesoftware.smackx.mam.element
Methods in org.jivesoftware.smackx.mam.element that return DataForm Modifier and Type Method Description DataFormMamQueryIQ. getDataForm()Get the data form.Methods in org.jivesoftware.smackx.mam.element with parameters of type DataForm Modifier and Type Method Description MamQueryIQMamElementFactory. newQueryIQ(String queryId, String node, DataForm dataForm)Create a new MAM Query IQ.Constructors in org.jivesoftware.smackx.mam.element with parameters of type DataForm Constructor Description MamQueryIQ(MamVersion version, String queryId, String node, DataForm dataForm)MAM query IQ constructor.MamQueryIQ(MamVersion version, String queryId, DataForm form)MAM query IQ constructor.MamQueryIQ(MamVersion version, DataForm form)MAM query IQ constructor. -
Uses of DataForm in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc that return DataForm Modifier and Type Method Description DataFormRoomInfo. getForm()Returns the form included in the extended disco info result ornullif no such form was sent. -
Uses of DataForm in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return DataForm Modifier and Type Method Description DataFormFormNode. getForm()Get the Form that is to be sent, or was retrieved from the server.Constructors in org.jivesoftware.smackx.pubsub with parameters of type DataForm Constructor Description FormNode(FormNodeType formType, String nodeId, DataForm submitForm)Create aFormNodewhich contains the specified form, which is associated with the specified node.FormNode(FormNodeType formType, DataForm submitForm)Create aFormNodewhich contains the specified form. -
Uses of DataForm in org.jivesoftware.smackx.pubsub.form
Constructors in org.jivesoftware.smackx.pubsub.form with parameters of type DataForm Constructor Description ConfigureForm(DataForm dataForm)FilledConfigureForm(DataForm dataForm)FilledSubscribeForm(DataForm dataForm)SubscribeForm(DataForm dataForm) -
Uses of DataForm in org.jivesoftware.smackx.search
Methods in org.jivesoftware.smackx.search that return DataForm Modifier and Type Method Description DataFormUserSearch. getSearchForm(XMPPConnection con, DomainBareJid searchService)Returns the form for all search fields supported by the search service.Methods in org.jivesoftware.smackx.search with parameters of type DataForm Modifier and Type Method Description ReportedDataUserSearch. sendSearchForm(XMPPConnection con, DataForm searchForm, DomainBareJid searchService)Sends the filled out answer form to be sent and queried by the search service.ReportedDataUserSearch. sendSimpleSearchForm(XMPPConnection con, DataForm searchForm, DomainBareJid searchService)Sends the filled out answer form to be sent and queried by the search service. -
Uses of DataForm in org.jivesoftware.smackx.si.packet
Methods in org.jivesoftware.smackx.si.packet that return DataForm Modifier and Type Method Description DataFormStreamInitiation.Feature. getData()Returns the dataform associated with the feature negotiation.DataFormStreamInitiation. getFeatureNegotiationForm()Returns the data form which contains the valid methods of stream negotiation and transfer.Methods in org.jivesoftware.smackx.si.packet with parameters of type DataForm Modifier and Type Method Description voidStreamInitiation. setFeatureNegotiationForm(DataForm form)Sets the data form which contains the valid methods of stream negotiation and transfer.Constructors in org.jivesoftware.smackx.si.packet with parameters of type DataForm Constructor Description Feature(DataForm data)The dataform can be provided as part of the constructor. -
Uses of DataForm in org.jivesoftware.smackx.softwareinfo.form
Methods in org.jivesoftware.smackx.softwareinfo.form with parameters of type DataForm Modifier and Type Method Description SoftwareInfoForm.BuilderSoftwareInfoForm.Builder. setDataForm(DataForm dataForm)IncludeDataFormto be encapsulated under SoftwareInfoForm. -
Uses of DataForm in org.jivesoftware.smackx.workgroup.user
Methods in org.jivesoftware.smackx.workgroup.user with parameters of type DataForm Modifier and Type Method Description voidWorkgroup. joinQueue(DataForm answerForm, Jid userID)Joins the workgroup queue to wait to be routed to an agent. -
Uses of DataForm in org.jivesoftware.smackx.xdata.form
Methods in org.jivesoftware.smackx.xdata.form that return DataForm Modifier and Type Method Description DataFormFilledForm. getDataForm()DataFormFillableForm. getDataFormToSubmit()Methods in org.jivesoftware.smackx.xdata.form with parameters of type DataForm Modifier and Type Method Description protected static voidFilledForm. ensureFormType(DataForm dataForm, String formType)Constructors in org.jivesoftware.smackx.xdata.form with parameters of type DataForm Constructor Description FillableForm(DataForm dataForm)FilledForm(DataForm dataForm)Form(DataForm dataForm)SubmitForm(DataForm dataForm) -
Uses of DataForm in org.jivesoftware.smackx.xdata.packet
Methods in org.jivesoftware.smackx.xdata.packet that return DataForm Modifier and Type Method Description DataFormDataForm.Builder. build()static DataFormDataForm. from(Collection<DataForm> dataForms, String formType)Return the first matching data form with the given form type from the given collection of data forms.static DataFormDataForm. from(StanzaView stanzaView)Get data form from a stanza.static DataFormDataForm. from(StanzaView stanzaView, String formType)Get the data form with the given form type from a stanza view.static DataFormDataForm. remove(Collection<DataForm> dataForms, String formType)Remove the first matching data form with the given form type from the given collection.Method parameters in org.jivesoftware.smackx.xdata.packet with type arguments of type DataForm Modifier and Type Method Description static DataFormDataForm. from(Collection<DataForm> dataForms, String formType)Return the first matching data form with the given form type from the given collection of data forms.static DataFormDataForm. remove(Collection<DataForm> dataForms, String formType)Remove the first matching data form with the given form type from the given collection. -
Uses of DataForm in org.jivesoftware.smackx.xdata.provider
Methods in org.jivesoftware.smackx.xdata.provider that return DataForm Modifier and Type Method Description DataFormDataFormProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-