Modifier and Type | Method and Description |
---|---|
void |
FlowableFormDecorator.decorateCaseDefinitionFormModel(FlowableFormModel formModel,
String caseDefinitionId) |
void |
FlowableCoreFormDecorator.decorateCaseDefinitionFormModel(FlowableFormModel formModel,
String caseDefinitionId) |
void |
FlowableFormDecorator.decorateCaseInstanceFormModel(FlowableFormModel formModel,
String caseInstanceId) |
void |
FlowableCoreFormDecorator.decorateCaseInstanceFormModel(FlowableFormModel formModel,
String caseInstanceId) |
void |
FlowableFormDecoratorInvokerImpl.decorateDefinitionFormModel(FlowableFormModel formModel,
String scopeType,
String scopeDefinitionId) |
void |
FlowableFormDecoratorInvoker.decorateDefinitionFormModel(FlowableFormModel formModel,
String scopeType,
String scopeDefinitionId) |
default void |
FlowableFormDecorator.decorateDefinitionFormModel(FlowableFormModel formModel,
String scopeType,
String scopeDefinitionId) |
void |
FlowableCoreFormDecorator.decorateDefinitionFormModel(FlowableFormModel formModel,
String scopeType,
String scopeDefinitionId) |
void |
FlowableFormDecoratorInvokerImpl.decorateFormModel(FlowableFormModel formModel,
String scopeType,
String scopeId) |
void |
FlowableFormDecoratorInvoker.decorateFormModel(FlowableFormModel formModel,
String scopeType,
String scopeId) |
default void |
FlowableFormDecorator.decorateFormModel(FlowableFormModel formModel,
String scopeType,
String scopeId) |
void |
FlowableCoreFormDecorator.decorateFormModel(FlowableFormModel formModel,
String scopeType,
String scopeId) |
protected void |
FlowableCoreFormDecorator.decorateFormModel(FlowableFormModel formModel,
String scopeType,
String scopeId,
String scopeDefinitionId)
Decorate the give
formModel based on the passed scope Type and id or definition. |
void |
FlowableFormDecorator.decorateProcessDefinitionFormModel(FlowableFormModel formModel,
String processDefinitionId) |
void |
FlowableCoreFormDecorator.decorateProcessDefinitionFormModel(FlowableFormModel formModel,
String processDefinitionId) |
void |
FlowableFormDecorator.decorateProcessInstanceFormModel(FlowableFormModel formModel,
String processInstanceId) |
void |
FlowableCoreFormDecorator.decorateProcessInstanceFormModel(FlowableFormModel formModel,
String processInstanceId) |
void |
FlowableFormDecorator.decorateTaskFormModel(FlowableFormModel formModel,
String taskId) |
void |
FlowableCoreFormDecorator.decorateTaskFormModel(FlowableFormModel formModel,
String taskId) |
Map<String,Object> |
FlowableSubmittedVariablesExtractor.extractVariables(Map<String,Object> submittedValues,
FlowableFormModel formModel) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
SubmittedVariablesExtractor.extractVariables(Map<String,Object> submittedValues,
FlowableFormModel formModel) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
DefaultSubmittedVariablesExtractor.extractVariables(Map<String,Object> submittedValues,
FlowableFormModel formModel) |
Modifier and Type | Method and Description |
---|---|
FlowableFormModel |
ParsedDeployment.getFormModelForFormDefinition(FormDefinitionEntity formDefinition) |
Modifier and Type | Method and Description |
---|---|
protected void |
CachingAndArtifactsManager.addSubFormModels(FlowableFormModel formModel,
String formKey,
Map<String,FlowableFormModel> formModelMap,
Collection<String> subFormSearchCompleted) |
Modifier and Type | Method and Description |
---|---|
protected void |
CachingAndArtifactsManager.addSubFormModels(FlowableFormModel formModel,
String formKey,
Map<String,FlowableFormModel> formModelMap,
Collection<String> subFormSearchCompleted) |
protected void |
CachingAndArtifactsManager.addSubFormModelsWithInLayoutDefinition(Map<String,Object> layoutDefinition,
String formKey,
Map<String,FlowableFormModel> formModelMap,
Collection<String> subFormSearchCompleted) |
protected void |
CachingAndArtifactsManager.checkAndAddExpandablePanelModels(Map<String,FlowableFormModel> formModelMap,
Collection<String> subFormSearchCompleted,
Map<String,Object> formField,
String formRef) |
protected void |
CachingAndArtifactsManager.checkAndAddSubFormModels(Map<String,FlowableFormModel> formModelMap,
Collection<String> subFormSearchCompleted,
Map<String,Object> formField,
String formRef) |
protected void |
CachingAndArtifactsManager.processFieldMap(Map<String,Object> formField,
String formKey,
Map<String,FlowableFormModel> formModelMap,
Collection<String> subFormSearchCompleted) |
Modifier and Type | Field and Description |
---|---|
protected FlowableFormModel |
FormDefinitionParse.formModel |
Modifier and Type | Method and Description |
---|---|
FlowableFormModel |
FormDefinitionParse.getFormModel() |
Modifier and Type | Method and Description |
---|---|
void |
FormDefinitionParse.setFormModel(FlowableFormModel formModel) |
Modifier and Type | Method and Description |
---|---|
static FlowableFormModel |
FormUtil.getFormDefinition(String formDefinitionId) |
static FlowableFormModel |
FormUtil.getFormDefinitionFromCache(String formId) |
Modifier and Type | Method and Description |
---|---|
static Map<String,List<FormVariable>> |
FormModelUtil.extractFormVariables(VariableContainer submittedValuesContainer,
FlowableFormModel formModel,
boolean isParentWritable,
boolean isParentEnabled)
Extract a map with the variable name and their info.
|
static Map<String,Object> |
FormModelUtil.findFormField(String formFieldId,
FlowableFormModel formModel) |