Exemple #1
0
 public override HistoryEvent createHistoryEvent(HistoryEventProducer producer)
 {
     return(producer.createHistoricIncidentMigrateEvt(outerInstance.incident));
 }
Exemple #2
0
 public ActivityInstanceUpdateListener(HistoryEventProducer historyEventProducer, HistoryLevel historyLevel) : base(historyEventProducer, historyLevel)
 {
 }
Exemple #3
0
 public override HistoryEvent createHistoryEvent(HistoryEventProducer producer)
 {
     return(producer.createTaskInstanceMigrateEvt(outerInstance.userTask));
 }
Exemple #4
0
 public override HistoryEvent createHistoryEvent(HistoryEventProducer producer)
 {
     return(producer.createHistoricVariableMigrateEvt(outerInstance.variable));
 }
Exemple #5
0
 public HistoryExecutionListener(HistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
 {
     this.eventProducer = historyEventProducer;
     this.historyLevel  = historyLevel;
 }
Exemple #6
0
 public ProcessInstanceEndListener(HistoryEventProducer historyEventProducer, HistoryLevel historyLevel) : base(historyEventProducer, historyLevel)
 {
 }
Exemple #7
0
 public override HistoryEvent createHistoryEvent(HistoryEventProducer producer)
 {
     return(producer.createHistoricVariableDeleteEvt(variableInstance, sourceScope));
 }