Package com.flowable.form.engine
Interface SubmittedVariablesExtractor
- All Known Implementing Classes:
DefaultSubmittedVariablesExtractor,FlowableSubmittedVariablesExtractor,SubmittedHierarchyVariablesExtractor
public interface SubmittedVariablesExtractor
Extract variable name, value pairs from the submitted values
-
Method Summary
Modifier and TypeMethodDescriptionextractVariables(String elementId, String elementType, String scopeId, String scopeDefinitionId, String scopeType, Map<String, Object> submittedValues, FlowableFormModel formModel) default voidfillOutputMappings(String elementId, String elementType, String scopeDefinitionId, String scopeType, Map<String, Object> allowedOutputMap, Map<String, Object> blockedOutputMap) default voidfilterVariablesWithOutputMapping(Map<String, Object> variableMap, Map<String, Object> allowedOutputMap, Map<String, Object> blockedOutputMap)
-
Method Details
-
extractVariables
-
filterVariablesWithOutputMapping
-
fillOutputMappings
-