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 Java clients for the Governance Engine OMAS. -
-
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.
-