Class ProcessDataContext.ProcessDataSections

    • Field Detail

      • currentSectionSealed

        protected boolean currentSectionSealed
    • Constructor Detail

      • ProcessDataSections

        protected ProcessDataSections()
    • Method Detail

      • addToCurrentSection

        public void addToCurrentSection​(ProcessDataContext.ProcessDataStack stack)
        Adds a stack to the current section. If the current section is already sealed, a new section is created.
      • popCurrentSection

        public void popCurrentSection()
        Pops the current section and removes the current values from the referenced stacks (including updates to the MDC)
      • size

        public int size()