Uses of Class
io.dialob.api.questionnaire.QuestionnaireRepository.Updater
Packages that use QuestionnaireRepository.Updater
-
Uses of QuestionnaireRepository.Updater in io.dialob.api.questionnaire
Methods in io.dialob.api.questionnaire that return QuestionnaireRepository.UpdaterModifier and TypeMethodDescriptionQuestionnaireRepository.Updater.addAllAnswers(Iterable<? extends Answer> values) Add all of the given values to theanswerslist attribute.QuestionnaireRepository.Updater.addAllContext(Iterable<? extends ContextValue> values) Add all of the given values to thecontextlist attribute.QuestionnaireRepository.Updater.addAllErrors(Iterable<? extends Error> values) Add all of the given values to theerrorslist attribute.QuestionnaireRepository.Updater.addAllValueSets(Iterable<? extends ValueSet> values) Add all of the given values to thevalueSetslist attribute.QuestionnaireRepository.Updater.addAllVariableValues(Iterable<? extends VariableValue> values) Add all of the given values to thevariableValueslist attribute.QuestionnaireRepository.Updater.addAnswers(Answer value) Add a value to theanswerslist attribute.QuestionnaireRepository.Updater.addContext(ContextValue value) Add a value to thecontextlist attribute.Add a value to theerrorslist attribute.QuestionnaireRepository.Updater.addValueSets(ValueSet value) Add a value to thevalueSetslist attribute.QuestionnaireRepository.Updater.addVariableValues(VariableValue value) Add a value to thevariableValueslist attribute.QuestionnaireRepository.Updater.clearAnswers()Clear theanswerslist attribute.QuestionnaireRepository.Updater.clearContext()Clear thecontextlist attribute.QuestionnaireRepository.Updater.clearErrors()Clear theerrorslist attribute.QuestionnaireRepository.Updater.clearValueSets()Clear thevalueSetslist attribute.QuestionnaireRepository.Updater.clearVariableValues()Clear thevariableValueslist attribute.QuestionnaireRepository.Updater.initActiveItem(String value) Specify an initial value for theactiveItemattribute.Specify an initial value for theidattribute.QuestionnaireRepository.Updater.initMetadata(Questionnaire.Metadata value) Specify an initial value for themetadataattribute.Specify an initial value for therevattribute.QuestionnaireRepository.Updater.removeAnswers(Answer value) Remove a value from theanswerslist attribute.QuestionnaireRepository.Updater.removeContext(ContextValue value) Remove a value from thecontextlist attribute.QuestionnaireRepository.Updater.removeErrors(Error value) Remove a value from theerrorslist attribute.QuestionnaireRepository.Updater.removeValueSets(ValueSet value) Remove a value from thevalueSetslist attribute.QuestionnaireRepository.Updater.removeVariableValues(VariableValue value) Remove a value from thevariableValueslist attribute.QuestionnaireRepository.Updater.setActiveItem(String value) Specify a new value for theactiveItemattribute.QuestionnaireRepository.Updater.setAnswers(Iterable<? extends Answer> values) Override all values ofanswerslist attribute.QuestionnaireRepository.Updater.setContext(Iterable<? extends ContextValue> values) Override all values ofcontextlist attribute.Override all values oferrorslist attribute.Specify a new value for theidattribute.QuestionnaireRepository.Updater.setMetadata(Questionnaire.Metadata value) Specify a new value for themetadataattribute.Specify a new value for therevattribute.QuestionnaireRepository.Updater.setValueSets(Iterable<? extends ValueSet> values) Override all values ofvalueSetslist attribute.QuestionnaireRepository.Updater.setVariableValues(Iterable<? extends VariableValue> values) Override all values ofvariableValueslist attribute.QuestionnaireRepository.update(QuestionnaireRepository.Criteria criteria) Update the set of"questionnaires"documents.