Package com.flowable.questionnaire.api
Interface Parameters
public interface Parameters
Some constants used for parameter names having a special meaning.
- Author:
- Micha Kiener
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringINPUT_PARAMETER_NAMEUse this parameter name within theQuestionnaireService.selectAnswer(String, String, Map, boolean, String)method in order to add an input parameter which is then mapped according the question configuration (most likely a question of typeQuestionTypes.INPUT).
-
Field Details
-
INPUT_PARAMETER_NAME
static final java.lang.String INPUT_PARAMETER_NAMEUse this parameter name within theQuestionnaireService.selectAnswer(String, String, Map, boolean, String)method in order to add an input parameter which is then mapped according the question configuration (most likely a question of typeQuestionTypes.INPUT).- See Also:
- Constant Field Values
-