Class DeleteIndexedDataHistoryJobHandler

java.lang.Object
com.flowable.indexing.job.DeleteIndexedDataHistoryJobHandler
All Implemented Interfaces:
org.flowable.job.service.HistoryJobHandler

public class DeleteIndexedDataHistoryJobHandler
extends java.lang.Object
implements org.flowable.job.service.HistoryJobHandler
Author:
Joram Barrez
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected LowLevelIndexingService indexingService  
    static java.lang.String TYPE  
  • Constructor Summary

    Constructors 
    Constructor Description
    DeleteIndexedDataHistoryJobHandler​(LowLevelIndexingService indexingService)  
  • Method Summary

    Modifier and Type Method Description
    void execute​(org.flowable.job.service.impl.persistence.entity.HistoryJobEntity historyJobEntity, java.lang.String configuration, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration)  
    java.lang.String getType()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • getType

      public java.lang.String getType()
      Specified by:
      getType in interface org.flowable.job.service.HistoryJobHandler
    • execute

      public void execute​(org.flowable.job.service.impl.persistence.entity.HistoryJobEntity historyJobEntity, java.lang.String configuration, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration)
      Specified by:
      execute in interface org.flowable.job.service.HistoryJobHandler