Uses of Class
org.camunda.bpm.engine.impl.interceptor.ProcessDataContext.ProcessDataStack
Packages that use ProcessDataContext.ProcessDataStack
-
Uses of ProcessDataContext.ProcessDataStack in org.camunda.bpm.engine.impl.interceptor
Fields in org.camunda.bpm.engine.impl.interceptor declared as ProcessDataContext.ProcessDataStackModifier and TypeFieldDescriptionprotected ProcessDataContext.ProcessDataStack
ProcessDataContext.activityIdStack
Fields in org.camunda.bpm.engine.impl.interceptor with type parameters of type ProcessDataContext.ProcessDataStackModifier 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)Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type ProcessDataContext.ProcessDataStackModifier and TypeMethodDescriptionvoid
ProcessDataContext.ProcessDataSections.addToCurrentSection
(ProcessDataContext.ProcessDataStack stack) Adds a stack to the current section.protected void
ProcessDataContext.addToStack
(ProcessDataContext.ProcessDataStack stack, String value)