Class GlossaryViewServiceInstance


  • public class GlossaryViewServiceInstance
    extends OMASServiceInstance
    Stores references to OMRS objects for a specific server. It is also responsible for registering this OMAS in the Access Service Registry, and itself in the instance map
    • Constructor Detail

      • GlossaryViewServiceInstance

        public GlossaryViewServiceInstance​(OMRSRepositoryConnector omrsRepositoryConnector,
                                           AuditLog auditLog,
                                           String localServerUserId,
                                           int maxPageSize)
                                    throws NewInstanceException
        Set up the local repository connector that will service the REST Calls, registers this OMAS in the Access Service Registry and in the instance map
        Parameters:
        omrsRepositoryConnector - responsible for servicing the REST calls
        auditLog - audit log
        localServerUserId - userId for server requests
        maxPageSize - maximum values to return on any single call
        Throws:
        NewInstanceException - if a problem occurred during initialization