Package | Description |
---|---|
de.innovationgate.wgaservices |
The Base Client API for using WGA Services Web Service
|
de.innovationgate.wgaservices.types |
Java Beans used by WGA Services Methods to transport data
|
Modifier and Type | Method and Description |
---|---|
ActionResult |
WGAServices.callAction(RemoteSession session,
String dbKey,
String actionID,
String executionContext,
List<Object> params,
Form form)
Calls a remote action on the WGA server.
|
Object |
ActionCaller.callAction(String id,
Form form)
Call an action via ID, posting a TMLForm object
|
Object |
ActionCaller.callAction(String id,
List params,
Form form)
Call an action via ID with parameters and a posted TMLForm object
|
Modifier and Type | Method and Description |
---|---|
Form |
ActionResult.getForm()
Returns a WebTML form returned as return value of the action
|
Modifier and Type | Method and Description |
---|---|
void |
ActionResult.setForm(Form form)
Sets a WebTML form returned as return value of the action
|