| Modifier and Type | Field and Description |
|---|---|
protected String |
COLLECTION_PARAMETER |
protected String |
ID_PARAMETER |
protected Class<C> |
reference |
APPLICATION_JSON_CHARSET_UTF_8, GROUPS, ITEMS, LICENSES, LOCATION_HEADER, NAMESPACES, ORGANIZATIONS, PROFILES, PURGE_QUERY_PARAMETER, RESOURCES, USERS| Constructor and Description |
|---|
REST(String collection_name,
String id_name,
Class<C> reference) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
create(String json) |
javax.ws.rs.core.Response |
delete(String id,
Boolean purge) |
protected C |
getInstance() |
String |
list() |
String |
patch(String id,
String json) |
javax.ws.rs.core.Response |
purge(String id) |
String |
read(String id) |
String |
update(String id,
String json) |
addLocation, setCalledMethodprotected final String COLLECTION_PARAMETER
protected final String ID_PARAMETER
Copyright © 2019. All Rights Reserved.