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 AsyncHistoryListener
asyncHistoryListener
protected List<String>
registeredJobDataTypes
-
Constructor Summary
Constructors Constructor Description AsyncIndexingHistorySessionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncHistoryListener
getAsyncHistoryListener()
List<String>
getRegisteredJobDataTypes()
Class<?>
getSessionType()
Session
openSession(CommandContext commandContext)
void
registerJobDataTypes(List<String> registeredJobDataTypes)
void
setAsyncHistoryListener(AsyncHistoryListener asyncHistoryListener)
void
setRegisteredJobDataTypes(List<String> registeredJobDataTypes)
-
-
-
Field Detail
-
asyncHistoryListener
protected AsyncHistoryListener asyncHistoryListener
-
-
Method Detail
-
getSessionType
public Class<?> getSessionType()
- Specified by:
getSessionType
in interfaceSessionFactory
-
openSession
public Session openSession(CommandContext commandContext)
- Specified by:
openSession
in interfaceSessionFactory
-
getAsyncHistoryListener
public AsyncHistoryListener getAsyncHistoryListener()
-
setAsyncHistoryListener
public void setAsyncHistoryListener(AsyncHistoryListener asyncHistoryListener)
-
-