Package org.odpi.openmetadata.frameworkservices.oif.rest


package org.odpi.openmetadata.frameworkservices.oif.rest
This package defines the beans used to build the REST request and response payloads. REST APIs can pass parameters in their URLs (called path variables) as well has having a RequestBody bean for additional, more complex, or optional parameters. Responses are returned in response beans. The response beans encode the return type of the method as well as any exceptions and associated messages.
  • Classes
    Class
    Description
    CatalogTargetResponse is the response structure used on the Governance Engine OMAS REST API calls that returns a CatalogTarget element object as a response.
    CatalogTargetsResponse is the response structure used on REST API calls that returns a list of CatalogTarget objects as a response.
    IntegrationConnectorElementResponse is the response structure used on the Governance Engine OMAS REST API calls that returns a IntegrationConnector element object as a response.
    IntegrationConnectorElementsResponse is the response structure used on REST API calls that returns a list of IntegrationConnectorElement objects as a response.
    IntegrationGroupElementResponse is the response structure used on the Governance Engine OMAS REST API calls that returns a IntegrationGroup element object as a response.
    IntegrationGroupElementsResponse is the response structure used on REST API calls that returns a list of IntegrationGroupElement objects as a response.
    IntegrationReportResponse is the response structure used on REST API calls that returns an IntegrationReport object as a response.
    IntegrationReportsResponse is the response structure used on REST API calls that returns a list of IntegrationReport objects as a response.
    MetadataSourceRequestBody is the request body structure used on OIF REST API calls that requests a new element to represent a new metadata source.
    OMAGOIFAPIResponse provides a common header for Metadata Store Service managed rest to its REST API.
    RegisteredIntegrationConnectorResponse is the response structure used on the Governance Engine OMAS REST API calls that returns a RegisteredIntegrationConnectorElement object as a response.
    RegisteredIntegrationConnectorsResponse is the response structure used on REST API calls that returns a list of RegisteredIntegrationConnectors objects as a response.