Package org.odpi.openmetadata.frameworkservices.gaf.rest


package org.odpi.openmetadata.frameworkservices.gaf.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
    CompletionStatusRequestBody provides a structure for passing the properties to record that a governance service finished a governance action.
    The response structure used on the Open Survey Framework REST API calls that returns a EngineAction element object as a response.
    The response structure used on REST API calls that returns a list of EngineActionElement objects as a response.
    EngineActionStatusRequestBody provides a structure for passing a new ActivityStatus.
    The response structure used on the Open Survey Framework (OGF) API calls that returns a GovernanceActionProcessGraph element object as a response.
    The response structure used on the Open Survey Framework REST API calls that returns a GovernanceEngine element object as a response.
    EngineActionRequestBody provides a structure for passing the properties for a new engine action.
    InitiateGovernanceActionProcessRequestBody provides a structure for passing the properties for initiating a new instance of a governance action process.
    GovernanceActionTypeRequestBody provides a structure for passing the properties for initiating a new instance of an engine action from a governance action type.
    The response structure used on the Open Survey Framework REST API calls that returns a IntegrationGroup element object as a response.
    OMAGGAFAPIResponse provides a common header for Metadata Store Service managed rest to its REST API.
    The response structure used on the Open Survey Framework REST API calls that returns a RegisteredGovernanceServiceElement object as a response.
    The response structure used on REST API calls that returns a list of RegisteredGovernanceServices objects as a response.
    RegisteredIntegrationConnectorResponse is the response structure used on the Open Survey Framework REST API calls that returns a RegisteredIntegrationConnectorElement object as a response.
    The response structure used on REST API calls that returns a list of RegisteredIntegrationConnectors objects as a response.