Class OMAGViewServiceRegistration

java.lang.Object
org.odpi.openmetadata.adminservices.registration.OMAGViewServiceRegistration

public class OMAGViewServiceRegistration extends Object
OMAGViewServiceRegistration provides static methods to enable an view service to dynamically register itself with the OMAG Server. Static methods are needed to be able to get this information to the Admin Services REST API singletons created by Spring.
  • Constructor Details

    • OMAGViewServiceRegistration

      public OMAGViewServiceRegistration()
  • Method Details

    • registerViewService

      public static void registerViewService(ViewServiceRegistrationEntry registration)
      Register OMVS
      Parameters:
      registration - information about the specific OMVS
    • getViewServiceRegistrationList

      public static List<ViewServiceRegistrationEntry> getViewServiceRegistrationList()
      Retrieve the list of registered OMVSs
      Returns:
      list of registration info
    • getViewServiceRegistration

      public static ViewServiceRegistrationEntry getViewServiceRegistration(String urlMarker)
      Retrieve the requested OMVS registration information
      Parameters:
      urlMarker - URL insert that identifies the service
      Returns:
      view service registration info