org.camunda.bpm.engine.impl.history.event
Class HistoryEventProcessor.HistoryEventCreator
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryEventProcessor.HistoryEventCreator
public HistoryEventProcessor.HistoryEventCreator()
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 © 2016 camunda services GmbH. All rights reserved.