Package | Description |
---|---|
com.viaoa.remote.rest | |
com.viaoa.remote.rest.info |
Modifier and Type | Method and Description |
---|---|
protected OARestInvokeInfo |
OARestClient._onInvoke(Method method,
Object[] args)
Creates an OARestInvokeInfo to setup and manage a remote method call over HTTP
|
OARestInvokeInfo |
OARestClient.callEndPoint(OARestInvokeInfo ii,
String httpMethod,
String urlPath,
String urlQuery,
Map<String,Object> mapUrlQuery,
String jsonBody,
Map<String,Object> mapFormData)
Call an HTTP endPoint.
|
<T extends OAObject> |
OARestClient.callOADelete(OARestInvokeInfo ii,
T obj)
call an OARestServlet to insert an object.
|
OARestInvokeInfo |
OARestClient.callOAGet(OARestInvokeInfo ii,
Class<? extends OAObject> clazz,
Object id,
Object id2,
String... includePPs)
call an OARestServlet to access an object with 2 part key, from an OAGraph.
|
OARestInvokeInfo |
OARestClient.callOAGet(OARestInvokeInfo ii,
Class<? extends OAObject> clazz,
Object id,
String... includePPs)
call an OARestServlet to access an object from an OAGraph.
|
<T extends OAObject> |
OARestClient.callOAInsert(OARestInvokeInfo ii,
T obj,
String... includePPs)
call an OARestServlet to insert an object.
|
OARestInvokeInfo |
OARestClient.callOASelect(OARestInvokeInfo ii,
Class<? extends OAObject> clazz,
String searchWhere,
String searchOrderBy,
String... includePPs)
call an OARestServlet to access data in an OAGraph.
|
<T extends OAObject> |
OARestClient.callOAUpdate(OARestInvokeInfo ii,
T obj,
String... includePPs)
call an OARestServlet to update an object.
|
OARestInvokeInfo |
OARestClientException.getInvokeInfo() |
Modifier and Type | Method and Description |
---|---|
OARestInvokeInfo |
OARestClient.callEndPoint(OARestInvokeInfo ii,
String httpMethod,
String urlPath,
String urlQuery,
Map<String,Object> mapUrlQuery,
String jsonBody,
Map<String,Object> mapFormData)
Call an HTTP endPoint.
|
void |
OARestClient.callHttpEndPoint(OARestInvokeInfo invokeInfo) |
<T extends OAObject> |
OARestClient.callOADelete(OARestInvokeInfo ii,
T obj)
call an OARestServlet to insert an object.
|
OARestInvokeInfo |
OARestClient.callOAGet(OARestInvokeInfo ii,
Class<? extends OAObject> clazz,
Object id,
Object id2,
String... includePPs)
call an OARestServlet to access an object with 2 part key, from an OAGraph.
|
OARestInvokeInfo |
OARestClient.callOAGet(OARestInvokeInfo ii,
Class<? extends OAObject> clazz,
Object id,
String... includePPs)
call an OARestServlet to access an object from an OAGraph.
|
<T extends OAObject> |
OARestClient.callOAInsert(OARestInvokeInfo ii,
T obj,
String... includePPs)
call an OARestServlet to insert an object.
|
OARestInvokeInfo |
OARestClient.callOASelect(OARestInvokeInfo ii,
Class<? extends OAObject> clazz,
String searchWhere,
String searchOrderBy,
String... includePPs)
call an OARestServlet to access data in an OAGraph.
|
<T extends OAObject> |
OARestClient.callOAUpdate(OARestInvokeInfo ii,
T obj,
String... includePPs)
call an OARestServlet to update an object.
|
Constructor and Description |
---|
OARestClientException(OARestInvokeInfo invokeInfo) |
OARestClientException(OARestInvokeInfo invokeInfo,
String msg) |
OARestClientException(OARestInvokeInfo invokeInfo,
String msg,
Exception e) |
Modifier and Type | Method and Description |
---|---|
OARestInvokeInfo |
OARestMethodInfo.getInvokeInfo(Object[] args,
String idSeparater)
Called when a method is invoked, so that all of the HTTP params can be setup.
|
Copyright © 1999–2025 ViaOA. All rights reserved.