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