| Form |
|
| Form.Metadata |
|
| FormEntity |
|
| FormItem |
|
| FormPutResponse |
|
| FormRepository |
A FormRepository provides type-safe access for storing and retrieving documents
from the MongoDB collection "forms".
|
| FormRepository.Criteria |
FormRepository.Criteria is a Form document search query.
|
| FormRepository.Finder |
The finder object used to proceed with find operations via the
Repositories.Finder.fetchAll(), Repositories.Finder.fetchFirst(), FormRepository.Finder.andModifyFirst(), or Repositories.FinderWithDelete.deleteFirst() methods.
|
| FormRepository.Indexer |
An indexer used to create an index on the "forms" collection if it does not exist by one or more attributes.
|
| FormRepository.Modifier |
|
| FormRepository.Replacer |
|
| FormRepository.Updater |
Given the criteria updater describes how to perform
update operations on sets of documents.
|
| FormTag |
|
| FormTag.Type |
|
| FormValidationError |
|
| FormValidationError.Level |
|
| FormValidationError.Type |
|
| FormValueSet |
|
| FormValueSetEntry |
|
| ImmutableForm |
Immutable implementation of Form.
|
| ImmutableForm.Builder |
|
| ImmutableFormItem |
|
| ImmutableFormItem.Builder |
|
| ImmutableFormMetadata |
|
| ImmutableFormMetadata.Builder |
|
| ImmutableFormPutResponse |
|
| ImmutableFormPutResponse.Builder |
|
| ImmutableFormTag |
Immutable implementation of FormTag.
|
| ImmutableFormTag.Builder |
|
| ImmutableFormValidationError |
|
| ImmutableFormValidationError.Builder |
|
| ImmutableFormValueSet |
|
| ImmutableFormValueSet.Builder |
|
| ImmutableFormValueSetEntry |
|
| ImmutableFormValueSetEntry.Builder |
|
| ImmutableValidation |
|
| ImmutableValidation.Builder |
|
| ImmutableVariable |
|
| ImmutableVariable.Builder |
|
| ModifiableForm |
A modifiable implementation of the Form type.
|
| ModifiableFormItem |
A modifiable implementation of the FormItem type.
|
| ModifiableFormMetadata |
A modifiable implementation of the Metadata type.
|
| ModifiableFormValueSet |
|
| ModifiableFormValueSetEntry |
|
| ModifiableValidation |
A modifiable implementation of the Validation type.
|
| ModifiableVariable |
A modifiable implementation of the Variable type.
|
| Validation |
|
| Variable |
|