A C D F G O R U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addCommentReply(String, String, String, String, CommentProperties) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Adds a reply to a comment.
- addCommentToAsset(String, String, String, CommentProperties) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Creates a comment and attaches it to an asset.
- addLikeToAsset(String, String, String, FeedbackRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Creates a "like" object and attaches it to an asset.
- addLogMessageToAsset(String, String, String, LogRecordRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Creates an audit log record for the asset.
- addRatingToAsset(String, String, String, RatingProperties) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Adds a star rating and optional review text to the asset.
- addTagToAsset(String, String, String, String, FeedbackRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Adds a tag (either private of public) to an asset.
- addTagToElement(String, String, String, String, FeedbackRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Adds a tag (either private of public) to an element attached to an asset - such as schema element, glossary term, ...
- AssetConsumerResource - Class in org.odpi.openmetadata.accessservices.assetconsumer.server.spring
-
The AssetConsumerResource provides the server-side implementation of the Asset Consumer Open Metadata Assess Service (OMAS).
- AssetConsumerResource() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Default constructor
C
- createTag(String, String, InformalTagProperties) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Creates a new informal tag and returns the unique identifier for it.
D
- deleteTag(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Removes a tag from the repository.
F
- findAssets(String, String, int, int, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Return a list of assets with the requested search string in their name, qualified name or description.
- findMeanings(String, String, int, int, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Return the full definition (meaning) of the terms matching the supplied name.
- findMyTags(String, String, int, int, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
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, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Return the list of tags containing the supplied string in either the name or description.
G
- getAssetForConnectionName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Returns the unique identifier for the asset connected to the connection identified by the supplied name.
- getAssetsByMeaning(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
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, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Return a list of assets with the requested name.
- getAssetsByTag(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Return the list of unique identifiers for assets that are linked to a specific tag either directly, or via one of its schema elements.
- getMeaning(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Return the full definition (meaning) of a term using the unique identifier of the glossary term.
- getMeaningByName(String, String, int, int, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Return the full definition (meaning) of the terms exactly matching the supplied name.
- getMyTagsByName(String, String, int, int, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Return the list of the calling user's private tags exactly matching the supplied name.
- getOutTopicConnection(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Return the connection object for the Asset Consumer's OMAS's out topic.
- getTag(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Return the Informal Tag for the supplied unique identifier (assetGUID).
- getTagsByName(String, String, int, int, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Return the tags exactly matching the supplied name.
O
- org.odpi.openmetadata.accessservices.assetconsumer.server.spring - package org.odpi.openmetadata.accessservices.assetconsumer.server.spring
R
- removeCommentFromAsset(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Removes a comment added to the asset by this user.
- removeLikeFromAsset(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Removes a "LikeProperties" added to the asset by this user.
- removeRatingFromAsset(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Removes of a star rating that was added to the asset by this user.
- removeTagFromAsset(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Removes a link between a tag and an asset that was added by this user.
- removeTagFromElement(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Removes a tag from an element attached to an asset - such as schema element, glossary term, ...
U
- updateComment(String, String, String, String, CommentProperties) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Update an existing comment.
- updateTagDescription(String, String, String, InformalTagProperties) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.spring.AssetConsumerResource
-
Updates the description of an existing tag (either private or public).
All Classes All Packages