- registerViewService() - Static method in class org.odpi.openmetadata.viewservices.rex.server.RexViewRegistration
-
Pass information about this view service to the OMAG Server administration services.
- RexViewAdmin - Class in org.odpi.openmetadata.viewservices.rex.admin
-
RexViewAdmin is the class that is called by the UI Server to initialize and terminate
the Repository Explorer OMVS.
- RexViewAdmin() - Constructor for class org.odpi.openmetadata.viewservices.rex.admin.RexViewAdmin
-
Default constructor
- RexViewHandler - Class in org.odpi.openmetadata.viewservices.rex.handlers
-
The RexViewHandler is initialised with the server the call should be sent to.
- RexViewHandler() - Constructor for class org.odpi.openmetadata.viewservices.rex.handlers.RexViewHandler
-
Constructor for the RexViewHandler
- RexViewInstanceHandler - Class in org.odpi.openmetadata.viewservices.rex.server
-
RexViewInstanceHandler retrieves information from the instance map for the
view service instances.
- RexViewInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.rex.server.RexViewInstanceHandler
-
Default constructor registers the view service
- RexViewRegistration - Class in org.odpi.openmetadata.viewservices.rex.server
-
RexViewRegistration registers the view service with the OMAG Server administration services.
- RexViewRegistration() - Constructor for class org.odpi.openmetadata.viewservices.rex.server.RexViewRegistration
-
- RexViewRESTServices - Class in org.odpi.openmetadata.viewservices.rex.server
-
The RexViewRESTServices provides the org.odpi.openmetadata.viewservices.rex.services implementation of the Repository Explorer Open Metadata
View Service (OMVS).
- RexViewRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.rex.server.RexViewRESTServices
-
Default constructor
- RexViewServicesInstance - Class in org.odpi.openmetadata.viewservices.rex.server
-
RexViewServicesInstance caches references to objects it needs for a specific server.
- RexViewServicesInstance(String, AuditLog, String, int) - Constructor for class org.odpi.openmetadata.viewservices.rex.server.RexViewServicesInstance
-
Set up the Rex OMVS instance
Unlike the superclass () Rex does not expect to be passed remoteServerName or remoteServerURL during configuration or initialization.