All Classes and Interfaces
Class
Description
A
FormRepository provides type-safe access for storing and retrieving documents
from the MongoDB collection "forms".FormRepository.Criteria is a Form document search query.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.An indexer used to create an index on the
"forms" collection if it does not exist by one or more attributes.Given the criteria updater describes how to perform
update operations on sets of documents.A
TypeAdapterFactory that handles all of the immutable types generated under Action.A
TypeAdapterFactory that handles all of the immutable types generated under ActionItem.A
TypeAdapterFactory that handles all of the immutable types generated under Actions.A
TypeAdapterFactory that handles all of the immutable types generated under Answer.A
TypeAdapterFactory that handles all of the immutable types generated under ContextValue.A
TypeAdapterFactory that handles all of the immutable types generated under Error.A
TypeAdapterFactory that handles all of the immutable types generated under Errors.A
TypeAdapterFactory that handles all of the immutable types generated under Form.A
TypeAdapterFactory that handles all of the immutable types generated under FormItem.A
TypeAdapterFactory that handles all of the immutable types generated under FormPutResponse.A
TypeAdapterFactory that handles all of the immutable types generated under FormTag.A
TypeAdapterFactory that handles all of the immutable types generated under FormValidationError.A
TypeAdapterFactory that handles all of the immutable types generated under FormValueSet.A
TypeAdapterFactory that handles all of the immutable types generated under FormValueSetEntry.A
TypeAdapterFactory that handles all of the immutable types generated under IdAndRevision.A
TypeAdapterFactory that handles all of the immutable types generated under Items.A
TypeAdapterFactory that handles all of the immutable types generated under Metadata.A
TypeAdapterFactory that handles all of the immutable types generated under Questionnaire.A
TypeAdapterFactory that handles all of the immutable types generated under QuestionnaireListItem.A
TypeAdapterFactory that handles all of the immutable types generated under Response.A
TypeAdapterFactory that handles all of the immutable types generated under Validation.A
TypeAdapterFactory that handles all of the immutable types generated under ValueSet.A
TypeAdapterFactory that handles all of the immutable types generated under ValueSetEntry.A
TypeAdapterFactory that handles all of the immutable types generated under Variable.A
TypeAdapterFactory that handles all of the immutable types generated under VariableValue.Immutable implementation of
Action.Builds instances of type
ImmutableAction.Immutable implementation of
ActionItem.Builds instances of type
ImmutableActionItem.Immutable implementation of
Actions.Builds instances of type
ImmutableActions.Immutable implementation of
Answer.Builds instances of type
ImmutableAnswer.Immutable implementation of
ContextValue.Builds instances of type
ImmutableContextValue.Immutable implementation of
Error.Builds instances of type
ImmutableError.Immutable implementation of
Errors.Builds instances of type
ImmutableErrors.Immutable implementation of
Errors.Error.Builds instances of type
Error.Immutable implementation of
Form.Builds instances of type
ImmutableForm.Immutable implementation of
FormItem.Builds instances of type
ImmutableFormItem.Immutable implementation of
Form.Metadata.Builds instances of type
ImmutableFormMetadata.Immutable implementation of
FormPutResponse.Builds instances of type
ImmutableFormPutResponse.Immutable implementation of
FormTag.Builds instances of type
ImmutableFormTag.Immutable implementation of
FormValidationError.Builds instances of type
ImmutableFormValidationError.Immutable implementation of
FormValueSet.Builds instances of type
ImmutableFormValueSet.Immutable implementation of
FormValueSetEntry.Builds instances of type
ImmutableFormValueSetEntry.Immutable implementation of
IdAndRevision.Builds instances of type
ImmutableIdAndRevision.Immutable implementation of
Items.Builds instances of type
ImmutableItems.Immutable implementation of
Metadata.Builds instances of type
ImmutableMetadata.Immutable implementation of
Questionnaire.Builds instances of type
ImmutableQuestionnaire.Immutable implementation of
QuestionnaireListItem.Builds instances of type
ImmutableQuestionnaireListItem.Immutable implementation of
Questionnaire.Metadata.Builds instances of type
ImmutableQuestionnaireMetadata.Immutable implementation of
Response.Builds instances of type
ImmutableResponse.Immutable implementation of
Validation.Builds instances of type
ImmutableValidation.Immutable implementation of
ValueSet.Builds instances of type
ImmutableValueSet.Immutable implementation of
ValueSetEntry.Builds instances of type
ImmutableValueSetEntry.Immutable implementation of
Variable.Builds instances of type
ImmutableVariable.Immutable implementation of
VariableValue.Builds instances of type
ImmutableVariableValue.A modifiable implementation of the
Answer type.A modifiable implementation of the
ContextValue type.A modifiable implementation of the
Error type.A modifiable implementation of the
Form type.A modifiable implementation of the
FormItem type.A modifiable implementation of the
Metadata type.A modifiable implementation of the
FormValueSet type.A modifiable implementation of the
FormValueSetEntry type.A modifiable implementation of the
Questionnaire type.A modifiable implementation of the
Metadata type.A modifiable implementation of the
Validation type.A modifiable implementation of the
Variable type.A modifiable implementation of the
VariableValue type.A
QuestionnaireRepository provides type-safe access for storing and retrieving documents
from the MongoDB collection "questionnaires".QuestionnaireRepository.Criteria is a Questionnaire document search query.The finder object used to proceed with find operations via the
Repositories.Finder.fetchAll(), Repositories.Finder.fetchFirst(), QuestionnaireRepository.Finder.andModifyFirst(), or Repositories.FinderWithDelete.deleteFirst() methods.An indexer used to create an index on the
"questionnaires" collection if it does not exist by one or more attributes.Given the criteria updater describes how to perform
update operations on sets of documents.