- ServerAuthorViewAdmin - Class in org.odpi.openmetadata.viewservices.serverauthor.admin
-
ServerAuthorViewAdmin is the class that is called by the UI Server to initialize and terminate
the Server Author OMVS.
- ServerAuthorViewAdmin() - Constructor for class org.odpi.openmetadata.viewservices.serverauthor.admin.ServerAuthorViewAdmin
-
Default constructor
- ServerAuthorViewHandler - Class in org.odpi.openmetadata.viewservices.serverauthor.handlers
-
The ServerAuthorViewHandler is initialised with the server the call should be sent to.
- ServerAuthorViewHandler() - Constructor for class org.odpi.openmetadata.viewservices.serverauthor.handlers.ServerAuthorViewHandler
-
Default constructor for ServerAuthorViewHandler
- ServerAuthorViewHandler(String, String, List<ResourceEndpointConfig>) - Constructor for class org.odpi.openmetadata.viewservices.serverauthor.handlers.ServerAuthorViewHandler
-
ServerAuthorViewHandler constructor with configured resourceEndpoints
- ServerAuthorViewInstanceHandler - Class in org.odpi.openmetadata.viewservices.serverauthor.initialization
-
ServerAuthorViewInstanceHandler retrieves information from the instance map for the
view service instances.
- ServerAuthorViewInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.serverauthor.initialization.ServerAuthorViewInstanceHandler
-
Default constructor registers the view service
- ServerAuthorViewRegistration - Class in org.odpi.openmetadata.viewservices.serverauthor.initialization
-
ServerAuthorViewRegistration registers the view service with the OMAG Server administration services.
- ServerAuthorViewRegistration() - Constructor for class org.odpi.openmetadata.viewservices.serverauthor.initialization.ServerAuthorViewRegistration
-
- ServerAuthorViewRESTServices - Class in org.odpi.openmetadata.viewservices.serverauthor.services
-
The ServerAuthorViewRESTServices provides the org.odpi.openmetadata.viewservices.serverauthor.services implementation of the Server Author Open Metadata
View Service (OMVS).
- ServerAuthorViewRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.serverauthor.services.ServerAuthorViewRESTServices
-
Default constructor
- ServerAuthorViewServicesInstance - Class in org.odpi.openmetadata.viewservices.serverauthor.initialization
-
ServerAuthorViewServicesInstance caches references to objects it needs for a specific server.
- ServerAuthorViewServicesInstance(String, AuditLog, String, int, String, List<ResourceEndpointConfig>) - Constructor for class org.odpi.openmetadata.viewservices.serverauthor.initialization.ServerAuthorViewServicesInstance
-
Set up the Server Author OMVS instance
Unlike the superclass () ServerAuthor does not expect to be passed remoteServerName or remoteServerURL during configuration or initialization.
- setDefaultAuditLog(String, String, String) - Method in class org.odpi.openmetadata.viewservices.serverauthor.handlers.ServerAuthorViewHandler
-
set the default audit log
- setDefaultAuditLog(String, String, String) - Method in class org.odpi.openmetadata.viewservices.serverauthor.services.ServerAuthorViewRESTServices
-
Set up the default audit log for the server.
- setEnterpriseAccessConfig(String, String, String, EnterpriseAccessConfig) - Method in class org.odpi.openmetadata.viewservices.serverauthor.handlers.ServerAuthorViewHandler
-
set the Enterprise Access config
- setEnterpriseAccessConfig(String, String, String, EnterpriseAccessConfig) - Method in class org.odpi.openmetadata.viewservices.serverauthor.services.ServerAuthorViewRESTServices
-
Set up the configuration that controls the enterprise repository services.
- setEventBus(String, String, String, String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.viewservices.serverauthor.handlers.ServerAuthorViewHandler
-
set the Event bus
- setEventBus(String, String, String, String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.viewservices.serverauthor.services.ServerAuthorViewRESTServices
-
Set up the default event bus for embedding in event-driven connector.
- setGraphLocalRepository(String, String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.viewservices.serverauthor.handlers.ServerAuthorViewHandler
-
Set the local repository to be graph for the named server
- setGraphLocalRepository(String, String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.viewservices.serverauthor.services.ServerAuthorViewRESTServices
-
Set up a graph store as the local repository.
- setInMemLocalRepository(String, String, String) - Method in class org.odpi.openmetadata.viewservices.serverauthor.handlers.ServerAuthorViewHandler
-
Set the local repository to be in memory for the named server
- setInMemLocalRepository(String, String, String) - Method in class org.odpi.openmetadata.viewservices.serverauthor.services.ServerAuthorViewRESTServices
-
Set up an in memory local repository.
- setOMAGServerConfig(String, String, String, OMAGServerConfig) - Method in class org.odpi.openmetadata.viewservices.serverauthor.handlers.ServerAuthorViewHandler
-
Set an OMAG Server's configuration
- setOMAGServerConfig(String, String, String, OMAGServerConfig) - Method in class org.odpi.openmetadata.viewservices.serverauthor.services.ServerAuthorViewRESTServices
-
Set up the configuration properties for an OMAG Server in a single command.
- setReadOnlyLocalRepository(String, String, String) - Method in class org.odpi.openmetadata.viewservices.serverauthor.handlers.ServerAuthorViewHandler
-
Set the local repository to be read only for the named server
- setReadOnlyLocalRepository(String, String, String) - Method in class org.odpi.openmetadata.viewservices.serverauthor.services.ServerAuthorViewRESTServices
-
Set up a read only local repository.
- shutdown() - Method in class org.odpi.openmetadata.viewservices.serverauthor.admin.ServerAuthorViewAdmin
-
Shutdown the Server Author view service.