- DinoViewAdmin - Class in org.odpi.openmetadata.viewservices.dino.admin
-
DinoViewAdmin is the class that is called by the UI Server to initialize and terminate
the Dino OMVS.
- DinoViewAdmin() - Constructor for class org.odpi.openmetadata.viewservices.dino.admin.DinoViewAdmin
-
Default constructor
- DinoViewHandler - Class in org.odpi.openmetadata.viewservices.dino.handlers
-
The DinoViewHandler is initialised with the configured resource endpoints.
- DinoViewHandler() - Constructor for class org.odpi.openmetadata.viewservices.dino.handlers.DinoViewHandler
-
Default constructor for DinoViewHandler
- DinoViewHandler(List<ResourceEndpointConfig>) - Constructor for class org.odpi.openmetadata.viewservices.dino.handlers.DinoViewHandler
-
Constructor for DinoViewHandler with configured resourceEndpoints
- DinoViewInstanceHandler - Class in org.odpi.openmetadata.viewservices.dino.server
-
DinoViewInstanceHandler retrieves information from the instance map for the
view service instances.
- DinoViewInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.dino.server.DinoViewInstanceHandler
-
Default constructor registers the view service
- DinoViewRegistration - Class in org.odpi.openmetadata.viewservices.dino.server
-
DinoViewRegistration registers the view service with the OMAG Server administration services.
- DinoViewRegistration() - Constructor for class org.odpi.openmetadata.viewservices.dino.server.DinoViewRegistration
-
- DinoViewRESTServices - Class in org.odpi.openmetadata.viewservices.dino.server
-
The DinoViewRESTServices provides the implementation of the Dino Open Metadata View Service (OMVS).
- DinoViewRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.dino.server.DinoViewRESTServices
-
Default constructor
- DinoViewServicesInstance - Class in org.odpi.openmetadata.viewservices.dino.server
-
DinoViewServicesInstance caches references to objects it needs for a specific server.
- DinoViewServicesInstance(String, AuditLog, String, int, List<ResourceEndpointConfig>) - Constructor for class org.odpi.openmetadata.viewservices.dino.server.DinoViewServicesInstance
-
Set up the Dino OMVS instance
Unlike the superclass () Dino does not expect to be passed remoteServerName or remoteServerURL during configuration or initialization.