- setAccessServicesConfig(String, String, List<AccessServiceConfig>) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
-
Set up the configuration for all of the open metadata access services (OMASs).
- setCohortConfig(String, String, String, CohortConfig) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
-
Set up the configuration properties for a cohort.
- setConfigurationStoreConnection(String, Connection) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminStoreServices
-
Override the default location of the configuration documents.
- setEnterpriseAccessConfig(String, String, EnterpriseAccessConfig) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
-
Set up the configuration that controls the enterprise repository services.
- setEventBus(String, String, String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
-
Set up the default event bus for embedding in event-driven connector.
- setExceptionClassName(String) - Method in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
-
Set up the name of the Java class name to use to recreate the exception.
- setExceptionErrorMessage(String) - Method in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
-
Set up the error message associated with the exception.
- setExceptionProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
-
Set up any additional properties associated with the exception.
- setExceptionSystemAction(String) - Method in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
-
Set up the description of the action taken by the system as a result of the exception.
- setExceptionUserAction(String) - Method in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
-
Set up the action that a user should take to resolve the problem.
- setGraphLocalRepository(String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
-
Set up a graph store as the local repository.
- setInMemLocalRepository(String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
-
Set up an in memory local repository.
- setLocalRepositoryConfig(String, String, LocalRepositoryConfig) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
-
Set up the configuration for the local repository.
- setLocalRepositoryEventMapper(String, String, Connection) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
-
Provide the connection to the local repository's event mapper if needed.
- setLocalRepositoryEventMapper(String, String, String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
-
Provide the connection to the local repository's event mapper if needed.
- setMaxPageSize(String, String, int) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
-
Set an upper limit in the page size that can be requested on a REST call to the server.
- setNoRepositoryMode(String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
-
Remove all configuration for a local repository.
- setOMAGServerConfig(OMAGServerConfig) - Method in class org.odpi.openmetadata.adminservices.properties.OMAGServerConfigResponse
-
Set up the OMAGServerConfig object.
- setOrganizationName(String, String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
-
Set up the name of the organization that is running this server.
- setRelatedHTTPCode(int) - Method in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
-
Set up the HTTP Code to use if forwarding response to HTTP client.
- setRepositoryProxyConnection(String, String, Connection) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
-
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 class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
-
Provide the connection to the local repository.
- setServerType(String, String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
-
Set up the descriptive type of the server.
- setServerURLRoot(String, String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
-
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 class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
-
Set up the user id to use when there is no external user driving the work (for example when processing events
from another server).