Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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
    • Constructor Detail

      • DeleteIndexedDataHistoryJobHandler

        public DeleteIndexedDataHistoryJobHandler​(LowLevelIndexingService indexingService)
    • Method Detail

      • 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