| Package | Description |
|---|---|
| org.imixs.workflow.jaxrs.v3 |
| Modifier and Type | Method and Description |
|---|---|
EntityCollection |
ModelRestServiceV3.findAllEventsByTask(String version,
int processid,
String items) |
EntityCollection |
ModelRestServiceV3.findAllTasks(String version,
String items) |
EntityCollection |
ModelRestServiceV3.findTasksByGroup(String version,
String group,
String items)
Returns a list of all Tasks of a specific workflow group.
|
EntityCollection |
WorkflowRestServiceV3.getEvents(String uniqueid)
Returns a collection of events of a workitem, visible to the current user
|
EntityCollection |
WorkflowRestServiceV3.getTaskListByAuthor(String user,
int start,
int count,
String type,
int sortorder,
String items)
Returns a collection of workitems representing the worklist by the
current user
|
EntityCollection |
WorkflowRestServiceV3.getTaskListByCreator(String creator,
int start,
int count,
String type,
int sortorder,
String items) |
EntityCollection |
WorkflowRestServiceV3.getTaskListByGroup(String processgroup,
int start,
int count,
String type,
int sortorder,
String items) |
EntityCollection |
WorkflowRestServiceV3.getTaskListByOwner(String owner,
int start,
int count,
String type,
int sortorder,
String items) |
EntityCollection |
WorkflowRestServiceV3.getTaskListByProcessID(int processid,
int start,
int count,
String type,
int sortorder,
String items) |
EntityCollection |
WorkflowRestServiceV3.getTaskListByRef(String uniqueid,
int start,
int count,
String type,
int sortorder,
String items) |
EntityCollection |
WorkflowRestServiceV3.getWorkList(int start,
int count,
String type,
int sortorder,
String items)
Returns a collection of workitems representing the worklist by the
current user
|
static EntityCollection |
XMLItemCollectionAdapter.putCollection(Collection<org.imixs.workflow.ItemCollection> col)
This method transforms a Collection
|
static EntityCollection |
XMLItemCollectionAdapter.putCollection(Collection<org.imixs.workflow.ItemCollection> col,
List<String> itemNames)
This method transforms a Collection
|
| Modifier and Type | Method and Description |
|---|---|
long |
EntityCollectionWriter.getSize(EntityCollection arg0,
Class<?> arg1,
Type arg2,
Annotation[] arg3,
javax.ws.rs.core.MediaType arg4) |
void |
ModelRestServiceV3.postModel(EntityCollection ecol) |
void |
ModelRestServiceV3.postModelByVersion(String sModelVersion,
EntityCollection ecol) |
javax.ws.rs.core.Response |
WorkflowRestServiceV3.postWorkitemsXML(EntityCollection worklist) |
void |
ModelRestServiceV3.putModel(EntityCollection ecol)
This method updates a Model provided in a EntityCollection object.
|
void |
ModelRestServiceV3.putModelByVersion(String sModelVersion,
EntityCollection ecol)
This method updates a Model provided in a EntityCollection object for a
provided model version.
|
javax.ws.rs.core.Response |
WorkflowRestServiceV3.putWorkitemsXML(EntityCollection worklist)
This method post a collection of ItemCollection objects to be processed
by the WorkflowManager.
|
void |
EntityCollectionWriter.writeTo(EntityCollection entityCollection,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Copyright © 2006–2018 Imixs Software Solutions GmbH. All rights reserved.