| 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 |
| Modifier and Type | Field and Description |
|---|---|
protected Clock |
AbstractServiceConfiguration.clock |
protected Clock |
AbstractEngineConfiguration.clock |
| Modifier and Type | Method and Description |
|---|---|
Clock |
AbstractServiceConfiguration.getClock() |
Clock |
AbstractEngineConfiguration.getClock() |
| Modifier and Type | Method and Description |
|---|---|
AbstractServiceConfiguration |
AbstractServiceConfiguration.setClock(Clock clock) |
AbstractEngineConfiguration |
AbstractEngineConfiguration.setClock(Clock clock) |
| Modifier and Type | Field and Description |
|---|---|
protected Clock |
CommandContext.clock |
protected Clock |
CommandContextInterceptor.clock |
| Modifier and Type | Method and Description |
|---|---|
Clock |
CommandContext.getClock() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandContext.setClock(Clock clock) |
| Constructor and Description |
|---|
CommandContextInterceptor(CommandContextFactory commandContextFactory,
ClassLoader classLoader,
boolean useClassForNameClassLoading,
Clock clock,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
protected Clock |
AbstractEngineEntityManager.getClock() |
protected Clock |
AbstractServiceEngineEntityManager.getClock() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClockImpl |
class |
TestClockImpl |
Copyright © 2021 Flowable. All rights reserved.