org.camunda.bpm.engine.impl.history.producer
Class CacheAwareCmmnHistoryEventProducer
java.lang.Object
org.camunda.bpm.engine.impl.history.producer.DefaultCmmnHistoryEventProducer
org.camunda.bpm.engine.impl.history.producer.CacheAwareCmmnHistoryEventProducer
- All Implemented Interfaces:
- CmmnHistoryEventProducer
public class CacheAwareCmmnHistoryEventProducer
- extends DefaultCmmnHistoryEventProducer
- Author:
- Sebastian Menski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheAwareCmmnHistoryEventProducer
public CacheAwareCmmnHistoryEventProducer()
loadCaseInstanceEventEntity
protected HistoricCaseInstanceEventEntity loadCaseInstanceEventEntity(CaseExecutionEntity caseExecutionEntity)
- Overrides:
loadCaseInstanceEventEntity in class DefaultCmmnHistoryEventProducer
loadCaseActivityInstanceEventEntity
protected HistoricCaseActivityInstanceEventEntity loadCaseActivityInstanceEventEntity(CaseExecutionEntity caseExecutionEntity)
- Overrides:
loadCaseActivityInstanceEventEntity in class DefaultCmmnHistoryEventProducer
findInCache
protected <T extends HistoryEvent> T findInCache(Class<T> type,
String id)
- find a cached entity by primary key
Copyright © 2015 camunda services GmbH. All rights reserved.