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