Uses of Interface
org.activiti.engine.impl.persistence.entity.EventLogEntryEntity
-
Packages that use EventLogEntryEntity Package Description org.activiti.engine.impl.event.logger.handler org.activiti.engine.impl.persistence.entity org.activiti.engine.impl.persistence.entity.data.impl -
-
Uses of EventLogEntryEntity in org.activiti.engine.impl.event.logger.handler
Methods in org.activiti.engine.impl.event.logger.handler that return EventLogEntryEntity Modifier and Type Method Description protected EventLogEntryEntityAbstractDatabaseEventLoggerEventHandler. createEventLogEntry(java.lang.String type, java.lang.String processDefinitionId, java.lang.String processInstanceId, java.lang.String executionId, java.lang.String taskId, java.util.Map<java.lang.String,java.lang.Object> data)protected EventLogEntryEntityAbstractDatabaseEventLoggerEventHandler. createEventLogEntry(java.lang.String processDefinitionId, java.lang.String processInstanceId, java.lang.String executionId, java.lang.String taskId, java.util.Map<java.lang.String,java.lang.Object> data)protected EventLogEntryEntityAbstractDatabaseEventLoggerEventHandler. createEventLogEntry(java.util.Map<java.lang.String,java.lang.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.activiti.engine.impl.persistence.entity
Classes in org.activiti.engine.impl.persistence.entity that implement EventLogEntryEntity Modifier and Type Class Description classEventLogEntryEntityImplAn event log entry can only be inserted (and maybe deleted).Methods in org.activiti.engine.impl.persistence.entity that return types with arguments of type EventLogEntryEntity Modifier and Type Method Description protected DataManager<EventLogEntryEntity>EventLogEntryEntityManagerImpl. getDataManager() -
Uses of EventLogEntryEntity in org.activiti.engine.impl.persistence.entity.data.impl
Methods in org.activiti.engine.impl.persistence.entity.data.impl that return EventLogEntryEntity Modifier and Type Method Description EventLogEntryEntityMybatisEventLogEntryDataManager. create()Methods in org.activiti.engine.impl.persistence.entity.data.impl that return types with arguments of type EventLogEntryEntity Modifier and Type Method Description java.lang.Class<? extends EventLogEntryEntity>MybatisEventLogEntryDataManager. getManagedEntityClass()
-