Uses of Interface
org.activiti.engine.event.EventLogEntry
Packages that use EventLogEntry
Package
Description
-
Uses of EventLogEntry in org.activiti.engine
Methods in org.activiti.engine that return types with arguments of type EventLogEntryModifier and TypeMethodDescriptionManagementService.getEventLogEntries(Long startLogNr, Long pageSize) Returns a list of event log entries, describing everything the engine has processed.ManagementService.getEventLogEntriesByProcessInstanceId(String processInstanceId) Returns a list of event log entries for a specific process instance id. -
Uses of EventLogEntry in org.activiti.engine.impl
Methods in org.activiti.engine.impl that return types with arguments of type EventLogEntryModifier and TypeMethodDescriptionManagementServiceImpl.getEventLogEntries(Long startLogNr, Long pageSize) ManagementServiceImpl.getEventLogEntriesByProcessInstanceId(String processInstanceId) -
Uses of EventLogEntry in org.activiti.engine.impl.cmd
Methods in org.activiti.engine.impl.cmd that return types with arguments of type EventLogEntry -
Uses of EventLogEntry in org.activiti.engine.impl.persistence.entity
Subinterfaces of EventLogEntry in org.activiti.engine.impl.persistence.entityModifier and TypeInterfaceDescriptioninterfaceAn event log entry can only be inserted (and maybe deleted).Classes in org.activiti.engine.impl.persistence.entity that implement EventLogEntryModifier and TypeClassDescriptionclassAn 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 EventLogEntryModifier and TypeMethodDescriptionEventLogEntryEntityManager.findAllEventLogEntries()EventLogEntryEntityManagerImpl.findAllEventLogEntries()EventLogEntryEntityManager.findEventLogEntries(long startLogNr, long pageSize) EventLogEntryEntityManagerImpl.findEventLogEntries(long startLogNr, long pageSize) EventLogEntryEntityManager.findEventLogEntriesByProcessInstanceId(String processInstanceId) EventLogEntryEntityManagerImpl.findEventLogEntriesByProcessInstanceId(String processInstanceId) -
Uses of EventLogEntry in org.activiti.engine.impl.persistence.entity.data
Methods in org.activiti.engine.impl.persistence.entity.data that return types with arguments of type EventLogEntryModifier and TypeMethodDescriptionEventLogEntryDataManager.findAllEventLogEntries()EventLogEntryDataManager.findEventLogEntries(long startLogNr, long pageSize) EventLogEntryDataManager.findEventLogEntriesByProcessInstanceId(String processInstanceId) -
Uses of EventLogEntry in org.activiti.engine.impl.persistence.entity.data.impl
Methods in org.activiti.engine.impl.persistence.entity.data.impl that return types with arguments of type EventLogEntryModifier and TypeMethodDescriptionMybatisEventLogEntryDataManager.findAllEventLogEntries()MybatisEventLogEntryDataManager.findEventLogEntries(long startLogNr, long pageSize) MybatisEventLogEntryDataManager.findEventLogEntriesByProcessInstanceId(String processInstanceId)