public class DefaultVariableProcessor extends Object implements VariableHelper.VariableProcessor
| Constructor and Description |
|---|
DefaultVariableProcessor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSupportedType() |
void |
process(long processInstanceId,
String varName,
String varType,
List<org.kie.server.api.model.instance.VariableInstance> variables,
String deploymentId,
String servetTemplateId,
Consumer<ProcessVariableSummary> consumer) |
public void process(long processInstanceId,
String varName,
String varType,
List<org.kie.server.api.model.instance.VariableInstance> variables,
String deploymentId,
String servetTemplateId,
Consumer<ProcessVariableSummary> consumer)
process in interface VariableHelper.VariableProcessorpublic String getSupportedType()
getSupportedType in interface VariableHelper.VariableProcessorCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.