Class GovernanceServerEventClient
java.lang.Object
org.odpi.openmetadata.accessservices.governanceserver.client.GovernanceServerEventClient
GovernanceServerEventClient supports the configuration of Governance Server and governance services.
-
Constructor Summary
ConstructorsConstructorDescriptionGovernanceServerEventClient(String serverName, String serverPlatformURLRoot, org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.OCFRESTClient restClient, int maxPageSize, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String callerId) Create a new client that passes userId and password in each HTTP request. -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterListener(String userId, org.odpi.openmetadata.accessservices.governanceserver.api.GovernanceServerEventListener listener) Register a listener object that will be passed each of the events published by the Governance Server OMAS.
-
Constructor Details
-
GovernanceServerEventClient
public GovernanceServerEventClient(String serverName, String serverPlatformURLRoot, org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.OCFRESTClient restClient, int maxPageSize, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String callerId) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException Create a new client that passes userId and password in each HTTP request. This is the userId/password of the calling server. The end user's userId is sent on each request.- Parameters:
serverName- name of the server to connect toserverPlatformURLRoot- the network address of the server running the OMAS REST servicesrestClient- pre-initialized REST clientmaxPageSize- pre-initialized parameter limitauditLog- logging destinationcallerId- unique identifier for caller's listener- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- there is a problem with the information about the remote OMAS
-
-
Method Details
-
registerListener
public void registerListener(String userId, org.odpi.openmetadata.accessservices.governanceserver.api.GovernanceServerEventListener listener) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException, org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Register a listener object that will be passed each of the events published by the Governance Server OMAS.- Parameters:
userId- calling userlistener- listener object- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException- there are errors in the configuration of the connection which is preventing the creation of a connector.org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException- there are errors in the initialization of the connector.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem retrieving information from the property server(s).org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-