Uses of Class
com.flowable.form.model.FlowableFormModel
-
Uses of FlowableFormModel in com.flowable.core.service.form
Methods in com.flowable.core.service.form with parameters of type FlowableFormModel Modifier and Type Method Description voidFlowableFormDecorator. decorateCaseDefinitionFormModel(FlowableFormModel formModel, java.lang.String caseDefinitionId)voidFlowableFormDecorator. decorateCaseInstanceFormModel(FlowableFormModel formModel, java.lang.String caseInstanceId)voidFlowableFormDecorator. decorateProcessDefinitionFormModel(FlowableFormModel formModel, java.lang.String processDefinitionId)voidFlowableFormDecorator. decorateProcessInstanceFormModel(FlowableFormModel formModel, java.lang.String processInstanceId)voidFlowableFormDecorator. decorateTaskFormModel(FlowableFormModel formModel, java.lang.String taskId)java.util.Map<java.lang.String,java.lang.Object>FlowableSubmittedVariablesExtractor. extractVariables(java.util.Map<java.lang.String,java.lang.Object> submittedValues, FlowableFormModel formModel) -
Uses of FlowableFormModel in com.flowable.form.engine
Methods in com.flowable.form.engine with parameters of type FlowableFormModel Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>SubmittedVariablesExtractor. extractVariables(java.util.Map<java.lang.String,java.lang.Object> submittedValues, FlowableFormModel formModel) -
Uses of FlowableFormModel in com.flowable.form.engine.impl
Methods in com.flowable.form.engine.impl with parameters of type FlowableFormModel Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>DefaultSubmittedVariablesExtractor. extractVariables(java.util.Map<java.lang.String,java.lang.Object> submittedValues, FlowableFormModel formModel) -
Uses of FlowableFormModel in com.flowable.form.engine.impl.deployer
Methods in com.flowable.form.engine.impl.deployer that return FlowableFormModel Modifier and Type Method Description FlowableFormModelParsedDeployment. getFormModelForFormDefinition(FormDefinitionEntity formDefinition)Methods in com.flowable.form.engine.impl.deployer with parameters of type FlowableFormModel Modifier and Type Method Description protected voidCachingAndArtifactsManager. addSubFormModels(FlowableFormModel formModel, java.lang.String formKey, java.util.Map<java.lang.String,FlowableFormModel> formModelMap, java.util.List<java.lang.String> subFormSearchCompleted)Method parameters in com.flowable.form.engine.impl.deployer with type arguments of type FlowableFormModel Modifier and Type Method Description protected voidCachingAndArtifactsManager. addSubFormModels(FlowableFormModel formModel, java.lang.String formKey, java.util.Map<java.lang.String,FlowableFormModel> formModelMap, java.util.List<java.lang.String> subFormSearchCompleted)protected voidCachingAndArtifactsManager. checkAndAddExpandablePanelModels(java.util.Map<java.lang.String,FlowableFormModel> formModelMap, java.util.List<java.lang.String> subFormSearchCompleted, java.util.Map<java.lang.String,java.lang.Object> formField, java.lang.String formRef)protected voidCachingAndArtifactsManager. checkAndAddSubFormModels(java.util.Map<java.lang.String,FlowableFormModel> formModelMap, java.util.List<java.lang.String> subFormSearchCompleted, java.util.Map<java.lang.String,java.lang.Object> formField, java.lang.String formRef) -
Uses of FlowableFormModel in com.flowable.form.engine.impl.parser
Fields in com.flowable.form.engine.impl.parser declared as FlowableFormModel Modifier and Type Field Description protected FlowableFormModelFormDefinitionParse. formModelMethods in com.flowable.form.engine.impl.parser that return FlowableFormModel Modifier and Type Method Description FlowableFormModelFormDefinitionParse. getFormModel()Methods in com.flowable.form.engine.impl.parser with parameters of type FlowableFormModel Modifier and Type Method Description voidFormDefinitionParse. setFormModel(FlowableFormModel formModel) -
Uses of FlowableFormModel in com.flowable.form.engine.impl.util
Methods in com.flowable.form.engine.impl.util that return FlowableFormModel Modifier and Type Method Description static FlowableFormModelFormUtil. getFormDefinition(java.lang.String formDefinitionId)static FlowableFormModelFormUtil. getFormDefinitionFromCache(java.lang.String formId)Methods in com.flowable.form.engine.impl.util with parameters of type FlowableFormModel Modifier and Type Method Description static voidFormModelUtil. decorateFormModel(FlowableFormModel formModel)static voidFormModelUtil. decorateFormModel(FlowableFormModel formModel, java.lang.String taskId)static java.util.Map<java.lang.String,java.util.List<FormVariable>>FormModelUtil. extractFormVariables(org.flowable.common.engine.api.variable.VariableContainer submittedValuesContainer, FlowableFormModel formModel, boolean isParentWritable, boolean isParentEnabled)Extract a map with the variable name and their info.static java.util.Map<java.lang.String,java.lang.Object>FormModelUtil. findFormField(java.lang.String formFieldId, FlowableFormModel formModel)