- 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, AuditLog) - 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) - 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, 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, 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, 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).
- AssetConsumerRESTClient - Class in org.odpi.openmetadata.accessservices.assetconsumer.client.rest
-
AssetConsumerRESTClient is responsible for issuing calls to the OMAG REST APIs.
- AssetConsumerRESTClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.rest.AssetConsumerRESTClient
-
Constructor for no authentication with audit log.
- AssetConsumerRESTClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.rest.AssetConsumerRESTClient
-
Constructor for no 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, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.client.rest.AssetConsumerRESTClient
-
Constructor for simple userId and password authentication.
- 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.
- getAssetProperties(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Returns a comprehensive collection of properties about the requested asset.
- 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.
- 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.
- getConnectorByConnection(String, Connection) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Returns the connector corresponding to the supplied connection.
- getConnectorByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Returns the connector corresponding to the supplied connection GUID.
- getConnectorByName(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Returns the connector corresponding to the supplied connection name.
- getConnectorForAsset(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.client.AssetConsumer
-
Returns the connector corresponding to the supplied asset GUID.
- 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.