Class SearchIntegratorContext
- java.lang.Object
-
- org.odpi.openmetadata.integrationservices.search.connector.SearchIntegratorContext
-
public class SearchIntegratorContext extends Object
SearchIntegratorContext provides a wrapper around the Asset Catalog OMAS client. It provides the simplified interface to open metadata needed by the SearchIntegratorConnector.
-
-
Constructor Summary
Constructors Constructor Description SearchIntegratorContext(String userId, String assetManagerGUID, String assetManagerName, String connectorName, AssetCatalogEventClient assetCatalogEventClient, String integrationServiceName, AuditLog auditLog)Create a new context for a connector.
-
-
-
Constructor Detail
-
SearchIntegratorContext
public SearchIntegratorContext(String userId, String assetManagerGUID, String assetManagerName, String connectorName, AssetCatalogEventClient assetCatalogEventClient, String integrationServiceName, AuditLog auditLog)
Create a new context for a connector.- Parameters:
userId- integration daemon's userIdassetManagerGUID- unique identifier of the software server capability for the asset managerassetManagerName- unique name of the software server capability for the asset managerconnectorName- name of the connector using this contextintegrationServiceName- name of this serviceauditLog- logging destination
-
-