public class GovernanceActionAdmin extends EngineServiceAdmin
auditLog, invalidParameterHandler, localServerName| Constructor and Description |
|---|
GovernanceActionAdmin() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,GovernanceEngineHandler> |
initialize(String localServerId,
String localServerName,
AuditLog auditLog,
String localServerUserId,
String localServerPassword,
int maxPageSize,
GovernanceEngineConfigurationClient configurationClient,
GovernanceEngineClient governanceActionClient,
EngineServiceConfig engineServiceConfig)
Initialize engine service.
|
void |
shutdown()
Shutdown the engine service.
|
getAccessServiceRootURL, getAccessServiceServerName, getEngines, validateConfigDocumentpublic Map<String,GovernanceEngineHandler> initialize(String localServerId, String localServerName, AuditLog auditLog, String localServerUserId, String localServerPassword, int maxPageSize, GovernanceEngineConfigurationClient configurationClient, GovernanceEngineClient governanceActionClient, EngineServiceConfig engineServiceConfig) throws OMAGConfigurationErrorException
initialize in class EngineServiceAdminlocalServerId - unique identifier of this serverlocalServerName - name of this serverauditLog - link to the repository responsible for servicing the REST calls.localServerUserId - user id for this server to use if sending REST requests and processing inbound messages.localServerPassword - password for this server to use if sending REST requests.maxPageSize - maximum number of records that can be requested on the pageSize parameterconfigurationClient - client used to connect to the Governance Engine OMAS to retrieve the governance engine definitions.governanceActionClient - client used to connect to the Governance Engine OMAS to manage governance actionsengineServiceConfig - details of the options and the engines to run.OMAGConfigurationErrorException - an issue in the configuration prevented initializationpublic void shutdown()
shutdown in class EngineServiceAdminCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.