Interface IndexingHistoryJobProducer

All Known Implementing Classes:
IndexingAsyncHistoryJobProducer

public interface IndexingHistoryJobProducer
Author:
Filip Hrisafov
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.flowable.job.service.impl.persistence.entity.HistoryJobEntity>
    historyDataGenerated(org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, List<com.fasterxml.jackson.databind.node.ObjectNode> historyObjectNodes, org.flowable.common.engine.impl.cfg.TransactionContext transactionContext)
     
  • Method Details

    • historyDataGenerated

      List<org.flowable.job.service.impl.persistence.entity.HistoryJobEntity> historyDataGenerated(org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, List<com.fasterxml.jackson.databind.node.ObjectNode> historyObjectNodes, org.flowable.common.engine.impl.cfg.TransactionContext transactionContext)