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.VariableProcessor
public String getSupportedType()
getSupportedType
in interface VariableHelper.VariableProcessor
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.