Index
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.
- callPutRESTCallNoParams(String, Class<T>, String, 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
-
CLIENT-SIDE-REST-API-CONNECTOR-503-002 - A client-side exception {0} was received by method {1} from API call {2} to server {3} on platform {4}.
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
-
CLIENT-SIDE-REST-API-CONNECTOR-503-003 - A {0} exception was received from REST API call {1} to server {2}: error message was: {3}
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.
- getMessageDefinition() - Method in enum class org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
-
Retrieve a message definition object for an exception.
- getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
-
Retrieve a message definition object for an exception.
- 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.
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
-
CLIENT-SIDE-REST-API-CONNECTOR-503-001 - A null response was received from REST API call {0} to server {1}
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
-
RESTClientCheckedExceptionBase provides a checked exception for reporting errors found when using the Egeria 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 provides the base class for REST Client connectors.
- 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.
All Classes and Interfaces|All Packages|Serialized Form