Uses of Class
org.flowable.job.service.impl.history.async.AsyncHistorySession.AsyncHistorySessionData
-
Packages that use AsyncHistorySession.AsyncHistorySessionData Package Description org.flowable.job.service.impl.history.async -
-
Uses of AsyncHistorySession.AsyncHistorySessionData in org.flowable.job.service.impl.history.async
Fields in org.flowable.job.service.impl.history.async with type parameters of type AsyncHistorySession.AsyncHistorySessionData Modifier and Type Field Description protected Map<JobServiceConfiguration,AsyncHistorySession.AsyncHistorySessionData>AsyncHistorySession. sessionDataMethods in org.flowable.job.service.impl.history.async that return types with arguments of type AsyncHistorySession.AsyncHistorySessionData Modifier and Type Method Description Map<JobServiceConfiguration,AsyncHistorySession.AsyncHistorySessionData>AsyncHistorySession. getSessionData()Method parameters in org.flowable.job.service.impl.history.async with type arguments of type AsyncHistorySession.AsyncHistorySessionData Modifier and Type Method Description voidAsyncHistorySession. setSessionData(Map<JobServiceConfiguration,AsyncHistorySession.AsyncHistorySessionData> sessionData)
-