- callCountGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a GET REST call that returns a CountResponse 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.
- 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.
- 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.
- 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(FFDCResponseBase, OCFCheckedExceptionBase, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureCheckedException(FFDCResponseBase, OCFCheckedExceptionBase, String, Map<String, Object>) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureInvalidParameterException(FFDCResponseBase, InvalidParameterException) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- capturePropertyServerException(FFDCResponseBase, PropertyServerException) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureRepositoryErrorException(FFDCResponseBase, RepositoryErrorException) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureThrowable(FFDCResponseBase, Throwable, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureThrowable(FFDCResponseBase, Throwable, String, OMRSAuditLog) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureUserNotAuthorizedException(FFDCResponseBase, UserNotAuthorizedException) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- 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
- getCount() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.CountResponse
-
Return the count of objects.
- getErrorMessageId() - Method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
Returns the unique identifier for the error message.
- getExceptionClassName() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Return the name of the Java class name to use to recreate the exception.
- getExceptionErrorMessage() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Return the error message associated with the exception.
- getExceptionProperties() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Return the additional properties stored by the exceptions.
- getExceptionSystemAction() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Return the description of the action taken by the system as a result of the exception.
- getExceptionUserAction() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Return the action that a user should take to resolve the problem.
- getFormattedErrorMessage(String...) - Method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
Returns the error message with the placeholders filled out with the supplied parameters.
- getFormattedLogMessage(String...) - Method in enum org.odpi.openmetadata.commonservices.ffdc.auditlog.OMAGCommonAuditCode
-
Returns the log message with the placeholders filled out with the supplied parameters.
- 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.
- getHTTPErrorCode() - Method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
- getLogMessageId() - Method in enum org.odpi.openmetadata.commonservices.ffdc.auditlog.OMAGCommonAuditCode
-
Returns the unique identifier for the error message.
- getMaxPagingSize() - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Get the maximum paging size.
- getNames() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameListResponse
-
Return the name list result.
- getRelatedHTTPCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Return the HTTP Code to use if forwarding response to HTTP client.
- getResultString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringResponse
-
Return the guid result.
- 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.
- getSeverity() - Method in enum org.odpi.openmetadata.commonservices.ffdc.auditlog.OMAGCommonAuditCode
-
Return the severity of the audit log record.
- getStringMap() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringMapResponse
-
Return the name list result.
- getSystemAction() - Method in enum org.odpi.openmetadata.commonservices.ffdc.auditlog.OMAGCommonAuditCode
-
Returns a description of the action taken by the system when the condition that caused this exception was
detected.
- getSystemAction() - Method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
Returns a description of the action taken by the system when the condition that caused this exception was
detected.
- getUnformattedErrorMessage() - Method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
Returns the error message with placeholders for specific details.
- getUserAction() - Method in enum org.odpi.openmetadata.commonservices.ffdc.auditlog.OMAGCommonAuditCode
-
Returns instructions of how to resolve the issue reported in this exception.
- getUserAction() - Method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
Returns instructions of how to resolve the issue reported in this exception.
- 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
- serverName - Variable in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
- serverPlatformURLRoot - Variable in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
- setCount(long) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.CountResponse
-
Set up count of objects.
- setExceptionClassName(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Set up the name of the Java class name to use to recreate the exception.
- setExceptionErrorMessage(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Set up the error message associated with the exception.
- setExceptionProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Set up the additional properties stored by the exceptions.
- setExceptionSystemAction(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
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.commonservices.ffdc.rest.FFDCResponseBase
-
Set up the action that a user should take to resolve the problem.
- 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.
- setNames(List<String>) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameListResponse
-
Set up the name list result.
- setRelatedHTTPCode(int) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Set up the HTTP Code to use if forwarding response to HTTP client.
- setResultString(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringResponse
-
Set up the resultString result.
- 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
- 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 userId is null
- validateName(String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied userId is null
- validateObject(Object, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied userId 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 userId 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 recognized 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.auditlog.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.auditlog.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