@Path("record")
public class RecordManagement
extends Object
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Constructor Summary
Constructors
-
Method Summary
jakarta.ws.rs.core.Response
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
RECORD_PATH_PART
public static final String RECORD_PATH_PART
- See Also:
-
-
TYPE_PATH_PART
public static final String TYPE_PATH_PART
- See Also:
-
-
RECORD_ID_PATH_PART
public static final String RECORD_ID_PATH_PART
- See Also:
-
-
Constructor Details
-
RecordManagement
public RecordManagement()
-
Method Details
-
add
@POST
@Consumes({"text/plain","application/json;charset=UTF-8"})
public jakarta.ws.rs.core.Response add(String json)
throws Exception
- Throws:
Exception