Class ProcessExecutionLogger


  • public class ProcessExecutionLogger
    extends java.lang.Object
    • Field Detail

      • debugInfoMap

        protected java.util.Map<java.lang.String,​java.util.List<DebugInfo>> debugInfoMap
      • createdExecutions

        protected java.util.Map<java.lang.String,​ExecutionEntity> createdExecutions
      • deletedExecutions

        protected java.util.Map<java.lang.String,​ExecutionEntity> deletedExecutions
    • Constructor Detail

      • ProcessExecutionLogger

        public ProcessExecutionLogger()
    • Method Detail

      • addDebugInfo

        public void addDebugInfo​(AbstractDebugInfo debugInfo,
                                 boolean generateExecutionTreeRepresentation)
      • logDebugInfo

        public void logDebugInfo()
      • logDebugInfo

        public void logDebugInfo​(boolean clearAfterLogging)
      • clear

        public void clear()
      • executionCreated

        public void executionCreated​(ExecutionEntity executionEntity)
      • executionDeleted

        public void executionDeleted​(ExecutionEntity executionEntity)