public class AdminPRestService extends Object
| Constructor and Description |
|---|
AdminPRestService() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
deleteJob(String uniqueid)
This method deletes an entity
|
org.imixs.workflow.xml.DocumentCollection |
getAllJobs()
Returns all existing jobs
|
javax.ws.rs.core.StreamingOutput |
getHelpHTML() |
javax.ws.rs.core.Response |
putJob(org.imixs.workflow.xml.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.
|
public javax.ws.rs.core.StreamingOutput getHelpHTML()
public org.imixs.workflow.xml.DocumentCollection getAllJobs()
query - pageSize - pageIndex - items - public javax.ws.rs.core.Response putJob(org.imixs.workflow.xml.XMLItemCollection xmlworkitem)
xmlworkitem - - entity to be savedpublic javax.ws.rs.core.Response deleteJob(String uniqueid)
Copyright © 2006–2016 Imixs Software Solutions GmbH. All rights reserved.