public class EntityRestServiceV3 extends Object
| Constructor and Description |
|---|
EntityRestServiceV3() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
deleteEntity(String uniqueid)
This method deletes an entity
|
javax.ws.rs.core.StreamingOutput |
getHelpHTML() |
javax.ws.rs.core.Response |
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.
|
public javax.ws.rs.core.StreamingOutput getHelpHTML()
public javax.ws.rs.core.Response putEntity(XMLItemCollection xmlworkitem)
xmlworkitem - - entity to be savedpublic javax.ws.rs.core.Response deleteEntity(String uniqueid)
Copyright © 2006–2018 Imixs Software Solutions GmbH. All rights reserved.