| Package | Description |
|---|---|
| org.flowable.crystalball.simulator.delegate.event.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentCreateTransformer |
class |
EventLog2SimulationEventFunction
This class provides abstract base for engine event -> SimulationEvent transformation
|
class |
EventLogProcessInstanceCreateTransformer |
class |
EventLogUserTaskCompleteTransformer |
class |
Flowable2SimulationEventFunction
This class provides abstract base for engine event -> SimulationEvent transformation
|
class |
ProcessInstanceCreateTransformer |
class |
UserTaskCompleteTransformer |
| Modifier and Type | Field and Description |
|---|---|
protected List<Function<EventLogEntry,SimulationEvent>> |
EventLogTransformer.transformers |
protected List<Function<FlowableEvent,SimulationEvent>> |
AbstractRecordFlowableEventListener.transformers |
| Constructor and Description |
|---|
AbstractRecordFlowableEventListener(List<Function<FlowableEvent,SimulationEvent>> transformers) |
EventLogTransformer(List<Function<EventLogEntry,SimulationEvent>> transformers) |
InMemoryRecordFlowableEventListener(List<Function<FlowableEvent,SimulationEvent>> transformers) |
Copyright © 2023 Flowable. All rights reserved.