Uses of Interface
org.flowable.engine.impl.persistence.entity.EventLogEntryEntity
-
Packages that use EventLogEntryEntity Package Description org.flowable.engine.impl.event.logger.handler org.flowable.engine.impl.persistence.entity org.flowable.engine.impl.persistence.entity.data.impl -
-
Uses of EventLogEntryEntity in org.flowable.engine.impl.event.logger.handler
Methods in org.flowable.engine.impl.event.logger.handler that return EventLogEntryEntity Modifier and Type Method Description protected 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)EventLogEntryEntityActivityCompensatedEventHandler. generateEventLogEntry(CommandContext commandContext)EventLogEntryEntityActivityCompletedEventHandler. generateEventLogEntry(CommandContext commandContext)EventLogEntryEntityActivityErrorReceivedEventHandler. generateEventLogEntry(CommandContext commandContext)EventLogEntryEntityActivityMessageEventHandler. generateEventLogEntry(CommandContext commandContext)EventLogEntryEntityActivitySignaledEventHandler. generateEventLogEntry(CommandContext commandContext)EventLogEntryEntityActivityStartedEventHandler. generateEventLogEntry(CommandContext commandContext)EventLogEntryEntityEngineClosedEventHandler. generateEventLogEntry(CommandContext commandContext)EventLogEntryEntityEngineCreatedEventHandler. generateEventLogEntry(CommandContext commandContext)EventLogEntryEntityEventLoggerEventHandler. generateEventLogEntry(CommandContext commandContext)EventLogEntryEntityProcessInstanceEndedEventHandler. generateEventLogEntry(CommandContext commandContext)EventLogEntryEntityProcessInstanceStartedEventHandler. generateEventLogEntry(CommandContext commandContext)EventLogEntryEntitySequenceFlowTakenEventHandler. generateEventLogEntry(CommandContext commandContext)EventLogEntryEntityTaskAssignedEventHandler. generateEventLogEntry(CommandContext commandContext)EventLogEntryEntityTaskCompletedEventHandler. generateEventLogEntry(CommandContext commandContext)EventLogEntryEntityTaskCreatedEventHandler. generateEventLogEntry(CommandContext commandContext)EventLogEntryEntityVariableCreatedEventHandler. generateEventLogEntry(CommandContext commandContext)EventLogEntryEntityVariableDeletedEventHandler. generateEventLogEntry(CommandContext commandContext)EventLogEntryEntityVariableUpdatedEventHandler. generateEventLogEntry(CommandContext commandContext) -
Uses of EventLogEntryEntity in org.flowable.engine.impl.persistence.entity
Classes in org.flowable.engine.impl.persistence.entity that implement EventLogEntryEntity Modifier and Type Class Description classEventLogEntryEntityImplAn 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 EventLogEntryEntity Modifier and Type Method Description EventLogEntryEntityMybatisEventLogEntryDataManager. create()Methods in org.flowable.engine.impl.persistence.entity.data.impl that return types with arguments of type EventLogEntryEntity Modifier and Type Method Description Class<? extends EventLogEntryEntity>MybatisEventLogEntryDataManager. getManagedEntityClass()
-