@Deprecated @Path(value="/v3/entity") @Produces(value={"text/html","application/xml","application/json","text/xml"}) public class EntityRestServiceV3 extends Object
| Constructor and Description |
|---|
EntityRestServiceV3()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
deleteEntity(String uniqueid)
Deprecated.
This method deletes an entity
|
javax.ws.rs.core.StreamingOutput |
getHelpHTML()
Deprecated.
|
javax.ws.rs.core.Response |
putEntity(XMLItemCollection xmlworkitem)
Deprecated.
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.
|
@GET @Produces(value="text/html") @Path(value="/help") public javax.ws.rs.core.StreamingOutput getHelpHTML()
@POST
@Path(value="/")
@Produces(value="application/xml")
@Consumes(value={"application/xml","text/xml"})
public javax.ws.rs.core.Response putEntity(XMLItemCollection xmlworkitem)
xmlworkitem - - entity to be saved@DELETE
@Path(value="/{uniqueid}")
public javax.ws.rs.core.Response deleteEntity(@PathParam(value="uniqueid")
String uniqueid)
Copyright © 2006–2019 Imixs Software Solutions GmbH. All rights reserved.