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