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