- setAccessServicesConfig(String, String, List<AccessServiceConfig>) - Method in interface org.odpi.openmetadata.adminservices.OMAGServerAdministration
-
Set up the configuration for all of the open metadata access services (OMASs).
- setCohortConfig(String, String, String, CohortConfig) - Method in interface org.odpi.openmetadata.adminservices.OMAGServerAdministration
-
Set up the configuration properties for a cohort.
- setEnterpriseAccessConfig(String, String, EnterpriseAccessConfig) - Method in interface org.odpi.openmetadata.adminservices.OMAGServerAdministration
-
Set up the configuration that controls the enterprise repository services.
- setEventBus(String, String, String, String, Map<String, Object>) - Method in interface org.odpi.openmetadata.adminservices.OMAGServerAdministration
-
Set up the default event bus for embedding in event-driven connector.
- setGraphLocalRepository(String, String) - Method in interface org.odpi.openmetadata.adminservices.OMAGServerAdministration
-
Set up a graph store as the local repository.
- setInMemLocalRepository(String, String) - Method in interface org.odpi.openmetadata.adminservices.OMAGServerAdministration
-
Set up an in memory local repository.
- setLocalRepositoryConfig(String, String, LocalRepositoryConfig) - Method in interface org.odpi.openmetadata.adminservices.OMAGServerAdministration
-
Set up the configuration for the local repository.
- setLocalRepositoryEventMapper(String, String, Connection) - Method in interface org.odpi.openmetadata.adminservices.OMAGServerAdministration
-
Provide the connection to the local repository's event mapper if needed.
- setLocalRepositoryEventMapper(String, String, String, String, Map<String, Object>) - Method in interface org.odpi.openmetadata.adminservices.OMAGServerAdministration
-
Provide the connection to the local repository's event mapper if needed.
- setMaxPageSize(String, String, int) - Method in interface org.odpi.openmetadata.adminservices.OMAGServerAdministration
-
Set an upper limit in the page size that can be requested on a REST call to the server.
- setNoRepositoryMode(String, String) - Method in interface org.odpi.openmetadata.adminservices.OMAGServerAdministration
-
Remove all configuration for a local repository.
- setOMAGServerConfig(String, OMAGServerConfig) - Method in class org.odpi.openmetadata.adminservices.ConfigurationManagementClient
-
Set up the configuration properties for an OMAG Server in a single command.
- setOrganizationName(String, String, String) - Method in interface org.odpi.openmetadata.adminservices.OMAGServerAdministration
-
Set up the name of the organization that is running this server.
- setRepositoryProxyConnection(String, String, Connection) - Method in interface org.odpi.openmetadata.adminservices.OMAGServerAdministration
-
Provide the connection to the local repository - used when the local repository mode is set to repository proxy.
- setRepositoryProxyConnection(String, String, String, Map<String, Object>) - Method in interface org.odpi.openmetadata.adminservices.OMAGServerAdministration
-
Provide the connection to the local repository - used when the local repository mode is set to repository proxy.
- setServerType(String, String, String) - Method in interface org.odpi.openmetadata.adminservices.OMAGServerAdministration
-
Set up the descriptive type of the server.
- setServerURLRoot(String, String, String) - Method in interface org.odpi.openmetadata.adminservices.OMAGServerAdministration
-
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, String, String) - Method in interface org.odpi.openmetadata.adminservices.OMAGServerAdministration
-
Set up the user id to use when there is no external user driving the work (for example when processing events
from another server).