Class ProcessInstanceVariableMapper
- java.lang.Object
-
- org.jbpm.workbench.pr.backend.server.ProcessInstanceVariableMapper
-
- All Implemented Interfaces:
Function<org.kie.server.api.model.instance.VariableInstance,org.jbpm.workbench.pr.model.ProcessVariableSummary>
public class ProcessInstanceVariableMapper extends Object implements Function<org.kie.server.api.model.instance.VariableInstance,org.jbpm.workbench.pr.model.ProcessVariableSummary>
-
-
Constructor Summary
Constructors Constructor Description ProcessInstanceVariableMapper(String deploymentId, String serverTemplateId, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jbpm.workbench.pr.model.ProcessVariableSummaryapply(org.kie.server.api.model.instance.VariableInstance variableInstance)
-