Uses of Class
org.imixs.workflow.engine.jpa.EventLog
-
Uses of EventLog in org.imixs.workflow.engine
Modifier and TypeMethodDescriptionEventLogService.createEvent
(String topic, String refID) Creates/updates a new event log entry.EventLogService.createEvent
(String topic, String refID, Calendar timeout) Creates/updates a new event log entry.EventLogService.createEvent
(String topic, String refID, Map<String, List<Object>> data, Calendar timeout) Creates/updates a new event log entry.EventLogService.createEvent
(String topic, String refID, ItemCollection document) Creates/updates a new event log entry.EventLogService.createEvent
(String topic, String refID, ItemCollection document, Calendar timeout) Creates/updates a new event log entry.Returns an detached event log entry by its ID.Modifier and TypeMethodDescriptionEventLogService.findAllEvents
(int firstResult, int maxResult) Returns all event log entriesEventLogService.findEventsByRef
(int maxCount, String ref, String... topic) Finds events for one or many given topics assigned to a given document reference ($uniqueId).EventLogService.findEventsByTimeout
(int maxCount, String... topic) Finds events for one or many given topics within the current timeout.EventLogService.findEventsByTopic
(int maxCount, String... topic) Finds events for one or many given topicsModifier and TypeMethodDescriptionboolean
This method locks an eventLog entry for processing.void
EventLogService.removeEvent
(EventLog _eventLog) Deletes an existing eventLog.boolean
This method unlocks an eventLog entry.