| Package | Description |
|---|---|
| org.imixs.workflow.engine |
| Modifier and Type | Method and Description |
|---|---|
EventLog |
EventLogService.createEvent(String topic,
String refID)
Creates/updates a new event log entry.
|
EventLog |
EventLogService.createEvent(String topic,
String refID,
ItemCollection document)
Creates/updates a new event log entry.
|
EventLog |
EventLogService.createEvent(String topic,
String refID,
Map<String,List<Object>> data)
Creates/updates a new event log entry.
|
EventLog |
EventLogService.getEvent(String id)
Returns an detached event log entry by its ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<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.findEventsByTopic(int maxCount,
String... topic)
Finds events for one or many given topics
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventLogService.removeEvent(EventLog _eventLog)
Deletes an existing eventLog.
|
Copyright © 2006–2020 Imixs Software Solutions GmbH. All rights reserved.