public class GovernanceActionEngineClient extends Object
| Constructor and Description |
|---|
GovernanceActionEngineClient(String serverPlatformRootURL,
String serverName)
Create a client-side object for calling a governance action engine.
|
GovernanceActionEngineClient(String serverPlatformRootURL,
String serverName,
String userId,
String password)
Create a client-side object for calling a governance action engine.
|
| Modifier and Type | Method and Description |
|---|---|
List<EngineSummary> |
getLocalEngines(String userId)
Return the names of the the governance engines running in this Governance Action OMES.
|
public GovernanceActionEngineClient(String serverPlatformRootURL, String serverName) throws InvalidParameterException
serverPlatformRootURL - the root url of the platform where the governance action engine is running.serverName - the name of the engine host server where the governance action engine is runningInvalidParameterException - one of the parameters is null or invalid.public GovernanceActionEngineClient(String serverPlatformRootURL, String serverName, String userId, String password) throws InvalidParameterException
serverPlatformRootURL - the root url of the platform where the governance action engine is running.serverName - the name of the engine host server where the governance action engine is runninguserId - user id for the HTTP requestpassword - password for the HTTP requestInvalidParameterException - one of the parameters is null or invalid.public List<EngineSummary> getLocalEngines(String userId) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
InvalidParameterException - one of the parameters is null or invalid orUserNotAuthorizedException - user not authorized to issue this request orPropertyServerException - there was a problem detected by the governance action engine.Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.