Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addAllResults(Collection<? extends R>) - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.GenericResponse
-
Add several results for the response
- addResult(R) - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.GenericResponse
-
Add single result for the response
B
- BAD_SUB_TYPE_NAME - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- BooleanRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
BooleanRequestBody is the request body structure used on OMAG REST API calls that passed a boolean flag.
- BooleanRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanRequestBody
-
Default constructor
- BooleanRequestBody(BooleanRequestBody) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanRequestBody
-
Copy/clone constructor
- BooleanResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
BooleanResponse is the response structure used on OMAG REST API calls that return a boolean response.
- BooleanResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanResponse
-
Default constructor
- BooleanResponse(BooleanResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanResponse
-
Copy/clone constructor
C
- callCountGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a GET REST call that returns a CountResponse 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.
- callOCFConnectorReportGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a GET REST call that returns a ConnectorReportResponse 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.
- CANNOT_DELETE_ELEMENT_IN_USE - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- captureExceptions(FFDCResponse, Exception, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureExceptions(FFDCResponse, Exception, 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.
- captureUserNotAuthorizedException(FFDCResponse, UserNotAuthorizedException) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- CLIENT_SIDE_REST_API_ERROR - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonAuditCode
- CLIENT_SIDE_REST_API_ERROR - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- 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
- ConnectorReport - Class in org.odpi.openmetadata.commonservices.ffdc.properties
-
ConnectorReport is a collection of information provided by a connector provider that describes the operation of a connector.
- ConnectorReport() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
Default constructor
- ConnectorReport(ConnectorReport) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
Copy/clone constructor
- ConnectorReportResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
ConnectorReportResponse is the response structure used on REST API calls that return a ConnectorType object as a response.
- ConnectorReportResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorReportResponse
-
Default constructor
- ConnectorReportResponse(ConnectorReportResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorReportResponse
-
Copy/clone constructor
- ConnectorTypeListResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
ConnectorTypeListResponse is the response structure used on the OMAS REST API calls that return a list of connector types as a response.
- ConnectorTypeListResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorTypeListResponse
-
Default constructor
- ConnectorTypeListResponse(ConnectorTypeListResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorTypeListResponse
-
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
- ConnectorTypeResponse(ConnectorType) - 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
D
- detectAndThrowInvalidParameterException(String, FFDCResponseBase) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Deprecated.
- detectAndThrowInvalidParameterException(FFDCResponse) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Throw an InvalidParameterException if it is encoded in the REST response.
- detectAndThrowPropertyServerException(String, FFDCResponseBase) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Deprecated.
- detectAndThrowPropertyServerException(FFDCResponse) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Throw a PropertyServerException if it is encoded in the REST response.
- detectAndThrowStandardExceptions(String, FFDCResponse) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Throw an exception if it is encoded in the REST response.
- detectAndThrowUserNotAuthorizedException(String, FFDCResponseBase) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Deprecated.
- detectAndThrowUserNotAuthorizedException(FFDCResponse) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Throw an UserNotAuthorizedException if it is encoded in the REST response.
E
- EffectiveTimeRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
EffectiveTimeRequestBody carries the date/time for a query.
- EffectiveTimeRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.EffectiveTimeRequestBody
-
Default constructor
- EffectiveTimeRequestBody(EffectiveTimeRequestBody) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.EffectiveTimeRequestBody
-
Copy/clone constructor
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
Return comparison result based on the content of the properties.
- 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.ConnectorReportResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorTypeListResponse
-
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.EffectiveTimeRequestBody
-
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.StringRequestBody
-
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.StringResponse
-
Return comparison result based on the content of the properties.
F
- FFDCResponse - Interface in org.odpi.openmetadata.commonservices.ffdc.rest
- FFDCResponseBase - Class in org.odpi.openmetadata.commonservices.ffdc.rest
- FFDCResponseBase() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Default constructor
- FFDCResponseBase(FFDCResponseBase) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Copy/clone constructor
- FFDCRESTClient - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
RESTClient is responsible for issuing calls to the OMAS REST APIs.
- FFDCRESTClient(String, String) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Constructor for no authentication.
- FFDCRESTClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Constructor for simple userId and password authentication.
- FFDCRESTClient(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Constructor for simple userId and password authentication with audit log.
- FFDCRESTClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Constructor for no authentication with audit log.
- FFDCRESTClientBase - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
RESTClient is responsible for issuing calls to the OMAS REST APIs.
G
- 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
- getComponentDescription() - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
Return the component description information that the connector uses to register with the audit log.
- getConnection() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectionResponse
-
Return the Connection object.
- getConnectorReport() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorReportResponse
-
Return the component description information that the connector uses to register with the audit log.
- getConnectorType() - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
Return the ConnectorType object.
- getConnectorType() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorTypeResponse
-
Return the ConnectorType object.
- getConnectorTypes() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorTypeListResponse
-
Return the list result.
- getCount() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.CountResponse
-
Return the count of objects.
- getEffectiveTime() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.EffectiveTimeRequestBody
-
Return the date/time to use for the query.
- getEffectiveTime() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody
-
Return the date/time to use for the query.
- getEffectiveTime() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody
-
Return the date/time to use for the query.
- 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 class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonAuditCode
-
Retrieve a message definition object for logging.
- getMessageDefinition() - Method in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
Retrieve a message definition object for an exception.
- getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonAuditCode
-
Retrieve a message definition object for logging.
- getMessageDefinition(String...) - Method in enum class 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.
- getNamePropertyName() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody
-
Return the property name from the open metadata types.
- 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.
- getRefreshTimeInterval() - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
Return the recommended number of minutes between each call to the connector to refresh the metadata.
- 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.
- getServiceDevelopmentStatus() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Return the development status of the service.
- getServiceId() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Return the component identifier used by the 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.
- getString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringRequestBody
-
Return the boolean result.
- getStringMap() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringMapResponse
-
Return the name list result.
- getSupportedActionTargetNames() - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
The action target names returned are those that affect the governance action service's behaviour.
- getSupportedGuards() - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
The guards describe the output assessment from the governance action service.
- getSupportedRequestParameters() - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
The request parameters returned are used by the governance action service to control its behaviour.
- getSupportedRequestSourceNames() - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
The request source names returned are the request source names that affect the governance action service's behaviour.
- getSupportedRequestTypes() - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
The request types returned are those that affect the governance action service's behaviour.
- getUsesBlockingCalls() - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
Return if the connector should be started in its own thread to allow it to block on a listening call.
- 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
H
- handleBadType(String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Manage a bad type name
- handleInvalidPropertiesObject(String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Manage an unexpected exception
- 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
- handleNoRequestBody(String, 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.properties.ConnectorReport
-
Return hash code for this object
- 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.ConnectorReportResponse
-
Return hash code for this object
- hashCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorTypeListResponse
-
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.EffectiveTimeRequestBody
-
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.StringRequestBody
-
Create a hash code for this element type.
- 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.
I
- INSTANCE_WRONG_TYPE_FOR_GUID - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- INVALID_PROPERTIES_OBJECT - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- INVALID_SEARCH_STRING - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- InvalidParameterException - Exception in org.odpi.openmetadata.commonservices.ffdc.exceptions
-
The InvalidParameterException is thrown by the OMAG Service when a parameter is null or an invalid value.
- InvalidParameterException(int, String, String, String, String, String[], String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.InvalidParameterException
-
This is the constructor used when receiving an exception from a remote server.
- InvalidParameterException(int, String, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.InvalidParameterException
-
Deprecated.
- InvalidParameterException(int, String, String, String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.InvalidParameterException
-
Deprecated.
- InvalidParameterException(int, String, String, String, String, String, Throwable, String) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.InvalidParameterException
-
Deprecated.
- InvalidParameterException(int, String, String, String, String, String, Throwable, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.InvalidParameterException
-
Deprecated.
- InvalidParameterException(String, ConnectionCheckedException, String) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.InvalidParameterException
-
This is the copy/clone constructor used for creating an exception.
- InvalidParameterException(String, InvalidParameterException) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.InvalidParameterException
-
This is the copy/clone constructor used for creating an exception.
- InvalidParameterException(ExceptionMessageDefinition, String, String, String) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.InvalidParameterException
-
This is the typical constructor used for creating an InvalidParameterException.
- InvalidParameterException(ExceptionMessageDefinition, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.InvalidParameterException
-
This is the typical constructor used for creating an InvalidParameterException.
- InvalidParameterException(ExceptionMessageDefinition, String, String, Throwable, String) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.InvalidParameterException
-
This is the constructor used for creating an InvalidParameterException when an unexpected error has been caught.
- InvalidParameterException(ExceptionMessageDefinition, String, String, Throwable, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.InvalidParameterException
-
This is the constructor used for creating an InvalidParameterException when an unexpected error has been caught.
- InvalidParameterHandler - Class in org.odpi.openmetadata.commonservices.ffdc
-
InvalidParameterHandler is a common error handler.
- InvalidParameterHandler() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Default constructor
- isFlag() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanRequestBody
-
Return the boolean result.
L
- logRESTCall(String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTCallLogger
-
Log the start of an inbound REST Call.
- logRESTCallReturn(RESTCallToken, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTCallLogger
-
Log the return of an inbound REST Call.
M
- MAX_PAGE_SIZE - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- METHOD_NOT_IMPLEMENTED - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
N
- NameListResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
NameListResponse is the response structure used on the OMAS REST API calls that return a list of names as a response.
- NameListResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.NameListResponse
-
Default constructor
- NameListResponse(NameListResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.NameListResponse
-
Copy/clone constructor
- NameRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
NameRequestBody is the request body structure used on OMAG REST API calls that passes a name that is used to retrieve an element by name.
- NameRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody
-
Default constructor
- NameRequestBody(NameRequestBody) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody
-
Copy/clone constructor
- NEGATIVE_PAGE_SIZE - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- NEGATIVE_START_FROM - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- NO_REQUEST_BODY - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- NO_REQUEST_BODY_FOR_CLASS - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- NOT_ANCHOR_ELEMENT - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- NOT_IN_THE_ZONE - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- NULL_ARRAY_PARAMETER - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- NULL_CONNECTION_PARAMETER - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- NULL_CONNECTOR_TYPE_PARAMETER - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- NULL_ENUM - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- NULL_GUID - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- NULL_LOCAL_SERVER_NAME - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- NULL_NAME - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- NULL_OBJECT - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- NULL_SEARCH_STRING - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- NULL_TEXT - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- NULL_USER_ID - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- NullRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
NullRequestBody provides a empty request body object for POST requests that do not need to send additional parameters beyond the path variables.
- NullRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.NullRequestBody
-
Default constructor
- NullRequestBody(NullRequestBody) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.NullRequestBody
-
Copy/clone constructor
O
- 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(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(String, OCFCheckedExceptionBase) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
This is the copy/clone constructor used for creating an exception.
- 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, 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(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.
- OMAGCommonAuditCode - Enum Class in org.odpi.openmetadata.commonservices.ffdc
-
The OMAGCommonAuditCode is used to define the message content for the OMRS Audit Log.
- OMAGCommonErrorCode - Enum Class 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(int, String, String, String, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGRuntimeException
-
Deprecated.
- OMAGRuntimeException(int, String, String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGRuntimeException
-
Deprecated.
- 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, 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(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.
- 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.properties - package org.odpi.openmetadata.commonservices.ffdc.properties
-
Beans used in providing FFDC context and support to open metadata and governance.
- org.odpi.openmetadata.commonservices.ffdc.rest - package org.odpi.openmetadata.commonservices.ffdc.rest
P
- PropertiesResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
PropertiesResponse is the response structure used on REST API calls that return a property map object as a response.
- PropertiesResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.PropertiesResponse
-
Default constructor
- PropertiesResponse(PropertiesResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.PropertiesResponse
-
Copy/clone constructor
- PropertyServerException - Exception in org.odpi.openmetadata.commonservices.ffdc.exceptions
-
The PropertyServerException is thrown by the OMAG Service when it is not able to communicate with the property server.
- PropertyServerException(int, String, String, String, String, String[], String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException
-
This is the constructor used when receiving an exception from a remote server.
- PropertyServerException(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException
-
This is the typical constructor used for creating an exception.
- PropertyServerException(ExceptionMessageDefinition, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException
-
This is the constructor used for creating an exception when an unexpected error has been caught.
- PropertyServerException(ExceptionMessageDefinition, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException
-
This is the constructor used for creating an exception when an unexpected error has been caught.
- PropertyServerException(ExceptionMessageDefinition, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException
-
This is the typical constructor used for creating an exception.
- PropertyServerException(PropertyServerException) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException
-
This is the copy/clone constructor used for creating an exception.
R
- RegisteredOMAGService - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
RegisteredOMAGServicesResponse provides an object for returning information about a service that is registered with an OMAG Server Platform.
- RegisteredOMAGService() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Default constructor
- RegisteredOMAGService(RegisteredOMAGService) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Copy/clone constructor
- RegisteredOMAGServicesResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
RegisteredOMAGServicesResponse provides a response object for returning information about a list of services that are registered in an OMAG Server Platform.
- RegisteredOMAGServicesResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGServicesResponse
-
Default constructor
- RegisteredOMAGServicesResponse(RegisteredOMAGServicesResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGServicesResponse
-
Copy clone constructor
- ResponseParameterization<Result> - Interface in org.odpi.openmetadata.commonservices.ffdc.rest
- responseType() - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.ResponseParameterization
- RESTCallLogger - Class in org.odpi.openmetadata.commonservices.ffdc
-
RESTCallLogger provides standard logging for REST API method invocations.
- RESTCallLogger(Logger, String) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.RESTCallLogger
-
Create a REST Call logger for a REST Service.
- RESTCallToken - Class in org.odpi.openmetadata.commonservices.ffdc
-
RESTCallToken provides a cache of information about a single REST API call invocation.
- RESTExceptionHandler - Class in org.odpi.openmetadata.commonservices.ffdc
-
RESTExceptionHandler converts standard exceptions to REST responses.
- RESTExceptionHandler() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Constructor
- results() - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.GenericResponse
-
Get all results of the response
- resultType() - Method in interface org.odpi.openmetadata.commonservices.ffdc.rest.ResponseParameterization
-
Default method for return class type for Result This only works for classes where the first generic parameter matches the return type Result.
S
- 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
- SERVER_NAME_NOT_SPECIFIED - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- SERVER_URL_MALFORMED - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- SERVER_URL_NOT_SPECIFIED - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- 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
- setComponentDescription(ComponentDescription) - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
Set up the component description information that the connector uses to register with the audit log.
- setConnection(Connection) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectionResponse
-
Set up the Connection object.
- setConnectorReport(ConnectorReport) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorReportResponse
-
Set up the component description information that the connector uses to register with the audit log.
- setConnectorType(ConnectorType) - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
Set up the ConnectorType object.
- setConnectorType(ConnectorType) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorTypeResponse
-
Set up the ConnectorType object.
- setConnectorTypes(List<ConnectorType>) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorTypeListResponse
-
Set up the list result.
- setCount(long) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.CountResponse
-
Set up count of objects.
- setEffectiveTime(Date) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.EffectiveTimeRequestBody
-
Set up the date/time to use for the query.
- setEffectiveTime(Date) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody
-
Set up the date/time to use for the query.
- setEffectiveTime(Date) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody
-
Set up the date/time to use for the query.
- 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.
- setNamePropertyName(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody
-
Set up the property name from the open metadata types.
- 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.
- setRefreshTimeInterval(long) - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
Set up the recommended number of minutes between each call to the connector to refresh the metadata.
- 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.
- setServiceDevelopmentStatus(ComponentDevelopmentStatus) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Set up the development status of the service.
- setServiceId(int) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Set up the component identifier used by the 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.
- setString(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringRequestBody
-
Set up the boolean result.
- setStringMap(Map<String, String>) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringMapResponse
-
Set up the name to description map result.
- setSupportedActionTargetNames(List<String>) - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
Set up the supported action target names
- setSupportedGuards(List<String>) - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
Set up the supported guards
- setSupportedRequestParameters(List<String>) - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
Set up request parameters returned are used by the governance action service to control its behaviour.
- setSupportedRequestSourceNames(List<String>) - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
Set up the request source names.
- setSupportedRequestTypes(List<String>) - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
Set up the supported request types.
- setUsesBlockingCalls(boolean) - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
Set up if the connector should be started in its own thread to allow it to block on a listening call.
- 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
- StringRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
StringRequestBody is the request body structure used on OMAG REST API calls that passed a string.
- StringRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.StringRequestBody
-
Default constructor
- StringRequestBody(StringRequestBody) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.StringRequestBody
-
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
T
- throwCannotDeleteElementInUse(String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception to indicate that the call to a method is not supported.
- throwMethodNotSupported(String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception to indicate that the call to a method is not supported.
- throwUniqueNameInUse(String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Report the fact that a unique name that was requested for a new entity is already in use or not a permitted value.
- throwUnknownElement(String, String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception to indicate that the requested element is not recognized.
- toString() - Method in exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
JSON-style toString
- toString() - Method in exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGRuntimeException
-
JSON-style toString
- toString() - Method in exception org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException
-
JSON-style toString
- toString() - Method in exception org.odpi.openmetadata.commonservices.ffdc.exceptions.UserNotAuthorizedException
-
JSON-style toString
- toString() - Method in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonAuditCode
-
JSON-style toString
- toString() - Method in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanRequestBody
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanResponse
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectionResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorReportResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorTypeListResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorTypeResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.CountResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.EffectiveTimeRequestBody
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
JSON-like toString
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDListResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameListResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NullRequestBody
-
JSON-like toString
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.PropertiesResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGServicesResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringMapResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringRequestBody
-
Standard toString method.
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringResponse
-
JSON-style toString
- toString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse
-
JSON-style toString
U
- UNEXPECTED_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonAuditCode
- UNEXPECTED_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- UNIQUE_NAME_ALREADY_IN_USE - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- UNKNOWN_ELEMENT - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- UNRECOGNIZED_TYPE_NAME - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- UserNotAuthorizedException - Exception in org.odpi.openmetadata.commonservices.ffdc.exceptions
-
The UserNotAuthorizedException is thrown by the OMAG Service when a userId passed on a request is not authorized to perform the requested action.
- UserNotAuthorizedException(int, String, String, String, String, String[], String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.UserNotAuthorizedException
-
This is the constructor used when receiving an exception from a remote server.
- UserNotAuthorizedException(int, String, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.UserNotAuthorizedException
-
Deprecated.
- UserNotAuthorizedException(int, String, String, String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.UserNotAuthorizedException
-
Deprecated.
- UserNotAuthorizedException(int, String, String, String, String, String, Throwable, String) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.UserNotAuthorizedException
-
Deprecated.
- UserNotAuthorizedException(int, String, String, String, String, String, Throwable, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.UserNotAuthorizedException
-
Deprecated.
- UserNotAuthorizedException(ExceptionMessageDefinition, String, String, String) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.UserNotAuthorizedException
-
This is the typical constructor used for creating an UserNotAuthorizedException.
- UserNotAuthorizedException(ExceptionMessageDefinition, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.UserNotAuthorizedException
-
This is the typical constructor used for creating an UserNotAuthorizedException.
- UserNotAuthorizedException(ExceptionMessageDefinition, String, String, Throwable, String) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.UserNotAuthorizedException
-
This is the constructor used for creating an UserNotAuthorizedException when an unexpected error has been caught.
- UserNotAuthorizedException(ExceptionMessageDefinition, String, String, Throwable, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.UserNotAuthorizedException
-
This is the constructor used for creating an UserNotAuthorizedException when an unexpected error has been caught.
- UserNotAuthorizedException(UserNotAuthorizedException) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.UserNotAuthorizedException
-
This is the copy/clone constructor used for creating an exception.
V
- 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, ElementBase, ElementOriginCategory, 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
- validateTypeDefName(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
- 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 class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonAuditCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonAuditCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
Returns an array containing the constants of this enum class, 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
W
- WRONG_ANCHOR_GUID - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
- WRONG_METADATA_COLLECTION_FOR_UPDATE - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
All Classes and Interfaces|All Packages|Serialized Form