public CaseInstanceCreateListener(ICmmnHistoryEventProducer historyEventProducer, IHistoryLevel historyLevel)
     : base(historyEventProducer, historyLevel)
 {
 }
 public CaseActivityInstanceEndListener(ICmmnHistoryEventProducer historyEventProducer,
                                        IHistoryLevel historyLevel)
     : base(historyEventProducer, historyLevel)
 {
 }
示例#3
0
 public HistoryCaseExecutionListener(ICmmnHistoryEventProducer historyEventProducer, IHistoryLevel historyLevel)
 {
     EventProducer     = historyEventProducer;
     this.HistoryLevel = historyLevel;
 }