Uses of Interface
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
-
Packages that use FFDCResponse Package Description 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.rest -
-
Uses of FFDCResponse in org.odpi.openmetadata.commonservices.ffdc
Methods in org.odpi.openmetadata.commonservices.ffdc with parameters of type FFDCResponse Modifier and Type Method Description protected voidRESTExceptionHandler. captureCheckedException(FFDCResponse response, OCFCheckedExceptionBase error, String exceptionClassName)Set the exception information into the response.protected voidRESTExceptionHandler. captureCheckedException(FFDCResponse response, OCFCheckedExceptionBase error, String exceptionClassName, Map<String,Object> exceptionProperties)Set the exception information into the response.voidRESTExceptionHandler. captureExceptions(FFDCResponse response, Exception error, String methodName)Set the exception information into the response.voidRESTExceptionHandler. captureExceptions(FFDCResponse response, Exception error, String methodName, AuditLog auditLog)Set the exception information into the response.voidRESTExceptionHandler. captureInvalidParameterException(FFDCResponse response, InvalidParameterException error)Set the exception information into the response.voidRESTExceptionHandler. capturePropertyServerException(FFDCResponse response, PropertyServerException error)Set the exception information into the response.voidRESTExceptionHandler. captureUserNotAuthorizedException(FFDCResponse response, UserNotAuthorizedException error)Set the exception information into the response.voidRESTExceptionHandler. detectAndThrowInvalidParameterException(FFDCResponse restResult)Throw an InvalidParameterException if it is encoded in the REST response.voidRESTExceptionHandler. detectAndThrowPropertyServerException(FFDCResponse restResult)Throw a PropertyServerException if it is encoded in the REST response.voidRESTExceptionHandler. detectAndThrowStandardExceptions(String methodName, FFDCResponse restResult)Throw an exception if it is encoded in the REST response.voidRESTExceptionHandler. detectAndThrowUserNotAuthorizedException(FFDCResponse restResult)Throw an UserNotAuthorizedException if it is encoded in the REST response. -
Uses of FFDCResponse in org.odpi.openmetadata.commonservices.ffdc.rest
Subinterfaces of FFDCResponse in org.odpi.openmetadata.commonservices.ffdc.rest Modifier and Type Interface Description interfaceGenericResponse<R>If an OMAS uses Generic types to implement it's Java API, then the responses can implement this interface.Classes in org.odpi.openmetadata.commonservices.ffdc.rest that implement FFDCResponse Modifier and Type Class Description classBooleanResponseBooleanResponse is the response structure used on OMAG REST API calls that return a boolean response.classConnectionResponseConnectionResponse is the response structure used on REST API calls that return a Connection object as a response.classConnectorTypeResponseConnectorTypeResponse is the response structure used on REST API calls that return a ConnectorType object as a response.classCountResponseCountResponse defines the response structure for the OMAS REST API calls that returns a number as a response.classFFDCResponseBaseclassGUIDListResponseGUIDListResponse is the response structure used on the OMAS REST API calls that return a list of unique identifiers (guids) as a response.classGUIDResponseGUIDResponse is the response structure used on the OMAS REST API calls that return a unique identifier (guid) object as a response.classNameListResponseNameListResponse is the response structure used on the OMAS REST API calls that return a list of names as a response.classPropertiesResponsePropertiesResponse is the response structure used on REST API calls that return a property map object as a response.classRegisteredOMAGServicesResponseRegisteredOMAGServicesResponse provides a response object for returning information about a list of services that are registered in an OMAG Server Platform.classStringMapResponseStringMapResponse is the response structure used on the OMAS REST API calls that return a map of names to description as a response.classStringResponseGUIDResponse is the response structure used on the OMAS REST API calls that return a unique identifier (guid) object as a response.classVoidResponseVoidResponse defines the response structure for the OMAS REST API calls that returns a void as a response.
-