Beispiel #1
0
 public HistoryCaseExecutionListener(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
 {
     eventProducer     = historyEventProducer;
     this.historyLevel = historyLevel;
 }
Beispiel #2
0
 public CaseInstanceCreateListener(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel) : base(historyEventProducer, historyLevel)
 {
 }
Beispiel #3
0
 public CaseActivityInstanceEndListener(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel) : base(historyEventProducer, historyLevel)
 {
 }