Uses of Class
io.dialob.api.form.FormRepository.Updater
Packages that use FormRepository.Updater
-
Uses of FormRepository.Updater in io.dialob.api.form
Methods in io.dialob.api.form that return FormRepository.UpdaterModifier and TypeMethodDescriptionFormRepository.Updater.addAllValueSets(Iterable<? extends FormValueSet> values) Add all of the given values to thevalueSetslist attribute.FormRepository.Updater.addAllVariables(Iterable<? extends Variable> values) Add all of the given values to thevariableslist attribute.FormRepository.Updater.addValueSets(FormValueSet value) Add a value to thevalueSetslist attribute.FormRepository.Updater.addVariables(Variable value) Add a value to thevariableslist attribute.FormRepository.Updater.clearData()Clear thedatamap attribute.FormRepository.Updater.clearNamespaces()Clear thenamespacesmap attribute.FormRepository.Updater.clearRequiredErrorText()Clear therequiredErrorTextmap attribute.FormRepository.Updater.clearValueSets()Clear thevalueSetslist attribute.FormRepository.Updater.clearVariables()Clear thevariableslist attribute.Specify an initial value for theidattribute.FormRepository.Updater.initMetadata(Form.Metadata value) Specify an initial value for themetadataattribute.Specify an initial value for thenameattribute.Specify an initial value for therevattribute.Put the given key and value into thedatamap attribute.FormRepository.Updater.putNamespaces(String key, Form value) Put the given key and value into thenamespacesmap attribute.FormRepository.Updater.putRequiredErrorText(String key, String value) Put the given key and value into therequiredErrorTextmap attribute.FormRepository.Updater.removeData(String key) Remove the key to value mapping from thedatamap attribute.FormRepository.Updater.removeNamespaces(String key) Remove the key to value mapping from thenamespacesmap attribute.FormRepository.Updater.removeRequiredErrorText(String key) Remove the key to value mapping from therequiredErrorTextmap attribute.FormRepository.Updater.removeValueSets(FormValueSet value) Remove a value from thevalueSetslist attribute.FormRepository.Updater.removeVariables(Variable value) Remove a value from thevariableslist attribute.Specify a new value for theidattribute.FormRepository.Updater.setMetadata(Form.Metadata value) Specify a new value for themetadataattribute.Specify a new value for thenameattribute.Specify a new value for therevattribute.FormRepository.Updater.setValueSets(Iterable<? extends FormValueSet> values) Override all values ofvalueSetslist attribute.FormRepository.Updater.setVariables(Iterable<? extends Variable> values) Override all values ofvariableslist attribute.FormRepository.update(FormRepository.Criteria criteria) Update the set of"forms"documents.