public class IndexDataAsyncHistoryJobHandler
extends org.flowable.job.service.impl.history.async.AsyncHistoryJobHandler
| Modifier and Type | Field and Description |
|---|---|
protected BulkIndexRequestExecutor |
bulkIndexRequestExecutor |
static String |
JOB_TYPE |
| Constructor and Description |
|---|
IndexDataAsyncHistoryJobHandler(List<org.flowable.job.service.impl.history.async.transformer.HistoryJsonTransformer> historyJsonTransformers,
BulkIndexRequestExecutor bulkIndexRequestExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.flowable.job.service.impl.persistence.entity.HistoryJobEntity historyJob,
String configuration,
org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
String |
getType() |
protected void |
handleNoMatchingHistoryTransformer(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
org.flowable.job.service.impl.persistence.entity.HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
String type) |
addHistoryJsonTransformer, executeHistoryTransformers, getDefaultHistoryJsonTransformer, getHistoryJsonTransformers, processHistoryJson, setDefaultHistoryJsonTransformer, setHistoryJsonTransformerspublic static final String JOB_TYPE
protected BulkIndexRequestExecutor bulkIndexRequestExecutor
public IndexDataAsyncHistoryJobHandler(List<org.flowable.job.service.impl.history.async.transformer.HistoryJsonTransformer> historyJsonTransformers, BulkIndexRequestExecutor bulkIndexRequestExecutor)
public void execute(org.flowable.job.service.impl.persistence.entity.HistoryJobEntity historyJob,
String configuration,
org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.job.service.HistoryJobHandlerexecute in class org.flowable.job.service.impl.history.async.AbstractAsyncHistoryJobHandlerpublic String getType()
getType in interface org.flowable.job.service.HistoryJobHandlergetType in class org.flowable.job.service.impl.history.async.AbstractAsyncHistoryJobHandlerprotected void handleNoMatchingHistoryTransformer(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
org.flowable.job.service.impl.persistence.entity.HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
String type)
handleNoMatchingHistoryTransformer in class org.flowable.job.service.impl.history.async.AsyncHistoryJobHandlerCopyright © 2019. All rights reserved.