Uses of Interface
org.activiti.engine.impl.persistence.entity.EventLogEntryEntity
Packages that use EventLogEntryEntity
Package
Description
-
Uses of EventLogEntryEntity in org.activiti.engine.impl.event.logger.handler
Methods in org.activiti.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.activiti.engine.impl.persistence.entity
Classes in org.activiti.engine.impl.persistence.entity that implement EventLogEntryEntityModifier and TypeClassDescriptionclassAn event log entry can only be inserted (and maybe deleted).Subclasses with type arguments of type EventLogEntryEntity in org.activiti.engine.impl.persistence.entitySubinterfaces with type arguments of type EventLogEntryEntity in org.activiti.engine.impl.persistence.entityMethods in org.activiti.engine.impl.persistence.entity that return types with arguments of type EventLogEntryEntityModifier and TypeMethodDescriptionprotected DataManager<EventLogEntryEntity> EventLogEntryEntityManagerImpl.getDataManager() -
Uses of EventLogEntryEntity in org.activiti.engine.impl.persistence.entity.data
Subinterfaces with type arguments of type EventLogEntryEntity in org.activiti.engine.impl.persistence.entity.data -
Uses of EventLogEntryEntity in org.activiti.engine.impl.persistence.entity.data.impl
Subclasses with type arguments of type EventLogEntryEntity in org.activiti.engine.impl.persistence.entity.data.implMethods in org.activiti.engine.impl.persistence.entity.data.impl that return EventLogEntryEntityMethods in org.activiti.engine.impl.persistence.entity.data.impl that return types with arguments of type EventLogEntryEntityModifier and TypeMethodDescriptionClass<? extends EventLogEntryEntity> MybatisEventLogEntryDataManager.getManagedEntityClass()