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