Uses of Interface
org.flowable.common.engine.impl.runtime.Clock
-
Packages that use Clock Package Description org.flowable.common.engine.impl org.flowable.common.engine.impl.interceptor org.flowable.common.engine.impl.persistence.entity org.flowable.common.engine.impl.util -
-
Uses of Clock in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as Clock Modifier and Type Field Description protected ClockAbstractEngineConfiguration. clockprotected ClockAbstractServiceConfiguration. clockMethods in org.flowable.common.engine.impl that return Clock Modifier and Type Method Description ClockAbstractEngineConfiguration. getClock()ClockAbstractServiceConfiguration. getClock()Methods in org.flowable.common.engine.impl with parameters of type Clock Modifier and Type Method Description AbstractEngineConfigurationAbstractEngineConfiguration. setClock(Clock clock)AbstractServiceConfigurationAbstractServiceConfiguration. setClock(Clock clock) -
Uses of Clock in org.flowable.common.engine.impl.interceptor
Fields in org.flowable.common.engine.impl.interceptor declared as Clock Modifier and Type Field Description protected ClockCommandContext. clockprotected ClockCommandContextInterceptor. clockMethods in org.flowable.common.engine.impl.interceptor that return Clock Modifier and Type Method Description ClockCommandContext. getClock()Methods in org.flowable.common.engine.impl.interceptor with parameters of type Clock Modifier and Type Method Description voidCommandContext. setClock(Clock clock)Constructors in org.flowable.common.engine.impl.interceptor with parameters of type Clock Constructor Description CommandContextInterceptor(CommandContextFactory commandContextFactory, ClassLoader classLoader, boolean useClassForNameClassLoading, Clock clock, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of Clock in org.flowable.common.engine.impl.persistence.entity
Methods in org.flowable.common.engine.impl.persistence.entity that return Clock Modifier and Type Method Description protected ClockAbstractEngineEntityManager. getClock()protected ClockAbstractServiceEngineEntityManager. getClock() -
Uses of Clock in org.flowable.common.engine.impl.util
Classes in org.flowable.common.engine.impl.util that implement Clock Modifier and Type Class Description classDefaultClockImplclassTestClockImpl
-