Interface HvlBpmnHistoricTaskMapper

All Known Implementing Classes:
HvlBpmnHistoricTaskMapperImpl

public interface HvlBpmnHistoricTaskMapper
The mapper is used for mapping between HvlBpmnTaskModel and HistoricTaskInstance
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(org.flowable.task.api.history.HistoricTaskInstance task)
     
    convertList(List<org.flowable.task.api.history.HistoricTaskInstance> processInstanceList)
     
  • Method Details

    • convert

      HvlBpmnTaskModel convert(org.flowable.task.api.history.HistoricTaskInstance task)
    • convertList

      List<HvlBpmnTaskModel> convertList(List<org.flowable.task.api.history.HistoricTaskInstance> processInstanceList)