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
-
Field Details
-
TYPE
public static final java.lang.String TYPE- See Also:
- Constant Field Values
-
indexingService
-
-
Constructor Details
-
Method Details
-
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)- Specified by:
execute
in interfaceorg.flowable.job.service.HistoryJobHandler
-