Package com.flowable.indexing.job
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
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()
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
indexingService
protected LowLevelIndexingService indexingService
-
-
Constructor Detail
-
DeleteIndexedDataHistoryJobHandler
public DeleteIndexedDataHistoryJobHandler(LowLevelIndexingService indexingService)
-
-
Method Detail
-
getType
public java.lang.String getType()
- Specified by:
getType
in interfaceorg.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 interfaceorg.flowable.job.service.HistoryJobHandler
-
-