public class WorkflowClient extends DocumentClient
baseURI, DEFAULT_PAGE_SIZE, DEFAULT_TYPE, errorMessage, items, pageIndex, pageSize, requestFilterList, sortBy, sortReverse, type| Constructor and Description |
|---|
WorkflowClient(String base_uri)
Initialize the client by a BASE_URL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteWorkitem(String uniqueid)
Deletes a single workItem instance by UniqueID.
|
List<org.imixs.workflow.ItemCollection> |
getTaskListByCreator(String userid)
Returns the current task list by creator
|
List<org.imixs.workflow.ItemCollection> |
getTaskListByOwner(String userid)
Returns the current task list by owner
|
List<org.imixs.workflow.ItemCollection> |
getWorkflowEventsByWorkitem(org.imixs.workflow.ItemCollection workitem)
Returns the current task list by owner
|
org.imixs.workflow.ItemCollection |
getWorkitem(String uniqueid)
Returns a single workItem instance by UniqueID.
|
org.imixs.workflow.ItemCollection |
processWorkitem(org.imixs.workflow.ItemCollection workitem)
Process a single workitem instance.
|
createAdminPJob, deleteDocument, getBaseURI, getCustomResource, getCustomResourceXML, getDocument, getErrorMessage, getItems, getPageIndex, getPageSize, getSortBy, getType, isSortReverse, newClient, registerClientRequestFilter, saveDocument, setBaseURI, setErrorMessage, setItems, setPageIndex, setPageSize, setSortBy, setSortOrder, setSortReverse, setTypepublic WorkflowClient(String base_uri)
base_uri - public org.imixs.workflow.ItemCollection processWorkitem(org.imixs.workflow.ItemCollection workitem)
workitem - - a ItemCollection representing the workitem.public org.imixs.workflow.ItemCollection getWorkitem(String uniqueid)
uniqueid - items - public void deleteWorkitem(String uniqueid)
userid - items - public List<org.imixs.workflow.ItemCollection> getTaskListByCreator(String userid)
userid - public List<org.imixs.workflow.ItemCollection> getTaskListByOwner(String userid)
userid - items - public List<org.imixs.workflow.ItemCollection> getWorkflowEventsByWorkitem(org.imixs.workflow.ItemCollection workitem)
userid - items - Copyright © 2018 Imixs Software Solutions GmbH. All rights reserved.