Skip navigation links
A C D G I M N O R S 

A

addAuditLogDestination(Connection) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Add an audit log destination that is defined by the supplied connection object.
addConsoleAuditLogDestination(List<String>) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Set up the console audit log for the server.
addEventTopicAuditLogDestination(List<String>) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Add an audit log destination that sends each log record as an event on the supplied event topic.
addFileAuditLogDestination(List<String>) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Add an audit log destination that creates log records as JSON files in a shared directory.
addSLF4JAuditLogDestination(List<String>) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Add an audit log destination that creates slf4j records.
adminUserId - Variable in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
 
adminUserId - Variable in class org.odpi.openmetadata.adminservices.client.OMAGServerPlatformConfigurationClient
 

C

clearAllAccessServices() - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessPointConfigurationClient
Disable the access services.
clearAuditLogDestinations() - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Clears all audit log destinations for this server.
clearConfigurationStoreConnection() - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerPlatformConfigurationClient
Clear the connection object for the configuration store which means the platform uses the default store.
clearDiscoveryEngineServicesConfig() - Method in class org.odpi.openmetadata.adminservices.client.DiscoveryServerConfigurationClient
Remove this service from the server configuration.
clearPlatformSecurityConnection() - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerPlatformConfigurationClient
Clear the connection object for platform security.
clearServerSecurityConnection() - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Clear the connection object for the server security connection which means the server does no authorization checks when a request is made to this server.
clearStewardshipEngineServicesConfig() - Method in class org.odpi.openmetadata.adminservices.client.StewardshipServerConfigurationClient
Remove this service from the server configuration.
ConfigurationManagementClient - Class in org.odpi.openmetadata.adminservices.client
ConfigurationManagementClient is able to issue calls to an OMAG Server Platform that manages configuration for OMAG Servers.
ConfigurationManagementClient(String, String) - Constructor for class org.odpi.openmetadata.adminservices.client.ConfigurationManagementClient
Create a new client with no authentication embedded in the HTTP request.
ConfigurationManagementClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.adminservices.client.ConfigurationManagementClient
Create a new client that passes userId and password in each HTTP request.
configureAccessService(String) - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessPointConfigurationClient
Enable a single access service.
configureAccessService(String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessPointConfigurationClient
Enable a single access service.
configureAllAccessServices(Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessPointConfigurationClient
Enable all access services that are registered into this server.

D

deployOMAGServerConfig(String, String, String) - Method in class org.odpi.openmetadata.adminservices.client.ConfigurationManagementClient
Push the configuration for the server to another OMAG Server Platform.
deployOMAGServerConfig(String) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Push the configuration for the server to another OMAG Server Platform.
DiscoveryServerConfigurationClient - Class in org.odpi.openmetadata.adminservices.client
DiscoveryServerConfigurationClient provides configuration services for a discovery server.
DiscoveryServerConfigurationClient(String, String, String) - Constructor for class org.odpi.openmetadata.adminservices.client.DiscoveryServerConfigurationClient
Create a new client with no authentication embedded in the HTTP request.
DiscoveryServerConfigurationClient(String, String, String, String, String) - Constructor for class org.odpi.openmetadata.adminservices.client.DiscoveryServerConfigurationClient
Create a new client that passes a connection userId and password in each HTTP request.

G

getAccessServiceTopicNames(String) - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessPointConfigurationClient
Retrieve the topic names for this access service
getAllAccessServiceTopicNames() - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessPointConfigurationClient
Retrieve the topic names for all configured access service
getConfigurationStoreConnection() - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerPlatformConfigurationClient
Return the connection object for the configuration store.
getConfiguredAccessServices() - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessPointConfigurationClient
Return the list of access services that are configured for this server.
getDiscoveryEngineServicesConfig() - Method in class org.odpi.openmetadata.adminservices.client.DiscoveryServerConfigurationClient
Get the configuration for the discovery engine services for this server.
getOMAGServerConfig(String, String) - Method in class org.odpi.openmetadata.adminservices.client.ConfigurationManagementClient
Return the complete set of configuration properties in use by the server.
getOMAGServerConfig() - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Return the complete set of configuration properties in use by the server.
getPlatformSecurityConnection() - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerPlatformConfigurationClient
Return the connection object for platform security connector.
getServerClassification() - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Return the derived server type that is classified based on the configuration values.
getServerSecurityConnection() - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Return the connection object for the server security connector.
getStewardshipEngineServicesConfig() - Method in class org.odpi.openmetadata.adminservices.client.StewardshipServerConfigurationClient
Get the configuration for the stewardship engine services for this server.

I

invalidParameterHandler - Variable in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
 

M

MetadataAccessPointConfigurationClient - Class in org.odpi.openmetadata.adminservices.client
MetadataAccessPointConfigurationClient configures a MetadataAccessPoint OMAG Server.
MetadataAccessPointConfigurationClient(String, String, String) - Constructor for class org.odpi.openmetadata.adminservices.client.MetadataAccessPointConfigurationClient
Create a new client with no authentication embedded in the HTTP request.
MetadataAccessPointConfigurationClient(String, String, String, String, String) - Constructor for class org.odpi.openmetadata.adminservices.client.MetadataAccessPointConfigurationClient
Create a new client that passes a connection userId and password in each HTTP request.
MetadataServerConfigurationClient - Class in org.odpi.openmetadata.adminservices.client
MetadataServerConfigurationClient provides the configuration client for a metadata server.
MetadataServerConfigurationClient(String, String, String) - Constructor for class org.odpi.openmetadata.adminservices.client.MetadataServerConfigurationClient
Create a new client with no authentication embedded in the HTTP request.
MetadataServerConfigurationClient(String, String, String, String, String) - Constructor for class org.odpi.openmetadata.adminservices.client.MetadataServerConfigurationClient
Create a new client that passes a connection userId and password in each HTTP request.

N

nullRequestBody - Variable in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
 

O

OMAGServerConfigurationClient - Class in org.odpi.openmetadata.adminservices.client
OMAGServerConfigurationClient provides services to configure an OMAG Server.
OMAGServerPlatformConfigurationClient - Class in org.odpi.openmetadata.adminservices.client
OMAGServerPlatformConfigurationClient provides services to configure an OMAG Server Platform.
OMAGServerPlatformConfigurationClient(String, String) - Constructor for class org.odpi.openmetadata.adminservices.client.OMAGServerPlatformConfigurationClient
Create a new client with no authentication embedded in the HTTP request.
OMAGServerPlatformConfigurationClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.adminservices.client.OMAGServerPlatformConfigurationClient
Create a new client that passes a connection userId and password in each HTTP request.
org.odpi.openmetadata.adminservices.client - package org.odpi.openmetadata.adminservices.client
 
overrideAccessServiceInTopic(String, String) - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessPointConfigurationClient
Override the topic name for the in topic of a single access service.
overrideAccessServiceOutTopic(String, String) - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessPointConfigurationClient
Override the topic name for the in topic of a single access service.

R

RepositoryProxyConfigurationClient - Class in org.odpi.openmetadata.adminservices.client
RepositoryProxyConfigurationClient provides the configuration services for a repository proxy.
RepositoryProxyConfigurationClient(String, String, String) - Constructor for class org.odpi.openmetadata.adminservices.client.RepositoryProxyConfigurationClient
Create a new client with no authentication embedded in the HTTP request.
RepositoryProxyConfigurationClient(String, String, String, String, String) - Constructor for class org.odpi.openmetadata.adminservices.client.RepositoryProxyConfigurationClient
Create a new client that passes a connection userId and password in each HTTP request.
restClient - Variable in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
 

S

serverName - Variable in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
 
serverPlatformRootURL - Variable in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
 
serverPlatformRootURL - Variable in class org.odpi.openmetadata.adminservices.client.OMAGServerPlatformConfigurationClient
 
setAccessServicesConfig(List<AccessServiceConfig>) - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessPointConfigurationClient
Set up the configuration for all of the open metadata access services (OMASs).
setClientConfig(OMAGServerClientConfig) - Method in class org.odpi.openmetadata.adminservices.client.DiscoveryServerConfigurationClient
Set up the name and platform URL root for the metadata server supporting this discovery server.
setClientConfig(OMAGServerClientConfig) - Method in class org.odpi.openmetadata.adminservices.client.StewardshipServerConfigurationClient
Set up the name and platform URL root for the metadata server supporting this stewardship server.
setConfigurationStoreConnection(Connection) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerPlatformConfigurationClient
Override the default implementation or configuration of the configuration document store.
setDefaultAuditLog() - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Set up the default audit log for the server.
setDiscoveryEngines(List<String>) - Method in class org.odpi.openmetadata.adminservices.client.DiscoveryServerConfigurationClient
Set up the list of discovery engines that are to run in the discovery service.
setDiscoveryEngineServicesConfig(DiscoveryEngineServicesConfig) - Method in class org.odpi.openmetadata.adminservices.client.DiscoveryServerConfigurationClient
Add this service to the server configuration in one call.
setEnterpriseAccessConfig(EnterpriseAccessConfig) - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessPointConfigurationClient
Set up the configuration that controls the enterprise repository services.
setEventBus(String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Set up the default event bus for embedding in event-driven connector.
setEventMapperConnection(Connection) - Method in class org.odpi.openmetadata.adminservices.client.RepositoryProxyConfigurationClient
Provide the connection to the local repository's event mapper if needed.
setEventMapperConnection(String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.client.RepositoryProxyConfigurationClient
Provide the connection to the local repository's event mapper if needed.
setGraphLocalRepository(Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.client.MetadataServerConfigurationClient
Set up a graph store as the local repository.
setInMemLocalRepository() - Method in class org.odpi.openmetadata.adminservices.client.MetadataServerConfigurationClient
Set up an in memory local repository.
setMaxPageSize(int) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Set an upper limit in the page size that can be requested on a REST call to the server.
setOMAGServerConfig(String, OMAGServerConfig) - Method in class org.odpi.openmetadata.adminservices.client.ConfigurationManagementClient
Set up the configuration properties for an OMAG Server in a single command.
setOMAGServerConfig(OMAGServerConfig) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Set up the configuration properties for an OMAG Server in a single command.
setOrganizationName(String) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Set up the name of the organization that is running this server.
setPlatformSecurityConnection(Connection) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerPlatformConfigurationClient
Set up a platform security connector.
setReadOnlyLocalRepository() - Method in class org.odpi.openmetadata.adminservices.client.MetadataServerConfigurationClient
Set up an read only local repository.
setRepositoryConnection(Connection) - Method in class org.odpi.openmetadata.adminservices.client.RepositoryProxyConfigurationClient
Provide the connection to the local repository connector that maps the OMRS RepositoryConnector API to the third party repository API.
setRepositoryConnection(String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.client.RepositoryProxyConfigurationClient
Provide the connection to the local repository connector that maps the OMRS RepositoryConnector API to the third party repository API.
setServerPassword(String) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Set up the password to use in the header of HTTP requests with the server's userId.
setServerSecurityConnection(Connection) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Override the default server security connector.
setServerType(String) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Set up the descriptive type of the server.
setServerURLRoot(String) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Set up the root URL for this server that is used to construct full URL paths to calls for this server's REST interfaces.
setServerUserId(String) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
Set up the user id to use when there is no external user driving the work (for example when processing events from another server).
setStewardshipEngines(List<String>) - Method in class org.odpi.openmetadata.adminservices.client.StewardshipServerConfigurationClient
Set up the list of stewardship engines that are to run in the stewardship service.
setStewardshipEngineServicesConfig(StewardshipEngineServicesConfig) - Method in class org.odpi.openmetadata.adminservices.client.StewardshipServerConfigurationClient
Add this service to the server configuration in one call.
StewardshipServerConfigurationClient - Class in org.odpi.openmetadata.adminservices.client
StewardshipServerConfigurationClient provides configuration services for a stewardship server.
StewardshipServerConfigurationClient(String, String, String) - Constructor for class org.odpi.openmetadata.adminservices.client.StewardshipServerConfigurationClient
Create a new client with no authentication embedded in the HTTP request.
StewardshipServerConfigurationClient(String, String, String, String, String) - Constructor for class org.odpi.openmetadata.adminservices.client.StewardshipServerConfigurationClient
Create a new client that passes a connection userId and password in each HTTP request.
A C D G I M N O R S 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.