Class ProcessInstanceLogSummaryDataSetMapper
- java.lang.Object
-
- org.jbpm.workbench.pr.client.editors.instance.log.ProcessInstanceLogSummaryDataSetMapper
-
- All Implemented Interfaces:
BiFunction<org.dashbuilder.dataset.DataSet,Integer,org.jbpm.workbench.pr.model.ProcessInstanceLogSummary>
public class ProcessInstanceLogSummaryDataSetMapper extends Object implements BiFunction<org.dashbuilder.dataset.DataSet,Integer,org.jbpm.workbench.pr.model.ProcessInstanceLogSummary>
-
-
Constructor Summary
Constructors Constructor Description ProcessInstanceLogSummaryDataSetMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jbpm.workbench.pr.model.ProcessInstanceLogSummaryapply(org.dashbuilder.dataset.DataSet dataSet, Integer row)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Method Detail
-
apply
public org.jbpm.workbench.pr.model.ProcessInstanceLogSummary apply(org.dashbuilder.dataset.DataSet dataSet, Integer row)- Specified by:
applyin interfaceBiFunction<org.dashbuilder.dataset.DataSet,Integer,org.jbpm.workbench.pr.model.ProcessInstanceLogSummary>
-
-