getRuntimeParamsAPI()
Obtains an entry point to the RuntimeParamsAPI object that contains APIs to store and retrieve the runtimeParams object.
To view the APIs in the RuntimeParamsAPI class, see APIs in the RuntimeParamsAPI class.
Returns
The RuntimeParamsAPI object.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the RuntimeParamsAPI object containing the APIs that store and retrieve the runtimeParams object.
PCore.getRuntimeParamsAPI();
Previous topic getRestClient() Next topic getSemanticUrlUtils()