getActionsApi()
Obtains an entry point to the ActionsApi object that contains the APIs to handle actions in the Constellation infrastructure.
To view the APIs in the ActionsApi class, see APIs in the ActionsApi class.
Returns
The ActionsApi object.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the ActionsApi object.
const actionsAPI = pConn.getActionsApi();
Previous topic getActions() Next topic getCaseInfo()