Class RecordManagement
- java.lang.Object
-
- org.gcube.accounting.service.resources.RecordManagement
-
@Path("record") public class RecordManagement extends Object- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringRECORD_ID_PATH_PARTstatic StringRECORD_PATH_PARTstatic StringTYPE_PATH_PART
-
Constructor Summary
Constructors Constructor Description RecordManagement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Responseadd(String json)javax.ws.rs.core.Responseget(String type, String recordId)
-
-
-
Field Detail
-
RECORD_PATH_PART
public static final String RECORD_PATH_PART
- See Also:
- Constant Field Values
-
TYPE_PATH_PART
public static final String TYPE_PATH_PART
- See Also:
- Constant Field Values
-
RECORD_ID_PATH_PART
public static final String RECORD_ID_PATH_PART
- See Also:
- Constant Field Values
-
-