| Package | Description |
|---|---|
| org.imixs.workflow.jaxrs.v3 |
| Modifier and Type | Method and Description |
|---|---|
XMLItemCollection[] |
EntityCollection.getEntity() |
XMLItemCollection[] |
EntityTable.getEntity() |
XMLItemCollection |
ModelRestServiceV3.getTask(String version,
int processid,
String items) |
XMLItemCollection |
WorkflowRestServiceV3.getWorkItem(String uniqueid,
String items)
returns a singel workitem defined by $uniqueid
|
static XMLItemCollection |
XMLItemCollectionAdapter.putItemCollection(org.imixs.workflow.ItemCollection aItemCollection)
This Method converts a
org.imixs.workflow.ItemCollection
into a Entity
The method verifies if the values stored are basic java types. |
static XMLItemCollection |
XMLItemCollectionAdapter.putItemCollection(org.imixs.workflow.ItemCollection aItemCollection,
List<String> itemNames)
This Method converts a
org.imixs.workflow.ItemCollection
into a Entity
The method verifies if the values stored are basic java types. |
static XMLItemCollection |
XMLItemCollectionAdapter.sortItemsByName(XMLItemCollection xmlItemCol)
This method sorts all items of a XMLItemCollection by item name.
|
| Modifier and Type | Method and Description |
|---|---|
static org.imixs.workflow.ItemCollection |
XMLItemCollectionAdapter.getItemCollection(XMLItemCollection entity)
This Method converts a
org.imixs.workflow.xml.XMLItemCollection into a
org.imixs.workflow.ItemCollection Returns null if entity ==
null |
long |
XMLItemCollectionWriter.getSize(XMLItemCollection arg0,
Class<?> arg1,
Type arg2,
Annotation[] arg3,
javax.ws.rs.core.MediaType arg4) |
javax.ws.rs.core.Response |
WorkflowRestServiceV3.postWorkitemByUniqueIDXML(String uniqueid,
XMLItemCollection xmlworkitem) |
javax.ws.rs.core.Response |
WorkflowRestServiceV3.postWorkitemXML(XMLItemCollection xmlworkitem)
This method post a ItemCollection object to be processed by the
WorkflowManager.
|
static void |
XMLItemCollectionWriter.printXMLItemCollectionHTML(BufferedWriter bw,
XMLItemCollection xmlworkItem)
This Method prints a single XMLItemCollection in html format.
|
javax.ws.rs.core.Response |
EntityRestServiceV3.putEntity(XMLItemCollection xmlworkitem)
This method saves a entity provided in xml format
Note: the method merges the content of the given entity into an existing
one because the EntityService method save() did not merge an entity.
|
javax.ws.rs.core.Response |
WorkflowRestServiceV3.putWorkitemXML(XMLItemCollection workitem) |
void |
EntityCollection.setEntity(XMLItemCollection[] entity) |
void |
EntityTable.setEntity(XMLItemCollection[] entity) |
static XMLItemCollection |
XMLItemCollectionAdapter.sortItemsByName(XMLItemCollection xmlItemCol)
This method sorts all items of a XMLItemCollection by item name.
|
void |
XMLItemCollectionWriter.writeTo(XMLItemCollection xmlItemCollection,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Copyright © 2006–2016 Imixs Software Solutions GmbH. All rights reserved.