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