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