Uses of Interface
org.activiti.engine.event.EventLogEntry
-
-
Uses of EventLogEntry in org.activiti.engine
Methods in org.activiti.engine that return types with arguments of type EventLogEntry Modifier and Type Method Description java.util.List<EventLogEntry>ManagementService. getEventLogEntries(java.lang.Long startLogNr, java.lang.Long pageSize)Returns a list of event log entries, describing everything the engine has processed.java.util.List<EventLogEntry>ManagementService. getEventLogEntriesByProcessInstanceId(java.lang.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 EventLogEntry Modifier and Type Method Description java.util.List<EventLogEntry>ManagementServiceImpl. getEventLogEntries(java.lang.Long startLogNr, java.lang.Long pageSize)java.util.List<EventLogEntry>ManagementServiceImpl. getEventLogEntriesByProcessInstanceId(java.lang.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 Modifier and Type Method Description java.util.List<EventLogEntry>GetEventLogEntriesCmd. execute(CommandContext commandContext) -
Uses of EventLogEntry in org.activiti.engine.impl.persistence.entity
Subinterfaces of EventLogEntry in org.activiti.engine.impl.persistence.entity Modifier and Type Interface Description interfaceEventLogEntryEntityAn event log entry can only be inserted (and maybe deleted).Classes in org.activiti.engine.impl.persistence.entity that implement EventLogEntry 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 EventLogEntry Modifier and Type Method Description java.util.List<EventLogEntry>EventLogEntryEntityManager. findAllEventLogEntries()java.util.List<EventLogEntry>EventLogEntryEntityManagerImpl. findAllEventLogEntries()java.util.List<EventLogEntry>EventLogEntryEntityManager. findEventLogEntries(long startLogNr, long pageSize)java.util.List<EventLogEntry>EventLogEntryEntityManagerImpl. findEventLogEntries(long startLogNr, long pageSize)java.util.List<EventLogEntry>EventLogEntryEntityManager. findEventLogEntriesByProcessInstanceId(java.lang.String processInstanceId)java.util.List<EventLogEntry>EventLogEntryEntityManagerImpl. findEventLogEntriesByProcessInstanceId(java.lang.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 EventLogEntry Modifier and Type Method Description java.util.List<EventLogEntry>EventLogEntryDataManager. findAllEventLogEntries()java.util.List<EventLogEntry>EventLogEntryDataManager. findEventLogEntries(long startLogNr, long pageSize)java.util.List<EventLogEntry>EventLogEntryDataManager. findEventLogEntriesByProcessInstanceId(java.lang.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 EventLogEntry Modifier and Type Method Description java.util.List<EventLogEntry>MybatisEventLogEntryDataManager. findAllEventLogEntries()java.util.List<EventLogEntry>MybatisEventLogEntryDataManager. findEventLogEntries(long startLogNr, long pageSize)java.util.List<EventLogEntry>MybatisEventLogEntryDataManager. findEventLogEntriesByProcessInstanceId(java.lang.String processInstanceId)
-