Uses of Class
org.camunda.bpm.engine.impl.interceptor.ProcessDataContext.ProcessDataStack
-
Uses of ProcessDataContext.ProcessDataStack in org.camunda.bpm.engine.impl.interceptor
Modifier and TypeFieldDescriptionprotected ProcessDataContext.ProcessDataStack
ProcessDataContext.activityIdStack
Modifier and TypeFieldDescriptionprotected Map<String,
ProcessDataContext.ProcessDataStack> ProcessDataContext.mdcDataStacks
All data stacks we need to keep for MDC loggingprotected 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 TypeMethodDescriptionvoid
ProcessDataContext.ProcessDataSections.addToCurrentSection
(ProcessDataContext.ProcessDataStack stack) Adds a stack to the current section.protected void
ProcessDataContext.addToStack
(ProcessDataContext.ProcessDataStack stack, String value)