Uses of Class
org.imixs.workflow.engine.jpa.EventLog
-
Packages that use EventLog Package Description org.imixs.workflow.engine -
-
Uses of EventLog in org.imixs.workflow.engine
Methods in org.imixs.workflow.engine that return EventLog Modifier and Type Method Description EventLogEventLogService. createEvent(String topic, String refID)Creates/updates a new event log entry.EventLogEventLogService. createEvent(String topic, String refID, Calendar timeout)Creates/updates a new event log entry.EventLogEventLogService. createEvent(String topic, String refID, Map<String,List<Object>> data, Calendar timeout)Creates/updates a new event log entry.EventLogEventLogService. createEvent(String topic, String refID, ItemCollection document)Creates/updates a new event log entry.EventLogEventLogService. createEvent(String topic, String refID, ItemCollection document, Calendar timeout)Creates/updates a new event log entry.EventLogEventLogService. getEvent(String id)Returns an detached event log entry by its ID.Methods in org.imixs.workflow.engine that return types with arguments of type EventLog Modifier and Type Method Description List<EventLog>EventLogService. findAllEvents(int firstResult, int maxResult)Returns all event log entriesList<EventLog>EventLogService. findEventsByRef(int maxCount, String ref, String... topic)Finds events for one or many given topics assigned to a given document reference ($uniqueId).List<EventLog>EventLogService. findEventsByTimeout(int maxCount, String... topic)Finds events for one or many given topics within the current timeout.List<EventLog>EventLogService. findEventsByTopic(int maxCount, String... topic)Finds events for one or many given topicsMethods in org.imixs.workflow.engine with parameters of type EventLog Modifier and Type Method Description booleanEventLogService. lock(EventLog _eventLogEntry)This method locks an eventLog entry for processing.voidEventLogService. removeEvent(EventLog _eventLog)Deletes an existing eventLog.booleanEventLogService. unlock(EventLog _eventLogEntry)This method unlocks an eventLog entry.
-