Uses of Class
com.flowable.form.model.FormDataModel
Packages that use FormDataModel
Package
Description
-
Uses of FormDataModel in com.flowable.form.engine
Methods in com.flowable.form.engine with parameters of type FormDataModelModifier and TypeMethodDescriptionFormDataModelVariablesExtractor.extractVariableFromFormPayload(FormDataModel formDataModel, Map<String, Object> modifiedData, Map<String, Object> originalData, List<FormVariable> dataModelVariableTypes) Get the variable for theformDataModelfrom the providedmodifiedData. -
Uses of FormDataModel in com.flowable.form.model
Fields in com.flowable.form.model with type parameters of type FormDataModelModifier and TypeFieldDescriptionprotected Map<String, FormDataModel> FlowableFormModel.dataModelMethods in com.flowable.form.model that return types with arguments of type FormDataModelMethod parameters in com.flowable.form.model with type arguments of type FormDataModelModifier and TypeMethodDescriptionvoidFlowableFormModel.setDataModel(Map<String, FormDataModel> dataModel) -
Uses of FormDataModel in com.flowable.platform.common.form
Methods in com.flowable.platform.common.form with parameters of type FormDataModelModifier and TypeMethodDescriptionFormPayloadHelper.getFormDataModelListVariable(String submittedKey, FormDataModel formDataModel, List<Map<String, Object>> variables, Map<String, Object> originalPayload, Map<String, List<FormVariable>> variableTypes, tools.jackson.databind.ObjectMapper objectMapper, List<FormVariable> dataModelVariableTypes) protected static ObjectFormPayloadHelper.getFormDataModelVariable(String submittedKey, FormDataModel formDataModel, Map<String, Object> dataModelValues, Map<String, Object> originalDataModelValues, Map<String, List<FormVariable>> variableTypes, tools.jackson.databind.ObjectMapper objectMapper, List<FormVariable> dataModelVariableTypes) protected static booleanFormPayloadHelper.treatValueAsDataObject(Map<?, ?> value, FormDataModel formDataModel) -
Uses of FormDataModel in com.flowable.platform.service.dataobject
Methods in com.flowable.platform.service.dataobject with parameters of type FormDataModelModifier and TypeMethodDescriptionDataObjectFormDataModelVariablesExtractor.extractVariableFromFormPayload(FormDataModel formDataModel, Map<String, Object> formModifiedData, Map<String, Object> originalData, List<FormVariable> dataModelVariableTypes) protected voidDataObjectFormDataModelVariablesExtractor.verifyAllowedToCreate(FormDataModel model) -
Uses of FormDataModel in com.flowable.platform.service.task
Fields in com.flowable.platform.service.task with type parameters of type FormDataModelModifier and TypeFieldDescriptionprotected Map<String, FormDataModel> FormModelRepresentation.dataModelMethods in com.flowable.platform.service.task that return types with arguments of type FormDataModelMethod parameters in com.flowable.platform.service.task with type arguments of type FormDataModelModifier and TypeMethodDescriptionvoidFormModelRepresentation.setDataModel(Map<String, FormDataModel> dataModel)