Class OCFMetadataServicesInstance


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

      • OCFMetadataServicesInstance

        public OCFMetadataServicesInstance​(OMRSRepositoryConnector repositoryConnector,
                                           AuditLog auditLog,
                                           String localServerUserId,
                                           int maxPageSize)
                                    throws NewInstanceException
        Set up the handlers for this server.
        Parameters:
        repositoryConnector - link to the repository responsible for servicing the REST calls.
        auditLog - destination for audit log events.
        localServerUserId - userId for server initialed calls.
        maxPageSize - max number of results to return on single request.
        Throws:
        NewInstanceException - a problem occurred during initialization