Package | Description |
---|---|
de.innovationgate.wga.server.api |
OpenWGA Server API classes.
|
Modifier and Type | Method and Description |
---|---|
Object |
Design.callAction(Context context,
String actionID,
List<Object> actionArgs,
DesignResourceReference baseReference,
GlobalExpressionScope globalScope)
Calls a WebTML action
This is a variant of
WGA.callAction(Context, String, List, DesignResourceReference, GlobalExpressionScope) which is able to call actions that are defined in or for the current design. |
Object |
WGA.callAction(Context context,
String actionID,
List actionArgs,
DesignResourceReference baseReference,
GlobalExpressionScope globalScope)
Calls a WebTML action
This can be used to call WebTML actions that are defined in any allowed way, including master and async actions.
|
Object |
WGA.callAction(String actionID,
List actionArgs,
DesignResourceReference baseReference,
GlobalExpressionScope globalScope)
Calls a WebTML action
This can be used to call WebTML actions that are defined in any allowed way, including master and async actions.
|