Class AsyncHistorySessionFactory
- java.lang.Object
-
- org.flowable.job.service.impl.history.async.AsyncHistorySessionFactory
-
- All Implemented Interfaces:
SessionFactory
public class AsyncHistorySessionFactory extends Object implements SessionFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected AsyncHistoryListenerasyncHistoryListenerprotected List<String>registeredJobDataTypes
-
Constructor Summary
Constructors Constructor Description AsyncHistorySessionFactory()
-
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)
-
-