Index
All Classes and Interfaces|All Packages
A
- addCommentReply(String, String, String, CommentType, String, boolean) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Adds a comment to another comment.
- addCommentToAsset(String, String, CommentType, String, boolean) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Adds a comment to the asset.
- addLikeToAsset(String, String, boolean) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Adds a "LikeProperties" to the asset.
- addLogMessageToAsset(String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Creates an Audit log record about the asset.
- addRatingToAsset(String, String, StarRating, String, boolean) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Adds a star rating and optional review text to the asset.
- addTagToAsset(String, String, String, boolean) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Adds a tag (either private of public) to an asset.
- addTagToElement(String, String, String, boolean) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Adds a tag (either private of public) to an element attached to an asset - such as schema element, glossary term, ...
- AssetConsumer - Class in org.odpi.openmetadata.accessservices.assetconsumer.client
-
The Asset Consumer Open Metadata Access Service (OMAS) is used by applications and tools as a factory for Open Connector Framework (OCF) connectors.
- AssetConsumer(String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Create a new client with no authentication embedded in the HTTP request.
- AssetConsumer(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Create a new client that passes userId and password in each HTTP request.
- AssetConsumer(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Create a new client that passes userId and password in each HTTP request.
- AssetConsumer(String, String, AssetConsumerRESTClient, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Create a new client that is going to be used in an OMAG Server (view service or integration service typically).
- AssetConsumer(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Create a new client with no authentication embedded in the HTTP request.
- AssetConsumerEventClient - Class in org.odpi.openmetadata.accessservices.assetconsumer.client
-
AssetConsumerEventClient 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 Consumer OMAS Out Topic.
- AssetConsumerEventClient(String, String, String, String, int, AuditLog, String) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumerEventClient
-
Create a new client that is to be used within an OMAG Server.
- AssetConsumerRESTClient - Class in org.odpi.openmetadata.accessservices.assetconsumer.client.rest
-
AssetConsumerRESTClient is responsible for issuing calls to the OMAG REST APIs.
- AssetConsumerRESTClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.rest.AssetConsumerRESTClient
-
Constructor for no authentication.
- AssetConsumerRESTClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.rest.AssetConsumerRESTClient
-
Constructor for simple userId and password authentication.
- AssetConsumerRESTClient(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.rest.AssetConsumerRESTClient
-
Constructor for simple userId and password authentication with audit log.
- AssetConsumerRESTClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.rest.AssetConsumerRESTClient
-
Constructor for no authentication with audit log.
C
- callAssetGraphGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.rest.AssetConsumerRESTClient
-
Issue a GET REST call that returns an AssetGraphResponse object.
- callAssetSearchMatchesListPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.rest.AssetConsumerRESTClient
-
Issue a GET REST call that returns a AssetSearchMatchesListResponse object.
- callGlossaryTermGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.rest.AssetConsumerRESTClient
-
Issue a GET REST call that returns a MeaningResponse object.
- callGlossaryTermListPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.rest.AssetConsumerRESTClient
-
Issue a GET REST call that returns a MeaningsResponse object.
- callInformalTagGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.rest.AssetConsumerRESTClient
-
Issue a GET REST call that returns a InformalTagResponse object.
- callInformalTagListPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.rest.AssetConsumerRESTClient
-
Issue a GET REST call that returns a InformalTagsResponse object.
- ConnectedAssetClient - Class in org.odpi.openmetadata.accessservices.assetconsumer.client
-
ConnectedAssetClient manages the retrieval of connections, and the creation of resource connectors used to access the content of data sources and services.
- ConnectedAssetClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.ConnectedAssetClient
-
Create a new client with no authentication embedded in the HTTP request.
- ConnectedAssetClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.ConnectedAssetClient
-
Create a new client that passes userId and password in each HTTP request.
- createPrivateTag(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Creates a new private informal tag and returns the unique identifier for it.
- createPublicTag(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Creates a new public informal tag and returns the unique identifier for it.
D
- deleteTag(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Removes a tag from the repository.
F
- findAssets(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Return a list of assets with the requested search string in their name, qualified name or description.
- findAssetsInDomain(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Locate string value in elements that are anchored to assets.
- findMeanings(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Return the full definition (meaning) of the terms matching the supplied name.
- findMyTags(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Return the list of the calling user's private tags containing the supplied string in either the name or description.
- findTags(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Return the list of tags containing the supplied string in either the name or description.
G
- getAssetForConnection(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Returns the unique identifier for the asset connected to the requested connection.
- getAssetForConnectionName(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Returns the asset corresponding to the supplied connection name.
- getAssetGraph(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Return all the elements that are anchored to an asset plus relationships between these elements and to other elements.
- getAssetsByMeaning(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Return the list of unique identifiers for assets that are linked to a specific (meaning) either directly or via fields in the schema.
- getAssetsByMetadataCollectionId(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Return a list of assets with the requested name.
- getAssetsByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Return a list of assets with the requested name.
- getAssetsByTag(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Return the list of unique identifiers for assets that are linked to a specific tag either directly, or via one of its schema elements.
- getAssetsByToken(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Returns a list of assets that match the token.
- getConfigurationServerName() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumerEventClient
-
Return the name of the server where configuration is supposed to be stored.
- getMeaning(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Return the full definition (meaning) of a term using the unique identifier of the glossary term that contains the definition.
- getMeaningByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Return the full definition (meaning) of the terms exactly matching the supplied name.
- getMyTagsByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Return the list of the calling user's private tags exactly matching the supplied name.
- getTag(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Return the tag for the supplied unique identifier (guid).
- getTagsByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Return the list of tags exactly matching the supplied name.
- GovernanceConfigurationClient - Class in org.odpi.openmetadata.accessservices.assetconsumer.client
-
GovernanceConfigurationClient supports the configuration of Governance Server and governance services.
- GovernanceConfigurationClient(String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.GovernanceConfigurationClient
-
Create a new client with no authentication embedded in the HTTP request.
- GovernanceConfigurationClient(String, String, String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.GovernanceConfigurationClient
-
Create a new client that passes userId and password in each HTTP request.
- GovernanceConfigurationClient(String, String, GAFRESTClient, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.GovernanceConfigurationClient
-
Create a new client that passes userId and password in each HTTP request.
O
- OpenGovernanceServiceClient - Class in org.odpi.openmetadata.accessservices.assetconsumer.client
-
OpenGovernanceServiceClient provides an interface to the open governance service.
- OpenGovernanceServiceClient(String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.OpenGovernanceServiceClient
-
Create a new client with no authentication embedded in the HTTP request.
- OpenGovernanceServiceClient(String, String, String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.OpenGovernanceServiceClient
-
Create a new client that passes userId and password in each HTTP request.
- OpenIntegrationServiceClient - Class in org.odpi.openmetadata.accessservices.assetconsumer.client
-
OpenIntegrationServiceClient provides an interface to the open integration service.
- OpenIntegrationServiceClient(String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.OpenIntegrationServiceClient
-
Create a new client with no authentication embedded in the HTTP request.
- OpenIntegrationServiceClient(String, String, String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.OpenIntegrationServiceClient
-
Create a new client that passes userId and password in each HTTP request.
- OpenMetadataStoreClient - Class in org.odpi.openmetadata.accessservices.assetconsumer.client
-
OpenMetadataClientBase provides an interface to the open metadata store.
- OpenMetadataStoreClient(String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.OpenMetadataStoreClient
-
Create a new client with no authentication embedded in the HTTP request.
- OpenMetadataStoreClient(String, String, String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.OpenMetadataStoreClient
-
Create a new client that passes userId and password in each HTTP request.
- org.odpi.openmetadata.accessservices.assetconsumer.client - package org.odpi.openmetadata.accessservices.assetconsumer.client
-
These are the Java clients for the Asset Consumer OMAS.
- org.odpi.openmetadata.accessservices.assetconsumer.client.rest - package org.odpi.openmetadata.accessservices.assetconsumer.client.rest
-
This package provides the support for issuing REST API calls to the OMAG Server and processing common error responses (InvalidParameterException, UserNotAuthorizedException, PropertyServerException) from the calls.
R
- registerListener(String, AssetConsumerEventListener) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumerEventClient
-
Register a listener object that will be passed each of the events published by the Asset Consumer OMAS.
- removeComment(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Removes a comment added to the asset by this user.
- removeLikeFromAsset(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Removes a "LikeProperties" added to the asset by this user.
- removeRatingFromAsset(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Removes of a review that was added to the asset by this user.
- removeTagFromAsset(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Removes a tag from the asset that was added by this user.
- removeTagFromElement(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Removes a tag from an element attached to an asset - such as schema element, glossary term, ...
U
- updateComment(String, String, String, CommentType, String, boolean) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Update an existing comment.
- updateTagDescription(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Updates the description of an existing tag (either private or public).
All Classes and Interfaces|All Packages