Uses of Class
org.odpi.openmetadata.accessservices.governanceengine.client.rest.GovernanceEngineRESTClient
-
Packages that use GovernanceEngineRESTClient Package Description org.odpi.openmetadata.accessservices.governanceengine.client This package contains the clients for configuring and managing governance engines, managing the governance actions, governance action processes and incident reports as well as supporting the metadata needs of the governance action services when they are running in the Engine Host OMAG Server. -
-
Uses of GovernanceEngineRESTClient in org.odpi.openmetadata.accessservices.governanceengine.client
Constructors in org.odpi.openmetadata.accessservices.governanceengine.client with parameters of type GovernanceEngineRESTClient Constructor Description GovernanceActionProcessClient(String serverName, String serverPlatformURLRoot, GovernanceEngineRESTClient restClient, int maxPageSize)Create a new client that passes userId and password in each HTTP request.GovernanceEngineClient(String serverName, String serverPlatformURLRoot, GovernanceEngineRESTClient restClient, int maxPageSize)Create a new client that passes userId and password in each HTTP request.GovernanceEngineConfigurationClient(String serverName, String serverPlatformURLRoot, GovernanceEngineRESTClient restClient, int maxPageSize, AuditLog auditLog)Create a new client that passes userId and password in each HTTP request.GovernanceEngineEventClient(String serverName, String serverPlatformURLRoot, GovernanceEngineRESTClient restClient, int maxPageSize, AuditLog auditLog, String callerId)Create a new client that passes userId and password in each HTTP request.
-