public abstract class AbstractAsyncHistoryJobHandler extends Object implements HistoryJobHandler
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isAsyncHistoryJsonGroupingEnabled |
| Constructor and Description |
|---|
AbstractAsyncHistoryJobHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(HistoryJobEntity job,
String configuration,
CommandContext commandContext) |
protected byte[] |
getJobBytes(HistoryJobEntity job) |
boolean |
isAsyncHistoryJsonGroupingEnabled() |
protected abstract void |
processHistoryJson(CommandContext commandContext,
HistoryJobEntity job,
com.fasterxml.jackson.databind.JsonNode historyNode) |
void |
setAsyncHistoryJsonGroupingEnabled(boolean isAsyncHistoryJsonGroupingEnabled) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypepublic void execute(HistoryJobEntity job, String configuration, CommandContext commandContext)
execute in interface HistoryJobHandlerprotected byte[] getJobBytes(HistoryJobEntity job)
protected abstract void processHistoryJson(CommandContext commandContext, HistoryJobEntity job, com.fasterxml.jackson.databind.JsonNode historyNode)
public boolean isAsyncHistoryJsonGroupingEnabled()
public void setAsyncHistoryJsonGroupingEnabled(boolean isAsyncHistoryJsonGroupingEnabled)
Copyright © 2017 Flowable. All rights reserved.