Uses of Interface
org.flowable.engine.impl.persistence.entity.EventLogEntryEntity
Packages that use EventLogEntryEntity
Package
Description
-
Uses of EventLogEntryEntity in org.flowable.engine.impl.event.logger.handler
Methods in org.flowable.engine.impl.event.logger.handler that return EventLogEntryEntityModifier and TypeMethodDescriptionprotected EventLogEntryEntityAbstractDatabaseEventLoggerEventHandler.createEventLogEntry(String type, String processDefinitionId, String processInstanceId, String executionId, String taskId, Map<String, Object> data) protected EventLogEntryEntityAbstractDatabaseEventLoggerEventHandler.createEventLogEntry(String processDefinitionId, String processInstanceId, String executionId, String taskId, Map<String, Object> data) protected EventLogEntryEntityAbstractDatabaseEventLoggerEventHandler.createEventLogEntry(Map<String, Object> data) ActivityCompensatedEventHandler.generateEventLogEntry(CommandContext commandContext) ActivityCompletedEventHandler.generateEventLogEntry(CommandContext commandContext) ActivityErrorReceivedEventHandler.generateEventLogEntry(CommandContext commandContext) ActivityMessageEventHandler.generateEventLogEntry(CommandContext commandContext) ActivitySignaledEventHandler.generateEventLogEntry(CommandContext commandContext) ActivityStartedEventHandler.generateEventLogEntry(CommandContext commandContext) EngineClosedEventHandler.generateEventLogEntry(CommandContext commandContext) EngineCreatedEventHandler.generateEventLogEntry(CommandContext commandContext) EventLoggerEventHandler.generateEventLogEntry(CommandContext commandContext) ProcessInstanceEndedEventHandler.generateEventLogEntry(CommandContext commandContext) ProcessInstanceStartedEventHandler.generateEventLogEntry(CommandContext commandContext) SequenceFlowTakenEventHandler.generateEventLogEntry(CommandContext commandContext) TaskAssignedEventHandler.generateEventLogEntry(CommandContext commandContext) TaskCompletedEventHandler.generateEventLogEntry(CommandContext commandContext) TaskCreatedEventHandler.generateEventLogEntry(CommandContext commandContext) VariableCreatedEventHandler.generateEventLogEntry(CommandContext commandContext) VariableDeletedEventHandler.generateEventLogEntry(CommandContext commandContext) VariableUpdatedEventHandler.generateEventLogEntry(CommandContext commandContext) -
Uses of EventLogEntryEntity in org.flowable.engine.impl.persistence.entity
Classes in org.flowable.engine.impl.persistence.entity that implement EventLogEntryEntityModifier and TypeClassDescriptionclassAn event log entry can only be inserted (and maybe deleted). -
Uses of EventLogEntryEntity in org.flowable.engine.impl.persistence.entity.data.impl
Methods in org.flowable.engine.impl.persistence.entity.data.impl that return EventLogEntryEntityMethods in org.flowable.engine.impl.persistence.entity.data.impl that return types with arguments of type EventLogEntryEntityModifier and TypeMethodDescriptionClass<? extends EventLogEntryEntity>MybatisEventLogEntryDataManager.getManagedEntityClass()