Package com.flowable.indexing.job
Class DeleteIndexedDataHistoryJobHandler
- java.lang.Object
-
- com.flowable.indexing.job.DeleteIndexedDataHistoryJobHandler
-
- All Implemented Interfaces:
HistoryJobHandler
public class DeleteIndexedDataHistoryJobHandler extends Object implements HistoryJobHandler
- Author:
- Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected LowLevelIndexingService
indexingService
static 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(HistoryJobEntity historyJobEntity, String configuration, CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration)
String
getType()
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
indexingService
protected LowLevelIndexingService indexingService
-
-
Constructor Detail
-
DeleteIndexedDataHistoryJobHandler
public DeleteIndexedDataHistoryJobHandler(LowLevelIndexingService indexingService)
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getType
in interfaceHistoryJobHandler
-
execute
public void execute(HistoryJobEntity historyJobEntity, String configuration, CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration)
- Specified by:
execute
in interfaceHistoryJobHandler
-
-