Uses of Package
io.dialob.api.form
Packages that use io.dialob.api.form
-
Classes in io.dialob.api.form used by io.dialob.api.formClassDescriptionA
FormRepositoryprovides type-safe access for storing and retrieving documents from the MongoDB collection"forms".FormRepository.Criteriais a Form document search query.The finder object used to proceed with find operations via theRepositories.Finder.fetchAll(),Repositories.Finder.fetchFirst(),FormRepository.Finder.andModifyFirst(), orRepositories.FinderWithDelete.deleteFirst()methods.An indexer used to create an index on the"forms"collection if it does not exist by one or more attributes.Giventhe criteria updater describes how to perform update operations on sets of documents.Immutable implementation ofForm.Builds instances of typeImmutableForm.Immutable implementation ofFormItem.Builds instances of typeImmutableFormItem.Immutable implementation ofForm.Metadata.Builds instances of typeImmutableFormMetadata.Immutable implementation ofFormPutResponse.Builds instances of typeImmutableFormPutResponse.Immutable implementation ofFormTag.Builds instances of typeImmutableFormTag.Immutable implementation ofFormValidationError.Builds instances of typeImmutableFormValidationError.Immutable implementation ofFormValueSet.Builds instances of typeImmutableFormValueSet.Immutable implementation ofFormValueSetEntry.Builds instances of typeImmutableFormValueSetEntry.Immutable implementation ofValidation.Builds instances of typeImmutableValidation.Immutable implementation ofVariable.Builds instances of typeImmutableVariable.A modifiable implementation of theFormtype.A modifiable implementation of theFormItemtype.A modifiable implementation of theMetadatatype.A modifiable implementation of theFormValueSettype.A modifiable implementation of theFormValueSetEntrytype.A modifiable implementation of theValidationtype.A modifiable implementation of theVariabletype.