public class DocumentsVariableProcessor extends Object implements VariableHelper.VariableProcessor
Constructor and Description |
---|
DocumentsVariableProcessor(String type) |
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 serverTemplateId,
Consumer<ProcessVariableSummary> consumer) |
public DocumentsVariableProcessor(String type)
public void process(long processInstanceId, String varName, String varType, List<org.kie.server.api.model.instance.VariableInstance> variables, String deploymentId, String serverTemplateId, 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.