Uses of Class
io.dialob.api.form.FormRepository.Modifier
Packages that use FormRepository.Modifier
-
Uses of FormRepository.Modifier in io.dialob.api.form
Methods in io.dialob.api.form that return FormRepository.ModifierModifier and TypeMethodDescriptionFormRepository.Modifier.addAllValueSets(Iterable<? extends FormValueSet> values) Add all of the given values to thevalueSetslist attribute.FormRepository.Modifier.addAllVariables(Iterable<? extends Variable> values) Add all of the given values to thevariableslist attribute.FormRepository.Modifier.addValueSets(FormValueSet value) Add a value to thevalueSetslist attribute.FormRepository.Modifier.addVariables(Variable value) Add a value to thevariableslist attribute.FormRepository.Finder.andModifyFirst()Turn a find operation into an atomicfindAndModifyoperation.FormRepository.Modifier.clearData()Clear thedatamap attribute.FormRepository.Modifier.clearNamespaces()Clear thenamespacesmap attribute.FormRepository.Modifier.clearRequiredErrorText()Clear therequiredErrorTextmap attribute.FormRepository.Modifier.clearValueSets()Clear thevalueSetslist attribute.FormRepository.Modifier.clearVariables()Clear thevariableslist attribute.Specify an initial value for theidattribute.FormRepository.Modifier.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.Modifier.putNamespaces(String key, Form value) Put the given key and value into thenamespacesmap attribute.FormRepository.Modifier.putRequiredErrorText(String key, String value) Put the given key and value into therequiredErrorTextmap attribute.FormRepository.Modifier.removeData(String key) Remove the key to value mapping from thedatamap attribute.FormRepository.Modifier.removeNamespaces(String key) Remove the key to value mapping from thenamespacesmap attribute.FormRepository.Modifier.removeRequiredErrorText(String key) Remove the key to value mapping from therequiredErrorTextmap attribute.FormRepository.Modifier.removeValueSets(FormValueSet value) Remove a value from thevalueSetslist attribute.FormRepository.Modifier.removeVariables(Variable value) Remove a value from thevariableslist attribute.Specify a new value for theidattribute.FormRepository.Modifier.setMetadata(Form.Metadata value) Specify a new value for themetadataattribute.Specify a new value for thenameattribute.Specify a new value for therevattribute.FormRepository.Modifier.setValueSets(Iterable<? extends FormValueSet> values) Override all values ofvalueSetslist attribute.FormRepository.Modifier.setVariables(Iterable<? extends Variable> values) Override all values ofvariableslist attribute.