Uses of Interface
com.flowable.questionnaire.api.Question
| Package | Description |
|---|---|
| com.flowable.questionnaire.api | |
| com.flowable.questionnaire.service.impl.entity |
-
Uses of Question in com.flowable.questionnaire.api
Methods in com.flowable.questionnaire.api that return Question Modifier and Type Method Description QuestionQuestionnaire. getCurrentQuestion()Returns the currently open question within this questionnaire, if any, might benullfor a finished questionnaire.Methods in com.flowable.questionnaire.api that return types with arguments of type Question Modifier and Type Method Description java.util.List<Question>Questionnaire. getPreviousQuestions()If requested as a full questionnaire instance data object, this list contains all the previously answered questions. -
Uses of Question in com.flowable.questionnaire.service.impl.entity
Subinterfaces of Question in com.flowable.questionnaire.service.impl.entity Modifier and Type Interface Description interfaceQuestionEntityClasses in com.flowable.questionnaire.service.impl.entity that implement Question Modifier and Type Class Description classQuestionEntityImplFields in com.flowable.questionnaire.service.impl.entity declared as Question Modifier and Type Field Description protected QuestionQuestionnaireEntityImpl. currentQuestionFields in com.flowable.questionnaire.service.impl.entity with type parameters of type Question Modifier and Type Field Description protected java.util.List<Question>QuestionnaireEntityImpl. previousQuestionsMethods in com.flowable.questionnaire.service.impl.entity that return Question Modifier and Type Method Description QuestionQuestionnaireEntityImpl. getCurrentQuestion()Methods in com.flowable.questionnaire.service.impl.entity that return types with arguments of type Question Modifier and Type Method Description java.util.List<Question>QuestionnaireEntityImpl. getPreviousQuestions()Methods in com.flowable.questionnaire.service.impl.entity with parameters of type Question Modifier and Type Method Description voidQuestionnaireEntity. setCurrentQuestion(Question question)voidQuestionnaireEntityImpl. setCurrentQuestion(Question currentQuestion)Method parameters in com.flowable.questionnaire.service.impl.entity with type arguments of type Question Modifier and Type Method Description voidQuestionnaireEntity. setPreviousQuestions(java.util.List<Question> previousQuestions)voidQuestionnaireEntityImpl. setPreviousQuestions(java.util.List<Question> previousQuestions)