Class AssetLineageServicesInstance


  • public class AssetLineageServicesInstance
    extends OMASServiceInstance
    AssetLineageServicesInstance caches references to OMRS objects for a specific server. It is also responsible for registering itself in the instance map.
    • Constructor Detail

      • AssetLineageServicesInstance

        public AssetLineageServicesInstance​(OMRSRepositoryConnector repositoryConnector,
                                            List<String> supportedZones,
                                            Set<String> lineageClassificationTypes,
                                            String localServerUserId,
                                            AuditLog auditLog)
                                     throws NewInstanceException
        Set up the handlers for this server.
        Parameters:
        repositoryConnector - link to the repository responsible for servicing the REST calls.
        supportedZones - list of zones that AssetLineage is allowed to serve Assets from.
        lineageClassificationTypes - list of lineage classification supported
        localServerUserId - userId used for server initiated actions
        auditLog - destination for audit log events.
        Throws:
        NewInstanceException - a problem occurred during initialization