Package org.odpi.openmetadata.viewservices.assetcatalog.rest


package org.odpi.openmetadata.viewservices.assetcatalog.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.

  • Class
    Description
    AssetCatalogResponse is the response structure used on the Asset Catalog OMAS REST API calls that returns a list of asset catalog beans object as a response.
    AssetCatalogOMASAPIResponse provides a common header for Asset Catalog OMVS managed responses to its REST API.
    AssetCatalogResponse is the response structure used on the Asset Catalog OMAS REST API calls that returns an asset description object as a response.
    AssetCatalogSupportedTypes is the response structure used on the Asset Catalog OMAS REST API calls that returns the Open Metadata Types supported for search as a response.
    AssetListResponse is the response structure used on the Asset Catalog OMVS REST API calls that returns a list of asset objects as a response.
    AssetResponse is the response structure used on the Asset Catalog OMVS REST API calls that returns an asset object as a response.
    ClassificationsResponse is the response structure used on the Asset Catalog OMAS REST API calls that returns a classification object as a response.
     
    HierarchyType describes the direction of a lineage graph request.
    LineageNodeNamesResponse returns a list of node names.
    LineageRequestNode describes the type of node to return.
    Returns the graph or error from a lineage query.
    LineageSearchRequest describes the properties for a lineage search.
    LineageSearchResponse provides a list of nodes (vertices) for a lineage search.
     
     
    RelationshipsResponse is the response structure used on the Asset Catalog OMAS REST API calls that returns a relationships object as a response.
    RelationshipsResponse is the response structure used on the Asset Catalog OMAS REST API calls that returns a relationships object as a response.