Class OMAGViewServiceRegistration
java.lang.Object
org.odpi.openmetadata.adminservices.registration.OMAGViewServiceRegistration
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ViewServiceRegistrationEntry
getViewServiceRegistration
(String urlMarker) Retrieve the requested OMVS registration informationstatic List<ViewServiceRegistrationEntry>
Retrieve the list of registered OMVSsstatic void
registerViewService
(ViewServiceRegistrationEntry registration) Register OMVS
-
Constructor Details
-
OMAGViewServiceRegistration
public OMAGViewServiceRegistration()
-
-
Method Details
-
registerViewService
Register OMVS- Parameters:
registration
- information about the specific OMVS
-
getViewServiceRegistrationList
Retrieve the list of registered OMVSs- Returns:
- list of registration info
-
getViewServiceRegistration
Retrieve the requested OMVS registration information- Parameters:
urlMarker
- URL insert that identifies the service- Returns:
- view service registration info
-