- callConnectorTypeGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a GET REST call that returns a ConnectorTypeResponse object.
- callCountGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a GET REST call that returns a CountResponse object.
- callDeleteRESTCall(String, Class<T>, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a Delete REST call that returns a response object.
- callDeleteRESTCall(String, ParameterizedTypeReference<T>, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a Delete REST call that returns a response object.
- callGetRESTCall(String, Class<T>, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a GET REST call that returns a response object.
- callGetRESTCall(String, ParameterizedTypeReference<T>, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a GET REST call that returns a response object.
- callGetRESTCallNoParams(String, Class<T>, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a GET REST call that returns a response object.
- callGUIDGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a GET REST call that returns a GUIDResponse object.
- callGUIDListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a GET REST call that returns a list of GUIDs object.
- callGUIDListPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a POST REST call that returns a list of GUIDs object.
- callGUIDPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a POST REST call that returns a guid object.
- callNameListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a GET REST call that returns a list of names.
- callPostRESTCall(String, Class<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a POST REST call that returns a response object.
- callPostRESTCall(String, ParameterizedTypeReference<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a POST REST call that returns a response object.
- callPostRESTCallNoParams(String, Class<T>, String, Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a POST REST call that returns a response object.
- callPutRESTCall(String, Class<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a PUT REST call that returns a response object.
- callPutRESTCall(String, ParameterizedTypeReference<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a PUT REST call that returns a response object.
- callStringMapGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a GET REST call that returns a list of names mapped to their descriptions.
- callVoidGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a POST REST call that returns a VoidResponse object.
- callVoidPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a POST REST call that returns a VoidResponse object.
- captureCheckedException(FFDCResponse, OCFCheckedExceptionBase, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureCheckedException(FFDCResponse, OCFCheckedExceptionBase, String, Map<String, Object>) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureExceptions(FFDCResponse, Throwable, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureExceptions(FFDCResponse, Throwable, String, AuditLog) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureInvalidParameterException(FFDCResponse, InvalidParameterException) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- capturePropertyServerException(FFDCResponse, PropertyServerException) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureThrowable(FFDCResponse, Throwable, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureThrowable(FFDCResponse, Throwable, String, AuditLog) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Deprecated.
- captureUserNotAuthorizedException(FFDCResponse, UserNotAuthorizedException) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- ConnectionResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
ConnectionResponse is the response structure used on REST API calls that return a
Connection object as a response.
- ConnectionResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectionResponse
-
Default constructor
- ConnectionResponse(ConnectionResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectionResponse
-
Copy/clone constructor
- ConnectorTypeResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
ConnectorTypeResponse is the response structure used on REST API calls that return a
ConnectorType object as a response.
- ConnectorTypeResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorTypeResponse
-
Default constructor
- ConnectorTypeResponse(ConnectorTypeResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorTypeResponse
-
Copy/clone constructor
- CountResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
CountResponse defines the response structure for the OMAS REST API calls that returns a
number as a response.
- CountResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.CountResponse
-
Default constructor
- CountResponse(CountResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.CountResponse
-
Copy/clone constructor
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanRequestBody
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectionResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorTypeResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.CountResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.PropertiesResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGServicesResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringMapResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringResponse
-
Return comparison result based on the content of the properties.
- exceptionHandler - Variable in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
- GenericResponse<R> - Interface in org.odpi.openmetadata.commonservices.ffdc.rest
-
If an OMAS uses Generic types to implement it's Java API, then the responses can implement this interface.
- getActionDescription() - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Return the description of the action in progress when the exception occurred.
- getActionDescription() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- getConnection() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectionResponse
-
Return the Connection object.
- getConnectorType() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorTypeResponse
-
Return the ConnectorType object.
- getCount() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.CountResponse
-
Return the count of objects.
- getExceptionCausedBy() - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Return the name of any nested exception that may indicate the root cause of the exception.
- getExceptionCausedBy() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- getExceptionClassName() - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Return the name of the Java class name to use to recreate the exception.
- getExceptionClassName() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- getExceptionErrorMessage() - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Return the error message associated with the exception.
- getExceptionErrorMessage() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- getExceptionErrorMessageId() - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Return the formal message identifier for the error message.
- getExceptionErrorMessageId() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- getExceptionErrorMessageParameters() - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Return the parameters that were inserted in the error message.
- getExceptionErrorMessageParameters() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- getExceptionProperties() - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Return the additional properties stored by the exceptions.
- getExceptionProperties() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- getExceptionSystemAction() - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Return the description of the action taken by the system as a result of the exception.
- getExceptionSystemAction() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- getExceptionUserAction() - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Return the action that a user should take to resolve the problem.
- getExceptionUserAction() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- getFlag() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanResponse
-
Return the boolean result.
- getGUID() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponse
-
Return the guid result.
- getGUIDs() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDListResponse
-
Return the guids result.
- getMaxPagingSize() - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Get the maximum paging size.
- getMessageDefinition() - Method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonAuditCode
-
Retrieve a message definition object for logging.
- getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonAuditCode
-
Retrieve a message definition object for logging.
- getMessageDefinition() - Method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
Retrieve a message definition object for an exception.
- getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
Retrieve a message definition object for an exception.
- getName() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody
-
Return the name for the query request.
- getNameParameterName() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody
-
Return the parameter name.
- getNames() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameListResponse
-
Return the name list result.
- getParameterizedType() - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.ResponseParameterization
-
Default method for return ParameterizedTypeReference
- getProperties() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.PropertiesResponse
-
Return the property map.
- getRelatedHTTPCode() - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Return the HTTP Code to use if forwarding response to HTTP client.
- getRelatedHTTPCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- getResultString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringResponse
-
Return the guid result.
- getSearchString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody
-
Return the search request.
- getSearchStringParameterName() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody
-
Return the search string parameter name.
- getServiceDescription() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Return the default description for this service.
- getServiceName() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Return the default name for this service.
- getServices() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGServicesResponse
-
Return the list of services
- getServiceURLMarker() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Return the string that appears in the REST API URL that identifies the owning service.
- getServiceWiki() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Return the URL for the wiki page describing this service.
- getStringMap() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringMapResponse
-
Return the name list result.
- GUIDListResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
GUIDListResponse is the response structure used on the OMAS REST API calls that return a
list of unique identifiers (guids) as a response.
- GUIDListResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDListResponse
-
Default constructor
- GUIDListResponse(GUIDListResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDListResponse
-
Copy/clone constructor
- GUIDResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
GUIDResponse is the response structure used on the OMAS REST API calls that return a
unique identifier (guid) object as a response.
- GUIDResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponse
-
Default constructor
- GUIDResponse(GUIDResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponse
-
Copy/clone constructor
- handleMissingValue(String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Manage an unexpected exception
- handleNoRequestBody(String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Manage an unexpected exception
- handleUnexpectedException(Throwable, String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Manage an unexpected exception
- handleWrongTypeForGUIDException(String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied guid returned an instance of the wrong type
- hashCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanRequestBody
-
Create a hash code for this element type.
- hashCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanResponse
-
Create a hash code for this element type.
- hashCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectionResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorTypeResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.CountResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDListResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameListResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody
-
Create a hash code for this element type.
- hashCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.PropertiesResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGServicesResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody
-
Create a hash code for this element type.
- hashCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringMapResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringResponse
-
Return hash code for this object
- head() - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.GenericResponse
-
Get head element from result array.
- OMAGCheckedExceptionBase - Exception in org.odpi.openmetadata.commonservices.ffdc.exceptions
-
OMAGCheckedExceptionBase provides a checked exception for reporting errors found when using
the Open Metadata and Governance (OMAG) services.
- OMAGCheckedExceptionBase(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
This is the typical constructor used for creating an OMAGCheckedExceptionBase.
- OMAGCheckedExceptionBase(ExceptionMessageDefinition, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
This is the typical constructor used for creating an OMAGCheckedExceptionBase.
- OMAGCheckedExceptionBase(ExceptionMessageDefinition, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
This is the constructor used for creating an OMAGCheckedExceptionBase when an unexpected error has been caught.
- OMAGCheckedExceptionBase(ExceptionMessageDefinition, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
This is the constructor used for creating an OMAGCheckedExceptionBase when an unexpected error has been caught.
- OMAGCheckedExceptionBase(int, String, String, String, String, String[], String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
This is the constructor used when receiving an exception from a remote server.
- OMAGCheckedExceptionBase(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
Deprecated.
- OMAGCheckedExceptionBase(int, String, String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
Deprecated.
- OMAGCheckedExceptionBase(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
Deprecated.
- OMAGCheckedExceptionBase(int, String, String, String, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
Deprecated.
- OMAGCheckedExceptionBase(String, OCFCheckedExceptionBase) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
This is the copy/clone constructor used for creating an exception.
- OMAGCommonAuditCode - Enum in org.odpi.openmetadata.commonservices.ffdc
-
The OMAGCommonAuditCode is used to define the message content for the OMRS Audit Log.
- OMAGCommonErrorCode - Enum in org.odpi.openmetadata.commonservices.ffdc
-
The OMAGCommonErrorCode is used to define first failure data capture (FFDC) for common errors.
- OMAGRuntimeException - Exception in org.odpi.openmetadata.commonservices.ffdc.exceptions
-
OMAGRuntimeException is used for all runtime exceptions generated by one of the Open Metadata and Governance
(OMAG) Services.
- OMAGRuntimeException(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGRuntimeException
-
This is the typical constructor used for creating an OMAGRuntimeException.
- OMAGRuntimeException(ExceptionMessageDefinition, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGRuntimeException
-
This is the typical constructor used for creating an OMAGRuntimeException.
- OMAGRuntimeException(ExceptionMessageDefinition, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGRuntimeException
-
This is the constructor used for creating an OMAGRuntimeException when an unexpected error has been caught.
- OMAGRuntimeException(ExceptionMessageDefinition, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGRuntimeException
-
This is the constructor used for creating an OMAGRuntimeException when an unexpected error has been caught.
- OMAGRuntimeException(int, String, String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGRuntimeException
-
Deprecated.
- OMAGRuntimeException(int, String, String, String, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGRuntimeException
-
Deprecated.
- org.odpi.openmetadata.commonservices.ffdc - package org.odpi.openmetadata.commonservices.ffdc
-
The FFDC Services provide common exceptions and error handling for service running in OMAG Servers.
- org.odpi.openmetadata.commonservices.ffdc.exceptions - package org.odpi.openmetadata.commonservices.ffdc.exceptions
-
- org.odpi.openmetadata.commonservices.ffdc.rest - package org.odpi.openmetadata.commonservices.ffdc.rest
-
- SearchStringRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
SearchStringRequestBody is the request body structure used on OMAG REST API calls that passes a regular expression
to use as a search string.
- SearchStringRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody
-
Default constructor
- SearchStringRequestBody(SearchStringRequestBody) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody
-
Copy/clone constructor
- serverName - Variable in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
- serverPlatformURLRoot - Variable in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
- setActionDescription(String) - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Set up the description of the activity in progress when the exception occurred.
- setActionDescription(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- setConnection(Connection) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectionResponse
-
Set up the Connection object.
- setConnectorType(ConnectorType) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorTypeResponse
-
Set up the ConnectorType object.
- setCount(long) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.CountResponse
-
Set up count of objects.
- setExceptionCausedBy(String) - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Set up the name of any nested exception that may indicate the root cause of the exception.
- setExceptionCausedBy(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- setExceptionClassName(String) - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Set up the name of the Java class name to use to recreate the exception.
- setExceptionClassName(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- setExceptionErrorMessage(String) - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Set up the error message associated with the exception.
- setExceptionErrorMessage(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- setExceptionErrorMessageId(String) - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Set up the formal message identifier for the error message.
- setExceptionErrorMessageId(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- setExceptionErrorMessageParameters(String[]) - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Set up the list of parameters inserted in to the error message.
- setExceptionErrorMessageParameters(String[]) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- setExceptionProperties(Map<String, Object>) - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Set up the additional properties stored by the exceptions.
- setExceptionProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- setExceptionSystemAction(String) - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Set up the description of the action taken by the system as a result of the exception.
- setExceptionSystemAction(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- setExceptionUserAction(String) - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Set up the action that a user should take to resolve the problem.
- setExceptionUserAction(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- setFlag(boolean) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanRequestBody
-
Set up the boolean result.
- setFlag(boolean) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanResponse
-
Set up the boolean result.
- setGUID(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponse
-
Set up the guid result.
- setGUIDs(List<String>) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDListResponse
-
Set up the guids result.
- setMaxPagingSize(int) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Override the default maximum paging size.
- setName(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody
-
Set up the name for the query request.
- setNameParameterName(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody
-
Set up the parameter name.
- setNames(List<String>) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameListResponse
-
Set up the name list result.
- setProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.PropertiesResponse
-
Set up the property map.
- setRelatedHTTPCode(int) - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Set up the HTTP Code to use if forwarding response to HTTP client.
- setRelatedHTTPCode(int) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- setResultString(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringResponse
-
Set up the resultString result.
- setSearchString(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody
-
Set up the search.
- setSearchStringParameterName(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody
-
Set up the search string parameter name.
- setServiceDescription(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Set up the default description for this service.
- setServiceName(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Set up the default name for this service
- setServices(List<RegisteredOMAGService>) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGServicesResponse
-
Set up the list of services
- setServiceURLMarker(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Set up the string that appears in the REST API URL that identifies the owning service.
- setServiceWiki(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Set up the URL for the wiki page describing this service.
- setStringMap(Map<String, String>) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringMapResponse
-
Set up the name to description map result.
- StringMapResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
StringMapResponse is the response structure used on the OMAS REST API calls that return a
map of names to description as a response.
- StringMapResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.StringMapResponse
-
Default constructor
- StringMapResponse(StringMapResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.StringMapResponse
-
Copy/clone constructor
- StringResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
GUIDResponse is the response structure used on the OMAS REST API calls that return a
unique identifier (guid) object as a response.
- StringResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.StringResponse
-
Default constructor
- StringResponse(StringResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.StringResponse
-
Copy/clone constructor
- validateAnchorGUID(String, String, EntityDetail, String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
When attached elements are being retrieved for an anchor, this method checks that the anchor is set up correctly
in the element's anchors classification.
- validateAssetInSupportedZone(String, String, List<String>, List<String>, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Compare the supported zones with the zones stored in the asset.
- validateConnection(Connection, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied connection is null
- validateEnum(Object, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied enum is null
- validateGUID(String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied GUID is null
- validateInstanceProvenanceForUpdate(String, String, ElementHeader, ElementOrigin, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Validate that an instance is from the expected metadata collection.
- validateName(String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied name is null
- validateObject(Object, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied object is null
- validateOMAGServerPlatformURL(String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if a server URL or has not been supplied.
- validateOMAGServerPlatformURL(String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if a server URL or has not been supplied.
- validatePaging(int, int, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied paging values don't make sense.
- validateSearchString(String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied search string is null
- validateStringArray(List<String>, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied array is null or empty
- validateText(String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied text field is null
- validateTypeName(String, String, String, String, OMRSRepositoryHelper) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied type name is not of the correct subclass
- validateUserId(String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied userId is null
- valueOf(String) - Static method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonAuditCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonAuditCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VoidResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
VoidResponse defines the response structure for the OMAS REST API calls that returns a
void as a response.
- VoidResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse
-
Default constructor
- VoidResponse(VoidResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse
-
Copy/clone constructor