gluu
|
公開メンバ関数 | |
AbstractClient (Class< T > entityClass, Client client, String baseURI, String path) | |
T | read (String id) throws ClientErrorException |
String | create (T requestEntity) throws OxTrustAPIException |
String | add (T requestEntity) throws OxTrustAPIException |
boolean | update (T requestEntity, String id) |
boolean | delete (String id) |
boolean | remove (String inum) |
静的公開変数類 | |
static final int | HTTP_OK = 200 |
限定公開変数類 | |
WebTarget | webTarget |
Client | client |
Class< T > | entityClass |
静的非公開変数類 | |
static final Logger | logger = LogManager.getLogger(AbstractClient.class) |
REST webservice CRUD template.
|
inline |
|
inline |
|
inline |
Create (save) entity.
requestEntity |
ClientErrorException | |
OxTrustAPIException |
|
inline |
|
inline |
Read entity by ID.
id | ID of the entity (inum bu default) |
ClientErrorException |
|
inline |
|
inline |
|
protected |
|
protected |
|
static |
|
staticprivate |
|
protected |