Class GlossaryViewAdmin


  • public class GlossaryViewAdmin
    extends AccessServiceAdmin
    Called by the OMAG Server to initialize and terminate the Glossary View OMAS. The initialization call provides this OMAS with resources from the Open Metadata Repository Services.
    • Constructor Detail

      • GlossaryViewAdmin

        public GlossaryViewAdmin()
    • Method Detail

      • initialize

        public void initialize​(AccessServiceConfig accessServiceConfig,
                               OMRSTopicConnector enterpriseOMRSTopicConnector,
                               OMRSRepositoryConnector repositoryConnector,
                               AuditLog auditLog,
                               String serverUserName)
        Initialize the access service.
        Overrides:
        initialize in class AccessServiceAdmin
        Parameters:
        accessServiceConfig - specific configuration properties for this access service.
        enterpriseOMRSTopicConnector - connector for receiving OMRS Events from the cohorts
        repositoryConnector - connector for querying the cohort repositories
        auditLog - audit log component for logging messages.
        serverUserName - user id to use on OMRS calls where there is no end user.