org.camunda.bpm.engine.impl.history.event
Class HistoryEventProcessor.HistoryEventCreator

java.lang.Object
  extended by org.camunda.bpm.engine.impl.history.event.HistoryEventProcessor.HistoryEventCreator
Enclosing class:
HistoryEventProcessor

public static class HistoryEventProcessor.HistoryEventCreator
extends Object

The HistoryEventProcessor.HistoryEventCreator interface which is used to interchange the implementation of the creation of different HistoryEvents.


Constructor Summary
HistoryEventProcessor.HistoryEventCreator()
           
 
Method Summary
 HistoryEvent createHistoryEvent(HistoryEventProducer producer)
          Creates the HistoryEvent with the help off the given HistoryEventProducer.
 List<HistoryEvent> createHistoryEvents(HistoryEventProducer producer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryEventProcessor.HistoryEventCreator

public HistoryEventProcessor.HistoryEventCreator()
Method Detail

createHistoryEvent

public HistoryEvent createHistoryEvent(HistoryEventProducer producer)
Creates the HistoryEvent with the help off the given HistoryEventProducer.

Parameters:
producer - the producer which is used for the creation
Returns:
the created HistoryEvent

createHistoryEvents

public List<HistoryEvent> createHistoryEvents(HistoryEventProducer producer)


Copyright © 2017 camunda services GmbH. All rights reserved.