Class ProcessDataContext.ProcessDataSections

java.lang.Object
org.eximeebpms.bpm.engine.impl.interceptor.ProcessDataContext.ProcessDataSections
Enclosing class:
ProcessDataContext

protected static class ProcessDataContext.ProcessDataSections extends Object
  • Field Details Link icon

    • sections Link icon

      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)
    • currentSectionSealed Link icon

      protected boolean currentSectionSealed
  • Constructor Details Link icon

    • ProcessDataSections Link icon

      protected ProcessDataSections()
  • Method Details Link icon

    • addToCurrentSection Link icon

      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 Link icon

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

      public void sealCurrentSection()
      After a section is sealed, a new section will be created with the next call to addToCurrentSection(ProcessDataStack)
    • size Link icon

      public int size()