Class AsyncIndexingHistorySessionFactory
- java.lang.Object
-
- com.flowable.indexing.job.history.async.AsyncIndexingHistorySessionFactory
-
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.SessionFactory
public class AsyncIndexingHistorySessionFactory extends java.lang.Object implements org.flowable.common.engine.impl.interceptor.SessionFactory- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected org.flowable.job.service.impl.history.async.AsyncHistoryListenerasyncHistoryListenerprotected java.util.List<java.lang.String>registeredJobDataTypes
-
Constructor Summary
Constructors Constructor Description AsyncIndexingHistorySessionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.flowable.job.service.impl.history.async.AsyncHistoryListenergetAsyncHistoryListener()java.util.List<java.lang.String>getRegisteredJobDataTypes()java.lang.Class<?>getSessionType()org.flowable.common.engine.impl.interceptor.SessionopenSession(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)voidregisterJobDataTypes(java.util.List<java.lang.String> registeredJobDataTypes)voidsetAsyncHistoryListener(org.flowable.job.service.impl.history.async.AsyncHistoryListener asyncHistoryListener)voidsetRegisteredJobDataTypes(java.util.List<java.lang.String> registeredJobDataTypes)
-
-
-
Method Detail
-
getSessionType
public java.lang.Class<?> getSessionType()
- Specified by:
getSessionTypein interfaceorg.flowable.common.engine.impl.interceptor.SessionFactory
-
openSession
public org.flowable.common.engine.impl.interceptor.Session openSession(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
openSessionin interfaceorg.flowable.common.engine.impl.interceptor.SessionFactory
-
registerJobDataTypes
public void registerJobDataTypes(java.util.List<java.lang.String> registeredJobDataTypes)
-
getAsyncHistoryListener
public org.flowable.job.service.impl.history.async.AsyncHistoryListener getAsyncHistoryListener()
-
setAsyncHistoryListener
public void setAsyncHistoryListener(org.flowable.job.service.impl.history.async.AsyncHistoryListener asyncHistoryListener)
-
getRegisteredJobDataTypes
public java.util.List<java.lang.String> getRegisteredJobDataTypes()
-
setRegisteredJobDataTypes
public void setRegisteredJobDataTypes(java.util.List<java.lang.String> registeredJobDataTypes)
-
-