Index

C E G H N O R T V 
All Classes and Interfaces|All Packages|Serialized Form

C

callDeleteRESTCall(String, Class<T>, String, Object, Object...) - Method in interface org.odpi.openmetadata.adapters.connectors.restclients.RESTClientCalls
Issue a DELETE REST call that returns a response object.
callDeleteRESTCallNoParams(String, Class<T>, String, Object) - Method in interface org.odpi.openmetadata.adapters.connectors.restclients.RESTClientCalls
Issue a DELETE REST call that returns a response object.
callGetRESTCall(String, Class<T>, String, Object...) - Method in interface org.odpi.openmetadata.adapters.connectors.restclients.RESTClientCalls
Issue a GET REST call that returns a response object.
callGetRESTCallNoParams(String, Class<T>, String) - Method in interface org.odpi.openmetadata.adapters.connectors.restclients.RESTClientCalls
Issue a GET REST call that returns a response object.
callPostRESTCall(String, Class<T>, String, Object, Object...) - Method in interface org.odpi.openmetadata.adapters.connectors.restclients.RESTClientCalls
Issue a POST REST call that returns a response object.
callPostRESTCallNoParams(String, Class<T>, String, Object) - Method in interface org.odpi.openmetadata.adapters.connectors.restclients.RESTClientCalls
Issue a POST REST call that returns a response object.
callPutRESTCall(String, Class<T>, String, Object, Object...) - Method in interface org.odpi.openmetadata.adapters.connectors.restclients.RESTClientCalls
Issue a PUT REST call that returns a response object.
CLIENT_SIDE_REST_API_ERROR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
 

E

equals(Object) - Method in exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
Return comparison result based on the content of the properties.
EXCEPTION_RESPONSE_FROM_API - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
 

G

getErrorMessage() - Method in exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
A formatted short description of the cause of the condition that resulted in this exception.
getErrorMessageId() - Method in enum class org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
Returns the unique identifier for the error message.
getFormattedErrorMessage(String...) - Method in enum class org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
Returns the error message with the placeholders filled out with the supplied parameters.
getHTTPErrorCode() - Method in enum class org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
 
getReportedCaughtException() - Method in exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
An exception that was caught and wrapped by this exception.
getReportedHTTPCode() - Method in exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
Return the HTTP response code to use with this exception.
getReportedSystemAction() - Method in exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
A description of the action that the system took as a result of the error condition.
getReportedUserAction() - Method in exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
A description of the action necessary to correct the error.
getReportingActionDescription() - Method in exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
The type of request that the class was performing when the condition occurred that resulted in this exception.
getReportingClassName() - Method in exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
The class that created this exception.
getSystemAction() - Method in enum class org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
Returns a description of the action taken by the system when the condition that caused this exception was detected.
getUnformattedErrorMessage() - Method in enum class org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
Returns the error message with placeholders for specific details.
getUserAction() - Method in enum class org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
Returns instructions of how to resolve the issue reported in this exception.

H

hashCode() - Method in exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
Return hash code for this object

N

NULL_RESPONSE_FROM_API - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
 

O

org.odpi.openmetadata.adapters.connectors.restclients - package org.odpi.openmetadata.adapters.connectors.restclients
 
org.odpi.openmetadata.adapters.connectors.restclients.ffdc - package org.odpi.openmetadata.adapters.connectors.restclients.ffdc
 
org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions - package org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions
 

R

RESTClientCalls - Interface in org.odpi.openmetadata.adapters.connectors.restclients
RESTClientCalls provides a generic interface for calling REST Clients.
RESTClientCheckedExceptionBase - Exception in org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions
AssetConsumerCheckedExceptionBase provides a checked exception for reporting errors found when using the Asset Consumer OMAS services.
RESTClientCheckedExceptionBase(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
This is the typical constructor used for creating an exception.
RESTClientCheckedExceptionBase(int, String, String, String, String, String, Exception) - Constructor for exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
This is the constructor used for creating an exception that resulted from a previous error.
RESTClientConnector - Class in org.odpi.openmetadata.adapters.connectors.restclients
 
RESTClientConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.restclients.RESTClientConnector
Default constructor
RESTClientConnectorErrorCode - Enum Class in org.odpi.openmetadata.adapters.connectors.restclients.ffdc
The RESTClientConnectorErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the REST Client.
RESTClientConnectorProvider - Class in org.odpi.openmetadata.adapters.connectors.restclients
RESTClientConnectorProvider provides base class of the connector provider for the RESTClientConnector.
RESTClientConnectorProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.restclients.RESTClientConnectorProvider
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific REST Client Connector implementation.
RESTConfigurationException - Exception in org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions
The RESTConfigurationException is thrown by the connector when it is not able to configure a client to call a REST API.
RESTConfigurationException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTConfigurationException
This is the typical constructor used for creating an exception.
RESTConfigurationException(int, String, String, String, String, String, Exception) - Constructor for exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTConfigurationException
This is the constructor used for creating an exception that resulted from a previous error.
RESTServerException - Exception in org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions
The RESTServerException is thrown by the REST client connector when it is not able to communicate with the REST server.
RESTServerException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTServerException
This is the typical constructor used for creating an exception.
RESTServerException(int, String, String, String, String, String, Exception) - Constructor for exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTServerException
This is the constructor used for creating an exception that resulted from a previous error.

T

toString() - Method in exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTConfigurationException
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTServerException
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
JSON-style toString

V

valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
C E G H N O R T V 
All Classes and Interfaces|All Packages|Serialized Form