| Modifier and Type | Field and Description |
|---|---|
protected AsyncHistoryListener |
asyncHistoryListener |
protected CommandContext |
commandContext |
protected CommandContextCloseListener |
commandContextCloseListener |
protected Map<String,List<Map<String,String>>> |
jobData |
protected List<String> |
jobDataTypes |
protected String |
tenantId |
static String |
TIMESTAMP |
protected TransactionContext |
transactionContext |
| Constructor and Description |
|---|
AsyncHistorySession(CommandContext commandContext,
AsyncHistoryListener asyncHistoryJobListener) |
AsyncHistorySession(CommandContext commandContext,
AsyncHistoryListener asyncHistoryJobListener,
List<String> jobDataTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHistoricData(String type,
Map<String,String> data) |
void |
addHistoricData(String type,
Map<String,String> data,
String tenantId) |
void |
close() |
void |
flush() |
Map<String,List<Map<String,String>>> |
getJobData() |
List<String> |
getJobDataTypes() |
String |
getTenantId() |
TransactionContext |
getTransactionContext() |
protected void |
initCommandContextCloseListener() |
protected boolean |
isAsyncHistoryExecutorEnabled() |
void |
setJobData(Map<String,List<Map<String,String>>> jobData) |
void |
setJobDataTypes(List<String> jobDataTypes) |
void |
setTenantId(String tenantId) |
void |
setTransactionContext(TransactionContext transactionContext) |
public static final String TIMESTAMP
protected CommandContext commandContext
protected AsyncHistoryListener asyncHistoryListener
protected CommandContextCloseListener commandContextCloseListener
protected TransactionContext transactionContext
protected String tenantId
public AsyncHistorySession(CommandContext commandContext, AsyncHistoryListener asyncHistoryJobListener)
public AsyncHistorySession(CommandContext commandContext, AsyncHistoryListener asyncHistoryJobListener, List<String> jobDataTypes)
protected boolean isAsyncHistoryExecutorEnabled()
protected void initCommandContextCloseListener()
public String getTenantId()
public void setTenantId(String tenantId)
public TransactionContext getTransactionContext()
public void setTransactionContext(TransactionContext transactionContext)
Copyright © 2018 Flowable. All rights reserved.