Uses of Class
io.dialob.api.questionnaire.QuestionnaireRepository.Indexer
Packages that use QuestionnaireRepository.Indexer
-
Uses of QuestionnaireRepository.Indexer in io.dialob.api.questionnaire
Methods in io.dialob.api.questionnaire that return QuestionnaireRepository.IndexerModifier and TypeMethodDescriptionQuestionnaireRepository.index()Ensure an indexon collection questionnaires by one or more attributes using the family ofwith*()attribute-specific methods.QuestionnaireRepository.Indexer.withActiveItem()Specify that the next attribute to index will beactiveItem, in the ascending direction.QuestionnaireRepository.Indexer.withActiveItemDesceding()Specify that the next attribute to index will beactiveItem, in the descending direction.QuestionnaireRepository.Indexer.withAnswers()Specify that the next attribute to index will beanswers, in the ascending direction.QuestionnaireRepository.Indexer.withAnswersDesceding()Specify that the next attribute to index will beanswers, in the descending direction.QuestionnaireRepository.Indexer.withContext()Specify that the next attribute to index will becontext, in the ascending direction.QuestionnaireRepository.Indexer.withContextDesceding()Specify that the next attribute to index will becontext, in the descending direction.QuestionnaireRepository.Indexer.withErrors()Specify that the next attribute to index will beerrors, in the ascending direction.QuestionnaireRepository.Indexer.withErrorsDesceding()Specify that the next attribute to index will beerrors, in the descending direction.QuestionnaireRepository.Indexer.withId()Specify that the next attribute to index will beid, in the ascending direction.QuestionnaireRepository.Indexer.withIdDesceding()Specify that the next attribute to index will beid, in the descending direction.QuestionnaireRepository.Indexer.withMetadata()Specify that the next attribute to index will bemetadata, in the ascending direction.QuestionnaireRepository.Indexer.withMetadataDesceding()Specify that the next attribute to index will bemetadata, in the descending direction.QuestionnaireRepository.Indexer.withRev()Specify that the next attribute to index will berev, in the ascending direction.QuestionnaireRepository.Indexer.withRevDesceding()Specify that the next attribute to index will berev, in the descending direction.QuestionnaireRepository.Indexer.withValueSets()Specify that the next attribute to index will bevalueSets, in the ascending direction.QuestionnaireRepository.Indexer.withValueSetsDesceding()Specify that the next attribute to index will bevalueSets, in the descending direction.QuestionnaireRepository.Indexer.withVariableValues()Specify that the next attribute to index will bevariableValues, in the ascending direction.QuestionnaireRepository.Indexer.withVariableValuesDesceding()Specify that the next attribute to index will bevariableValues, in the descending direction.