public class EventLogClient extends AbstractClient
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PAGE_SIZE |
static String |
ITEM_ERROR_CODE |
static String |
ITEM_ERROR_MESSAGE |
protected int |
pageIndex |
protected int |
pageSize |
baseURI, requestFilterList| Constructor and Description |
|---|
EventLogClient(String base_uri)
Initialize the client by a BASE_URL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteEventLogEntry(String eventLogID)
Deletes a single workItem or document instance by UniqueID.
|
int |
getPageIndex() |
int |
getPageSize() |
List<org.imixs.workflow.ItemCollection> |
searchEventLog(String... topic)
Loads a collection of EventLog entries for a specific topic
|
void |
setPageIndex(int pageIndex) |
void |
setPageSize(int pageSize) |
getBaseURI, newClient, registerClientRequestFilter, setBaseURIpublic static final String ITEM_ERROR_CODE
public static final String ITEM_ERROR_MESSAGE
public static final int DEFAULT_PAGE_SIZE
protected int pageSize
protected int pageIndex
public EventLogClient(String base_uri)
base_uri - public int getPageSize()
public void setPageSize(int pageSize)
public int getPageIndex()
public void setPageIndex(int pageIndex)
public void deleteEventLogEntry(String eventLogID) throws RestAPIException
userid - RestAPIExceptionpublic List<org.imixs.workflow.ItemCollection> searchEventLog(String... topic) throws RestAPIException
topic - - list of topicsRestAPIExceptionCopyright © 2018–2020 Imixs Software Solutions GmbH. All rights reserved.