Uses of Class
org.imixs.workflow.engine.jpa.EventLog
Packages that use EventLog
-
Uses of EventLog in org.imixs.workflow.engine
Methods in org.imixs.workflow.engine that return EventLogModifier 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.Methods in org.imixs.workflow.engine that return types with arguments of type EventLogModifier 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 topicsMethods in org.imixs.workflow.engine with parameters of type EventLogModifier 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.