Class ClassificationExplorerRegistration
java.lang.Object
org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRegistration
ClassificationExplorerRegistration registers the view service with the OMAG Server administration services.
 This registration must be driven once at server start up. The OMAG Server administration services
 then use this registration information as confirmation that there is an implementation of this
 view service in the server, and it can be configured and used.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidPass information about this view service to the OMAG Server administration services.
- 
Constructor Details- 
ClassificationExplorerRegistrationpublic ClassificationExplorerRegistration()
 
- 
- 
Method Details- 
registerViewServicepublic static void registerViewService()Pass information about this view service to the OMAG Server administration services.
 
-