| Modifier and Type | Method and Description |
|---|---|
long |
DocumentClient.countDocuments(String query)
Counts a given lucene search result
The method returns the count of documents included in the result of a given
lucene query
|
org.imixs.workflow.ItemCollection |
DocumentClient.createAdminPJob(org.imixs.workflow.ItemCollection document)
Creates a new AdminPJobInstance
|
void |
DocumentClient.deleteDocument(String uniqueid)
Deletes a single workItem or document instance by UniqueID.
|
void |
EventLogClient.deleteEventLogEntry(String eventLogID)
Deletes a single workItem or document instance by UniqueID.
|
void |
ModelClient.deleteModel(String version)
Deletes a model by its version
|
void |
WorkflowClient.deleteWorkitem(String uniqueid)
Deletes a single workItem instance by UniqueID.
|
List<org.imixs.workflow.ItemCollection> |
DocumentClient.getCustomResource(String uri)
Returns the custom data list by uri GET
|
org.imixs.workflow.xml.XMLDataCollection |
DocumentClient.getCustomResourceXML(String uri)
Returns the custom data list by uri GET as a collection of XMLDocument
elements.
|
org.imixs.workflow.ItemCollection |
DocumentClient.getDocument(String uniqueid)
Returns a single document instance by UniqueID.
|
List<org.imixs.workflow.ItemCollection> |
WorkflowClient.getTaskListByCreator(String userid)
Returns the current task list by creator
|
List<org.imixs.workflow.ItemCollection> |
WorkflowClient.getTaskListByOwner(String userid)
Returns the current task list by owner
|
javax.ws.rs.client.WebTarget |
DocumentClient.getWebTarget(String uri) |
List<org.imixs.workflow.ItemCollection> |
WorkflowClient.getWorkflowEventsByWorkitem(org.imixs.workflow.ItemCollection workitem)
Returns the current task list by owner
|
org.imixs.workflow.ItemCollection |
WorkflowClient.getWorkitem(String uniqueid)
Returns a single workItem instance by UniqueID.
|
void |
ModelClient.postModel(org.imixs.workflow.bpmn.BPMNModel model)
Posts a byte array of a BPMN Model to the Model service.
|
void |
DocumentClient.postXMLDataCollection(String uri,
org.imixs.workflow.xml.XMLDataCollection xmlDataCollection)
Posts a XMLDocument collection to a custom resource.
|
org.imixs.workflow.xml.XMLDataCollection |
DocumentClient.postXMLDocument(String uri,
org.imixs.workflow.xml.XMLDocument xmlWorkitem)
Posts a XMLDocument to a custom resource.
|
org.imixs.workflow.ItemCollection |
WorkflowClient.processWorkitem(org.imixs.workflow.ItemCollection workitem)
Process a single workitem instance.
|
org.imixs.workflow.ItemCollection |
DocumentClient.saveDocument(org.imixs.workflow.ItemCollection document)
Creates or updates a single document instance.
|
List<org.imixs.workflow.ItemCollection> |
DocumentClient.searchDocuments(String query)
Returns the the search result of a lucene search.
|
List<org.imixs.workflow.ItemCollection> |
EventLogClient.searchEventLog(String... topic)
Loads a collection of EventLog entries for a specific topic
|
Copyright © 2018–2020 Imixs Software Solutions GmbH. All rights reserved.