Verwendungen von Klasse
org.imixs.workflow.engine.jpa.EventLog
Packages, die EventLog verwenden
-
Verwendungen von EventLog in org.imixs.workflow.engine
Methoden in org.imixs.workflow.engine, die EventLog zurückgebenModifizierer und TypMethodeBeschreibungEventLogService.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.Methoden in org.imixs.workflow.engine, die Typen mit Argumenten vom Typ EventLog zurückgebenModifizierer und TypMethodeBeschreibungEventLogService.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 topicsMethoden in org.imixs.workflow.engine mit Parametern vom Typ EventLogModifizierer und TypMethodeBeschreibungbooleanThis method locks an eventLog entry for processing.voidEventLogService.removeEvent(EventLog _eventLog) Deletes an existing eventLog.booleanThis method unlocks an eventLog entry.