| Package | Description |
|---|---|
| org.jivesoftware.openfire.forms |
Data forms implementation (XEP-0004).
|
| org.jivesoftware.openfire.forms.spi |
| Modifier and Type | Method and Description |
|---|---|
FormField |
DataForm.getField(String variable)
Deprecated.
Returns the field of the form whose variable matches the specified variable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataForm.addField(FormField field)
Deprecated.
Adds a new field as part of the form.
|
void |
DataForm.addReportedField(FormField field)
Deprecated.
Adds a field to the list of fields that will be returned from a search.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XFormFieldImpl
Deprecated.
replaced by
FormField |
| Modifier and Type | Method and Description |
|---|---|
FormField |
XDataFormImpl.getField(String variable)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XDataFormImpl.addField(FormField field)
Deprecated.
|
void |
XDataFormImpl.addReportedField(FormField field)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XDataFormImpl.addItemFields(List<FormField> itemFields)
Deprecated.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.