FormRepository.Updater |
FormRepository.Updater.addAllValueSets(Iterable<? extends FormValueSet> values) |
Add all of the given values to the valueSets list attribute.
|
FormRepository.Updater |
FormRepository.Updater.addAllVariables(Iterable<? extends Variable> values) |
Add all of the given values to the variables list attribute.
|
FormRepository.Updater |
FormRepository.Updater.addValueSets(FormValueSet value) |
Add a value to the valueSets list attribute.
|
FormRepository.Updater |
FormRepository.Updater.addVariables(Variable value) |
Add a value to the variables list attribute.
|
FormRepository.Updater |
FormRepository.Updater.clearData() |
Clear the data map attribute.
|
FormRepository.Updater |
FormRepository.Updater.clearNamespaces() |
Clear the namespaces map attribute.
|
FormRepository.Updater |
FormRepository.Updater.clearRequiredErrorText() |
Clear the requiredErrorText map attribute.
|
FormRepository.Updater |
FormRepository.Updater.clearValueSets() |
Clear the valueSets list attribute.
|
FormRepository.Updater |
FormRepository.Updater.clearVariables() |
Clear the variables list attribute.
|
FormRepository.Updater |
FormRepository.Updater.initId(String value) |
Specify an initial value for the id attribute.
|
FormRepository.Updater |
FormRepository.Updater.initMetadata(Form.Metadata value) |
Specify an initial value for the metadata attribute.
|
FormRepository.Updater |
FormRepository.Updater.initName(String value) |
Specify an initial value for the name attribute.
|
FormRepository.Updater |
FormRepository.Updater.initRev(String value) |
Specify an initial value for the rev attribute.
|
FormRepository.Updater |
FormRepository.Updater.putData(String key,
FormItem value) |
Put the given key and value into the data map attribute.
|
FormRepository.Updater |
FormRepository.Updater.putNamespaces(String key,
Form value) |
Put the given key and value into the namespaces map attribute.
|
FormRepository.Updater |
FormRepository.Updater.putRequiredErrorText(String key,
String value) |
Put the given key and value into the requiredErrorText map attribute.
|
FormRepository.Updater |
FormRepository.Updater.removeData(String key) |
Remove the key to value mapping from the data map attribute.
|
FormRepository.Updater |
FormRepository.Updater.removeNamespaces(String key) |
Remove the key to value mapping from the namespaces map attribute.
|
FormRepository.Updater |
FormRepository.Updater.removeRequiredErrorText(String key) |
Remove the key to value mapping from the requiredErrorText map attribute.
|
FormRepository.Updater |
FormRepository.Updater.removeValueSets(FormValueSet value) |
Remove a value from the valueSets list attribute.
|
FormRepository.Updater |
FormRepository.Updater.removeVariables(Variable value) |
Remove a value from the variables list attribute.
|
FormRepository.Updater |
FormRepository.Updater.setId(String value) |
Specify a new value for the id attribute.
|
FormRepository.Updater |
FormRepository.Updater.setMetadata(Form.Metadata value) |
Specify a new value for the metadata attribute.
|
FormRepository.Updater |
FormRepository.Updater.setName(String value) |
Specify a new value for the name attribute.
|
FormRepository.Updater |
FormRepository.Updater.setRev(String value) |
Specify a new value for the rev attribute.
|
FormRepository.Updater |
FormRepository.Updater.setValueSets(Iterable<? extends FormValueSet> values) |
Override all values of valueSets list attribute.
|
FormRepository.Updater |
FormRepository.Updater.setVariables(Iterable<? extends Variable> values) |
Override all values of variables list attribute.
|
FormRepository.Updater |
FormRepository.update(FormRepository.Criteria criteria) |
Update the set of "forms" documents.
|