public class DeleteIndexedDataHistoryJobHandler extends Object implements org.flowable.job.service.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(org.flowable.job.service.impl.persistence.entity.HistoryJobEntity historyJobEntity,
String configuration,
org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
String |
getType() |
public static final String TYPE
protected LowLevelIndexingService indexingService
public DeleteIndexedDataHistoryJobHandler(LowLevelIndexingService indexingService)
public String getType()
getType in interface org.flowable.job.service.HistoryJobHandlerpublic void execute(org.flowable.job.service.impl.persistence.entity.HistoryJobEntity historyJobEntity,
String configuration,
org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.job.service.HistoryJobHandlerCopyright © 2019. All rights reserved.