Uses of Class
org.flowable.job.service.impl.history.async.AsyncHistorySession
-
Packages that use AsyncHistorySession Package Description org.flowable.job.service.impl.history.async -
-
Uses of AsyncHistorySession in org.flowable.job.service.impl.history.async
Fields in org.flowable.job.service.impl.history.async declared as AsyncHistorySession Modifier and Type Field Description protected AsyncHistorySessionAsyncHistorySessionCommandContextCloseListener. asyncHistorySessionMethods in org.flowable.job.service.impl.history.async that return AsyncHistorySession Modifier and Type Method Description AsyncHistorySessionAsyncHistorySessionCommandContextCloseListener. getAsyncHistorySession()Methods in org.flowable.job.service.impl.history.async with parameters of type AsyncHistorySession Modifier and Type Method Description protected HistoryJobEntityDefaultAsyncHistoryJobProducer. createJob(CommandContext commandContext, AsyncHistorySession asyncHistorySession, JobServiceConfiguration jobServiceConfiguration, String jobType)voidAsyncHistorySessionCommandContextCloseListener. setAsyncHistorySession(AsyncHistorySession asyncHistorySession)Constructors in org.flowable.job.service.impl.history.async with parameters of type AsyncHistorySession Constructor Description AsyncHistorySessionCommandContextCloseListener(AsyncHistorySession asyncHistorySession, AsyncHistoryListener asyncHistoryListener)
-