Package | Description |
---|---|
org.camunda.bpm.engine.impl.interceptor |
Modifier and Type | Field and Description |
---|---|
protected ProcessDataContext.ProcessDataStack |
ProcessDataContext.activityIdStack |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ProcessDataContext.ProcessDataStack> |
ProcessDataContext.mdcDataStacks
All data stacks we need to keep for MDC logging
|
protected Deque<List<ProcessDataContext.ProcessDataStack>> |
ProcessDataContext.ProcessDataSections.sections
Keeps track of when we added values to which stack (as we do not add
a new value to every stack with every update, but only changed values)
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessDataContext.ProcessDataSections.addToCurrentSection(ProcessDataContext.ProcessDataStack stack)
Adds a stack to the current section.
|
protected void |
ProcessDataContext.addToStack(ProcessDataContext.ProcessDataStack stack,
String value) |
Copyright © 2022. All rights reserved.