public class EventLogRestService extends Object
| Constructor and Description |
|---|
EventLogRestService() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteEventLogEntry(String id)
Deletes a eventLog entry by its $uniqueID
|
org.imixs.workflow.xml.XMLDataCollection |
getAllEventLogEntries(int pageSize,
int pageIndex)
Returns all eventLog entries.
|
org.imixs.workflow.xml.XMLDataCollection |
getEventLogEntriesByTopic(String topic,
int maxCount)
Returns a set of eventLog entries for a given topic.
|
javax.ws.rs.core.Response |
lockEventLogEntry(String id)
This method locks an eventLog entry for processing.
|
void |
releaseDeadLocks(long deadLockInterval,
String topic)
This method unlocks eventlog entries which are older than 1 minute.
|
javax.ws.rs.core.Response |
unlockEventLogEntry(String id)
This method unlocks an eventLog entry.
|
public org.imixs.workflow.xml.XMLDataCollection getAllEventLogEntries(int pageSize,
int pageIndex)
pageSize - - page sizepageIndex - - page index (default = 0)items - - optional list of itemsmaxCount - - max count of returned eventLogEntries (default 99)public org.imixs.workflow.xml.XMLDataCollection getEventLogEntriesByTopic(String topic, int maxCount)
topic - - topic to search event log entries.maxCount - - max count of returned eventLogEntries (default 99)public javax.ws.rs.core.Response lockEventLogEntry(String id)
id - - id of the event log entrypublic javax.ws.rs.core.Response unlockEventLogEntry(String id)
id - - id of the event log entrypublic void releaseDeadLocks(long deadLockInterval,
String topic)
interval - - interval in millistopic - - topic to search event log entries.public void deleteEventLogEntry(String id)
name - of report or uniqueidCopyright © 2006–2021 Imixs Software Solutions GmbH. All rights reserved.