Class 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 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 userId
        assetManagerGUID - unique identifier of the software server capability for the asset manager
        assetManagerName - unique name of the software server capability for the asset manager
        connectorName - name of the connector using this context
        assetCatalogEventClient - client to access the Asset Catalog OMAS out topic
        integrationServiceName - name of this service
        auditLog - logging destination