Uses of Class
org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
-
-
Uses of HistoricIdentityLinkLogEventEntity in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer that return HistoricIdentityLinkLogEventEntity Modifier and Type Method Description protected HistoricIdentityLinkLogEventEntityDefaultHistoryEventProducer. newIdentityLinkEventEntity()Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type HistoricIdentityLinkLogEventEntity Modifier and Type Method Description protected voidDefaultHistoryEventProducer. initHistoricIdentityLinkEvent(HistoricIdentityLinkLogEventEntity evt, IdentityLink identityLink, HistoryEventType eventType) -
Uses of HistoricIdentityLinkLogEventEntity in org.camunda.bpm.engine.impl.persistence.entity
Subclasses of HistoricIdentityLinkLogEventEntity in org.camunda.bpm.engine.impl.persistence.entity Modifier and Type Class Description classHistoricIdentityLinkLogEntity -
Uses of HistoricIdentityLinkLogEventEntity in org.camunda.bpm.engine.impl.persistence.entity.optimize
Subclasses of HistoricIdentityLinkLogEventEntity in org.camunda.bpm.engine.impl.persistence.entity.optimize Modifier and Type Class Description classOptimizeHistoricIdentityLinkLogEntity
-