Skip navigation links
A C D E G H O R S T V 

A

activateWithStoredConfig(String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Activate the open metadata and governance services using the stored configuration information.
activateWithSuppliedConfig(String, String, OMAGServerConfig) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Activate the open metadata and governance services using the supplied configuration document.

C

clearConfigurationStoreConnection(String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminStoreServices
Clear the connection object for the configuration store.

D

deactivatePermanently(String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Terminate any open metadata and governance services.
deactivateTemporarily(String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Temporarily deactivate any open metadata and governance services.
disableAccessServices(String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Disable the access services.
disableCohortRegistration(String, String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Set up the mode for an open metadata repository cohort.

E

enableAccessServices(String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Enable all access services that are installed into this server.
enableCohortRegistration(String, String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Enable registration of server to an open metadata repository cohort.
equals(Object) - Method in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.adminservices.properties.OMAGServerConfigResponse
Compare the values of the supplied object with those stored in the current object.
exceptionClassName - Variable in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
 
exceptionErrorMessage - Variable in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
 
exceptionProperties - Variable in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
 
exceptionSystemAction - Variable in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
 
exceptionUserAction - Variable in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
 

G

getConfigurationStoreConnection(String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminStoreServices
Return the connection object for the configuration store.
getCurrentConfiguration(String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Return the complete set of configuration properties in use by the server.
getExceptionClassName() - Method in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
Return the name of the Java class name to use to recreate the exception.
getExceptionErrorMessage() - Method in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
Return the error message associated with the exception.
getExceptionProperties() - Method in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
Return any additional properties associated with the exception.
getExceptionSystemAction() - Method in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
Return the description of the action taken by the system as a result of the exception.
getExceptionUserAction() - Method in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
Return the action that a user should take to resolve the problem.
getOMAGServerConfig() - Method in class org.odpi.openmetadata.adminservices.properties.OMAGServerConfigResponse
Return the OMAGServerConfig object.
getRelatedHTTPCode() - Method in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
Return the HTTP Code to use if forwarding response to HTTP client.

H

hashCode() - Method in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.adminservices.properties.OMAGServerConfigResponse
Create a hash code for this element type.

O

OMAGAPIResponse - Class in org.odpi.openmetadata.adminservices.properties
OMAGAPIResponse provides a common header for OMAG managed rest to its REST API.
OMAGAPIResponse() - Constructor for class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
Default constructor
OMAGAPIResponse(OMAGAPIResponse) - Constructor for class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
Copy/clone constructor
OMAGServerAdminServices - Class in org.odpi.openmetadata.adminservices
OMAGServerAdminServices provides the server-side implementation of the administrative interface for an Open Metadata and Governance (OMAG) Server.
OMAGServerAdminServices() - Constructor for class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
 
OMAGServerAdminStoreServices - Class in org.odpi.openmetadata.adminservices
OMAGServerAdminStoreServices provides the capability to store and retrieve configuration documents.
OMAGServerAdminStoreServices() - Constructor for class org.odpi.openmetadata.adminservices.OMAGServerAdminStoreServices
 
OMAGServerConfigResponse - Class in org.odpi.openmetadata.adminservices.properties
OMAGServerConfigResponse is the response structure used on the OMAG REST API calls that returns a Connection object as a response.
OMAGServerConfigResponse() - Constructor for class org.odpi.openmetadata.adminservices.properties.OMAGServerConfigResponse
Default constructor
org.odpi.openmetadata.adminservices - package org.odpi.openmetadata.adminservices
 
org.odpi.openmetadata.adminservices.properties - package org.odpi.openmetadata.adminservices.properties
 

R

relatedHTTPCode - Variable in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
 

S

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).

T

toString() - Method in class org.odpi.openmetadata.adminservices.properties.OMAGAPIResponse
Standard toString method.
toString() - Method in class org.odpi.openmetadata.adminservices.properties.OMAGServerConfigResponse
Standard toString method.
toString() - Method in class org.odpi.openmetadata.adminservices.properties.VoidResponse
Standard toString method.

V

VoidResponse - Class in org.odpi.openmetadata.adminservices.properties
VoidResponse defines the response structure for the OMAG REST API calls that returns a void as a response.
VoidResponse() - Constructor for class org.odpi.openmetadata.adminservices.properties.VoidResponse
Default constructor
VoidResponse(VoidResponse) - Constructor for class org.odpi.openmetadata.adminservices.properties.VoidResponse
Copy/clone constructor
A C D E G H O R S T V 
Skip navigation links

Copyright © 2018 ODPi. All rights reserved.