Uses of Class
org.jivesoftware.smackx.xdata.packet.DataForm
-
Packages that use DataForm Package Description org.jivesoftware.smackx.commands Smacks implementation of XEP-0050: Ad-Hoc Commands.org.jivesoftware.smackx.commands.packet Element classes for XEP-0050: Ad-Hoc Commands.org.jivesoftware.smackx.disco Smacks implementation of XEP-0030: Service Discovery.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 Classes and Interfaces that implement Multi-User Chat (MUC) as defined in 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
Methods in org.jivesoftware.smackx.commands that return DataForm Modifier and Type Method Description DataForm
AdHocCommand. getForm()
Returns the form of the current stage.Methods in org.jivesoftware.smackx.commands with parameters of type DataForm Modifier and Type Method Description protected void
AdHocCommand. setForm(DataForm form)
Sets the form of the current stage. -
Uses of DataForm in org.jivesoftware.smackx.commands.packet
Methods in org.jivesoftware.smackx.commands.packet that return DataForm Modifier and Type Method Description DataForm
AdHocCommandData. getForm()
Returns the form of the command.Methods in org.jivesoftware.smackx.commands.packet with parameters of type DataForm Modifier and Type Method Description void
AdHocCommandData. 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 DataForm
ServiceDiscoveryManager. 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 java.util.List<DataForm>
ServiceDiscoveryManager. getExtendedInfo()
Returns the data form as List of PacketExtensions, or null if no data form is set.java.util.List<DataForm>
ServiceDiscoveryManager. getExtendedInfoAsList()
Deprecated.useServiceDiscoveryManager.getExtendedInfo()
instead.Methods in org.jivesoftware.smackx.disco with parameters of type DataForm Modifier and Type Method Description DataForm
ServiceDiscoveryManager. addExtendedInfo(DataForm extendedInfo)
Registers extended discovery information of this XMPP entity.void
ServiceDiscoveryManager. 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 void
FormFieldRegistry. 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 DataForm
MamManager.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 DataForm
MamQueryIQ. getDataForm()
Get the data form.Constructors in org.jivesoftware.smackx.mam.element with parameters of type DataForm Constructor Description MamQueryIQ(java.lang.String queryId, java.lang.String node, DataForm dataForm)
MAM query IQ constructor.MamQueryIQ(java.lang.String queryId, DataForm form)
MAM query IQ constructor.MamQueryIQ(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 DataForm
RoomInfo. getForm()
Returns the form included in the extended disco info result ornull
if 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 DataForm
FormNode. 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, java.lang.String nodeId, DataForm submitForm)
Create aFormNode
which contains the specified form, which is associated with the specified node.FormNode(FormNodeType formType, DataForm submitForm)
Create aFormNode
which 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 DataForm
UserSearch. getSearchForm(XMPPConnection con, DomainBareJid searchService)
Returns the form for all search fields supported by the search service.DataForm
UserSearchManager. getSearchForm(DomainBareJid searchService)
Returns the form to fill out to perform a search.Methods in org.jivesoftware.smackx.search with parameters of type DataForm Modifier and Type Method Description ReportedData
UserSearchManager. getSearchResults(DataForm searchForm, DomainBareJid searchService)
Submits a search form to the server and returns the resulting information in the form ofReportedData
.ReportedData
UserSearch. sendSearchForm(XMPPConnection con, DataForm searchForm, DomainBareJid searchService)
Sends the filled out answer form to be sent and queried by the search service.ReportedData
UserSearch. 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 DataForm
StreamInitiation.Feature. getData()
Returns the dataform associated with the feature negotiation.DataForm
StreamInitiation. 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 void
StreamInitiation. 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.Builder
SoftwareInfoForm.Builder. setDataForm(DataForm dataForm)
IncludeDataForm
to 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 void
Workgroup. 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 DataForm
FilledForm. getDataForm()
DataForm
FillableForm. getDataFormToSubmit()
Methods in org.jivesoftware.smackx.xdata.form with parameters of type DataForm Modifier and Type Method Description protected static void
FilledForm. ensureFormType(DataForm dataForm, java.lang.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)
-
Uses of DataForm in org.jivesoftware.smackx.xdata.packet
Methods in org.jivesoftware.smackx.xdata.packet that return DataForm Modifier and Type Method Description DataForm
DataForm.Builder. build()
static DataForm
DataForm. from(java.util.Collection<DataForm> dataForms, java.lang.String formType)
Return the first matching data form with the given form type from the given collection of data forms.static DataForm
DataForm. from(StanzaView stanzaView)
Get data form from a stanza.static DataForm
DataForm. from(StanzaView stanzaView, java.lang.String formType)
Get the data form with the given form type from a stanza view.static DataForm
DataForm. remove(java.util.Collection<DataForm> dataForms, java.lang.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 DataForm
DataForm. from(java.util.Collection<DataForm> dataForms, java.lang.String formType)
Return the first matching data form with the given form type from the given collection of data forms.static DataForm
DataForm. remove(java.util.Collection<DataForm> dataForms, java.lang.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 DataForm
DataFormProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-