Class 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 Detail

      • ProcessInstanceVariableMapper

        public ProcessInstanceVariableMapper​(String deploymentId,
                                             String serverTemplateId,
                                             String type)
    • Method Detail

      • apply

        public org.jbpm.workbench.pr.model.ProcessVariableSummary apply​(org.kie.server.api.model.instance.VariableInstance variableInstance)
        Specified by:
        apply in interface Function<org.kie.server.api.model.instance.VariableInstance,​org.jbpm.workbench.pr.model.ProcessVariableSummary>