public class DeleteIndexedDataHistoryJobHandler extends Object implements HistoryJobHandler
Modifier and Type | Field and Description |
---|---|
protected LowLevelIndexingService |
indexingService |
static String |
TYPE |
Constructor and Description |
---|
DeleteIndexedDataHistoryJobHandler(LowLevelIndexingService indexingService) |
Modifier and Type | Method and Description |
---|---|
void |
execute(HistoryJobEntity historyJobEntity,
String configuration,
CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration) |
String |
getType() |
public static final String TYPE
protected LowLevelIndexingService indexingService
public DeleteIndexedDataHistoryJobHandler(LowLevelIndexingService indexingService)
public String getType()
getType
in interface HistoryJobHandler
public void execute(HistoryJobEntity historyJobEntity, String configuration, CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration)
execute
in interface HistoryJobHandler