public class OMAGServerOperationalServices extends Object
| Constructor and Description |
|---|
OMAGServerOperationalServices() |
| Modifier and Type | Method and Description |
|---|---|
SuccessMessageResponse |
activateWithStoredConfig(String userId,
String serverName)
Activate the open metadata and governance services using the stored configuration information.
|
SuccessMessageResponse |
activateWithSuppliedConfig(String userId,
String serverName,
OMAGServerConfig configuration)
Activate the open metadata and governance services using the supplied configuration
document.
|
VoidResponse |
addOpenMetadataArchiveFile(String userId,
String serverName,
String fileName)
Add a new open metadata archive to running repository.
|
VoidResponse |
deactivatePermanently(String userId,
String serverName)
Terminate any running open metadata and governance services, remove the server from any open metadata cohorts
and delete the server's configuration.
|
VoidResponse |
deactivateTemporarily(String userId,
String serverName)
Temporarily deactivate any open metadata and governance services.
|
OMAGServerConfigResponse |
getActiveConfiguration(String userId,
String serverName)
Return the complete set of configuration properties in use by the server.
|
public SuccessMessageResponse activateWithStoredConfig(String userId, String serverName)
userId - user that is issuing the requestserverName - local server namepublic SuccessMessageResponse activateWithSuppliedConfig(String userId, String serverName, OMAGServerConfig configuration)
userId - user that is issuing the requestconfiguration - properties used to initialize the servicesserverName - local server namepublic VoidResponse deactivateTemporarily(String userId, String serverName)
userId - user that is issuing the requestserverName - local server namepublic VoidResponse deactivatePermanently(String userId, String serverName)
userId - user that is issuing the requestserverName - local server namepublic OMAGServerConfigResponse getActiveConfiguration(String userId, String serverName)
userId - user that is issuing the requestserverName - local server namepublic VoidResponse addOpenMetadataArchiveFile(String userId, String serverName, String fileName)
userId - user that is issuing the request.serverName - local server name.fileName - name of the open metadata archive file.Copyright © 2018–2019 ODPi. All rights reserved.