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 Question
Questionnaire. getCurrentQuestion()
Returns the currently open question within this questionnaire, if any, might benull
for 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 interface
QuestionEntity
Classes in com.flowable.questionnaire.service.impl.entity that implement Question Modifier and Type Class Description class
QuestionEntityImpl
Fields in com.flowable.questionnaire.service.impl.entity declared as Question Modifier and Type Field Description protected Question
QuestionnaireEntityImpl. currentQuestion
Fields in com.flowable.questionnaire.service.impl.entity with type parameters of type Question Modifier and Type Field Description protected java.util.List<Question>
QuestionnaireEntityImpl. previousQuestions
Methods in com.flowable.questionnaire.service.impl.entity that return Question Modifier and Type Method Description Question
QuestionnaireEntityImpl. 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 void
QuestionnaireEntity. setCurrentQuestion(Question question)
void
QuestionnaireEntityImpl. setCurrentQuestion(Question currentQuestion)
Method parameters in com.flowable.questionnaire.service.impl.entity with type arguments of type Question Modifier and Type Method Description void
QuestionnaireEntity. setPreviousQuestions(java.util.List<Question> previousQuestions)
void
QuestionnaireEntityImpl. setPreviousQuestions(java.util.List<Question> previousQuestions)