Index

A G O R S 
All Classes and Interfaces|All Packages

A

AssetCatalog - Class in org.odpi.openmetadata.accessservices.assetcatalog
The Asset Catalog Open Metadata Access Service (OMAS) provides an interface to search for assets including data stores, event feeds, APIs and data sets, related assets and relationships.
AssetCatalog(String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalog
Create a new AssetCatalog client.
AssetCatalog(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalog
Instantiates a new Asset Catalog client.
AssetCatalogEventClient - Class in org.odpi.openmetadata.accessservices.assetcatalog.eventclient
AssetCatalogEventClient provides the implementation to manage the interaction with the server to set up a listener to support the receipt of inbound events from the Asset Catalog OMAS Out Topic.
AssetCatalogEventClient(String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.eventclient.AssetCatalogEventClient
Create a new client with no authentication embedded in the HTTP request.
AssetCatalogEventClient(String, String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.eventclient.AssetCatalogEventClient
Create a new client that passes userId and password in each HTTP request.
AssetCatalogEventClient(String, String, OCFRESTClient, int, AuditLog, String) - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.eventclient.AssetCatalogEventClient
Create a new client that is to be used within an OMAG Server.
AssetCatalogInterface - Interface in org.odpi.openmetadata.accessservices.assetcatalog
The Asset Catalog Open Metadata Access Service (OMAS) provides services to search for data assets including data stores, event feeds, APIs and data sets.

G

getAssetContext(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalog
Return the full context of an asset/glossary term based on its identifier.
getAssetContext(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalogInterface
Return the full context of an asset/glossary term based on its identifier.
getAssetDetails(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalog
Fetch asset's header, classification and properties
getAssetDetails(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalogInterface
Fetch asset's header, classification and properties
getAssetRelationships(String, String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalog
Fetch the relationships for a specific asset
getAssetRelationships(String, String, String, String, Integer, Integer) - Method in interface org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalogInterface
Fetch the relationships for a specific asset
getAssetUniverse(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalog
Fetch asset's header, classification, properties and relationships
getAssetUniverse(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalogInterface
Fetch asset's header, classification, properties and relationships
getClassificationsForAsset(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalog
Fetch the classification for a specific asset
getClassificationsForAsset(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalogInterface
Fetch the classification for a specific asset
getConfigurationServerName() - Method in class org.odpi.openmetadata.accessservices.assetcatalog.eventclient.AssetCatalogEventClient
Return the name of the server where configuration is supposed to be stored.
getRelationshipBetweenEntities(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalog
Fetch relationship between entities details based on its unique identifier of the ends Filtering based on the relationship type is supported
getRelationshipBetweenEntities(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalogInterface
Fetch relationship between entities details based on its unique identifier of the ends Filtering based on the relationship type is supported
getSupportedTypes(String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalog
Returns the list with supported types for search, including the sub-types supported
getSupportedTypes(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalogInterface
Returns the list with supported types for search, including the sub-types supported

O

OpenIntegrationServiceClient - Class in org.odpi.openmetadata.accessservices.assetcatalog
OpenIntegrationServiceClient provides an interface to the open integration service.
OpenIntegrationServiceClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.OpenIntegrationServiceClient
Create a new client with no authentication embedded in the HTTP request.
OpenIntegrationServiceClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.OpenIntegrationServiceClient
Create a new client that passes userID and password in each HTTP request.
OpenMetadataStoreClient - Class in org.odpi.openmetadata.accessservices.assetcatalog
OpenMetadataStoreClient provides an interface to the open metadata store.
OpenMetadataStoreClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.OpenMetadataStoreClient
Create a new client with no authentication embedded in the HTTP request.
OpenMetadataStoreClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.OpenMetadataStoreClient
Create a new client that passes userId and password in each HTTP request.
org.odpi.openmetadata.accessservices.assetcatalog - package org.odpi.openmetadata.accessservices.assetcatalog
This package contains the Java clients for the Asset Catalog OMAS that can be used by integration services in order to gain access to all functionalities exposed by the catalog.
org.odpi.openmetadata.accessservices.assetcatalog.eventclient - package org.odpi.openmetadata.accessservices.assetcatalog.eventclient
This package provides the implementation to manage the interaction with the server to set up a listener to support the receipt of inbound events from the Asset Catalog OMAS Out Topic.

R

registerListener(String, AssetCatalogEventListener) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.eventclient.AssetCatalogEventClient
Register a listener object that will be passed each of the events published by the Asset Catalog OMAS.

S

searchByType(String, String, SearchParameters) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalog
Return a list of assets matching the search criteria without the full context
searchByType(String, String, SearchParameters) - Method in interface org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalogInterface
Return a list of assets matching the search criteria without the full context
searchByTypeGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalog
Return a list of assets matching the type GUID without the full context The list includes also subtypes
searchByTypeGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalogInterface
Return a list of assets matching the type GUID without the full context The list includes also subtypes
searchByTypeName(String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalog
Return a list of assets matching the type name without the full context The list includes also subtypes
searchByTypeName(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetcatalog.AssetCatalogInterface
Return a list of assets matching the type name without the full context The list includes also subtypes
A G O R S 
All Classes and Interfaces|All Packages