Class TaskSummaryDataSetMapper
- java.lang.Object
-
- org.jbpm.workbench.ht.client.editors.taskslist.TaskSummaryDataSetMapper
-
- All Implemented Interfaces:
BiFunction<org.dashbuilder.dataset.DataSet,Integer,org.jbpm.workbench.ht.model.TaskSummary>
public class TaskSummaryDataSetMapper extends Object implements BiFunction<org.dashbuilder.dataset.DataSet,Integer,org.jbpm.workbench.ht.model.TaskSummary>
-
-
Constructor Summary
Constructors Constructor Description TaskSummaryDataSetMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jbpm.workbench.ht.model.TaskSummary
apply(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.ht.model.TaskSummary apply(org.dashbuilder.dataset.DataSet dataSet, Integer row)
- Specified by:
apply
in interfaceBiFunction<org.dashbuilder.dataset.DataSet,Integer,org.jbpm.workbench.ht.model.TaskSummary>
-
-