public class AsyncIndexingHistorySessionFactory extends Object implements org.flowable.common.engine.impl.interceptor.SessionFactory
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.job.service.impl.history.async.AsyncHistoryListener |
asyncHistoryListener |
protected List<String> |
registeredJobDataTypes |
| Constructor and Description |
|---|
AsyncIndexingHistorySessionFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.job.service.impl.history.async.AsyncHistoryListener |
getAsyncHistoryListener() |
List<String> |
getRegisteredJobDataTypes() |
Class<?> |
getSessionType() |
org.flowable.common.engine.impl.interceptor.Session |
openSession(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
void |
registerJobDataTypes(List<String> registeredJobDataTypes) |
void |
setAsyncHistoryListener(org.flowable.job.service.impl.history.async.AsyncHistoryListener asyncHistoryListener) |
void |
setRegisteredJobDataTypes(List<String> registeredJobDataTypes) |
protected org.flowable.job.service.impl.history.async.AsyncHistoryListener asyncHistoryListener
public Class<?> getSessionType()
getSessionType in interface org.flowable.common.engine.impl.interceptor.SessionFactorypublic org.flowable.common.engine.impl.interceptor.Session openSession(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
openSession in interface org.flowable.common.engine.impl.interceptor.SessionFactorypublic org.flowable.job.service.impl.history.async.AsyncHistoryListener getAsyncHistoryListener()
public void setAsyncHistoryListener(org.flowable.job.service.impl.history.async.AsyncHistoryListener asyncHistoryListener)
Copyright © 2019. All rights reserved.