| Package | Description |
|---|---|
| org.odpi.openmetadata.adminservices | |
| org.odpi.openmetadata.adminservices.properties |
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
OMAGServerAdminServices.activateWithStoredConfig(String userId,
String serverName)
Activate the open metadata and governance services using the stored configuration information.
|
VoidResponse |
OMAGServerAdminServices.activateWithSuppliedConfig(String userId,
String serverName,
OMAGServerConfig configuration)
Activate the open metadata and governance services using the supplied configuration
document.
|
VoidResponse |
OMAGServerAdminServices.deactivatePermanently(String userId,
String serverName)
Terminate any open metadata and governance services.
|
VoidResponse |
OMAGServerAdminServices.deactivateTemporarily(String userId,
String serverName)
Temporarily deactivate any open metadata and governance services.
|
VoidResponse |
OMAGServerAdminServices.disableAccessServices(String userId,
String serverName)
Disable the access services.
|
VoidResponse |
OMAGServerAdminServices.disableCohortRegistration(String userId,
String serverName,
String cohortName)
Set up the mode for an open metadata repository cohort.
|
VoidResponse |
OMAGServerAdminServices.enableAccessServices(String userId,
String serverName,
Map<String,Object> accessServiceOptions)
Enable all access services that are installed into this server.
|
VoidResponse |
OMAGServerAdminServices.enableCohortRegistration(String userId,
String serverName,
String cohortName,
Map<String,Object> additionalProperties)
Enable registration of server to an open metadata repository cohort.
|
VoidResponse |
OMAGServerAdminServices.setAccessServicesConfig(String userId,
String serverName,
List<AccessServiceConfig> accessServicesConfig)
Set up the configuration for all of the open metadata access services (OMASs).
|
VoidResponse |
OMAGServerAdminServices.setCohortConfig(String userId,
String serverName,
String cohortName,
CohortConfig cohortConfig)
Set up the configuration properties for a cohort.
|
VoidResponse |
OMAGServerAdminServices.setEnterpriseAccessConfig(String userId,
String serverName,
EnterpriseAccessConfig enterpriseAccessConfig)
Set up the configuration that controls the enterprise repository services.
|
VoidResponse |
OMAGServerAdminServices.setEventBus(String userId,
String serverName,
String connectorProvider,
String topicURLRoot,
Map<String,Object> additionalProperties)
Set up the default event bus for embedding in event-driven connector.
|
VoidResponse |
OMAGServerAdminServices.setGraphLocalRepository(String userId,
String serverName,
Map<String,Object> additionalProperties)
Set up a graph store as the local repository.
|
VoidResponse |
OMAGServerAdminServices.setInMemLocalRepository(String userId,
String serverName)
Set up an in memory local repository.
|
VoidResponse |
OMAGServerAdminServices.setLocalRepositoryConfig(String userId,
String serverName,
LocalRepositoryConfig localRepositoryConfig)
Set up the configuration for the local repository.
|
VoidResponse |
OMAGServerAdminServices.setLocalRepositoryEventMapper(String userId,
String serverName,
Connection connection)
Provide the connection to the local repository's event mapper if needed.
|
VoidResponse |
OMAGServerAdminServices.setLocalRepositoryEventMapper(String userId,
String serverName,
String connectorProvider,
String eventSource,
Map<String,Object> additionalProperties)
Provide the connection to the local repository's event mapper if needed.
|
VoidResponse |
OMAGServerAdminServices.setMaxPageSize(String userId,
String serverName,
int maxPageSize)
Set an upper limit in the page size that can be requested on a REST call to the server.
|
VoidResponse |
OMAGServerAdminServices.setNoRepositoryMode(String userId,
String serverName)
Remove all configuration for a local repository.
|
VoidResponse |
OMAGServerAdminServices.setOrganizationName(String userId,
String serverName,
String name)
Set up the name of the organization that is running this server.
|
VoidResponse |
OMAGServerAdminServices.setRepositoryProxyConnection(String userId,
String serverName,
Connection connection)
Provide the connection to the local repository - used when the local repository mode is set to repository proxy.
|
VoidResponse |
OMAGServerAdminServices.setRepositoryProxyConnection(String userId,
String serverName,
String connectorProvider,
Map<String,Object> additionalProperties)
Provide the connection to the local repository.
|
VoidResponse |
OMAGServerAdminServices.setServerType(String userId,
String serverName,
String typeName)
Set up the descriptive type of the server.
|
VoidResponse |
OMAGServerAdminServices.setServerURLRoot(String userId,
String serverName,
String url)
Set up the root URL for this server that is used to construct full URL paths to calls for
this server's REST interfaces.
|
VoidResponse |
OMAGServerAdminServices.setServerUserId(String userId,
String serverName,
String serverUserId)
Set up the user id to use when there is no external user driving the work (for example when processing events
from another server).
|
| Constructor and Description |
|---|
VoidResponse(VoidResponse template)
Copy/clone constructor
|
Copyright © 2017–2018 ODPi. All rights reserved.