| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.assetconsumer |
| Modifier and Type | Method and Description |
|---|---|
String |
AssetConsumerFeedbackInterface.addCommentReply(String userId,
String commentGUID,
CommentType commentType,
String commentText)
Adds a comment to another comment.
|
String |
AssetConsumerFeedbackInterface.addCommentToAsset(String userId,
String assetGUID,
CommentType commentType,
String commentText)
Adds a comment to the asset.
|
String |
AssetConsumerFeedbackInterface.addLikeToAsset(String userId,
String assetGUID)
Adds a "Like" to the asset.
|
void |
AssetConsumerLoggingInterface.addLogMessageToAsset(String userId,
String assetGUID,
String connectorInstanceId,
String connectionName,
String connectorType,
String contextId,
String message)
Creates an Audit log record about the asset.
|
String |
AssetConsumerFeedbackInterface.addReviewToAsset(String userId,
String assetGUID,
StarRating starRating,
String review)
Adds a star rating and optional review text to the asset.
|
void |
AssetConsumerTaggingInterface.addTagToAsset(String userId,
String assetGUID,
String tagGUID)
Adds a tag (either private of public) to an asset.
|
String |
AssetConsumerTaggingInterface.createPrivateTag(String userId,
String tagName,
String tagDescription)
Creates a new private informal tag and returns the unique identifier for it.
|
String |
AssetConsumerTaggingInterface.createPublicTag(String userId,
String tagName,
String tagDescription)
Creates a new public informal tag and returns the unique identifier for it.
|
void |
AssetConsumerTaggingInterface.deleteTag(String userId,
String tagGUID)
Removes a tag from the repository.
|
String |
AssetConsumerAssetInterface.getAssetForConnection(String userId,
String connectionGUID)
Returns the unique identifier for the asset connected to the requested connection.
|
String |
AssetConsumerAssetInterface.getAssetForConnectionName(String userId,
String connectionName)
Returns the asset corresponding to the supplied connection name.
|
AssetUniverse |
AssetConsumerAssetInterface.getAssetProperties(String userId,
String assetGUID)
Returns a comprehensive collection of properties about the requested asset.
|
Connector |
AssetConsumerConnectorFactoryInterface.getConnectorByConnection(String userId,
Connection connection)
Returns the connector corresponding to the supplied connection.
|
Connector |
AssetConsumerConnectorFactoryInterface.getConnectorByGUID(String userId,
String connectionGUID)
Returns the connector corresponding to the supplied connection GUID.
|
Connector |
AssetConsumerConnectorFactoryInterface.getConnectorByName(String userId,
String connectionName)
Returns the connector corresponding to the supplied connection name.
|
GlossaryTerm |
AssetConsumerGlossaryInterface.getMeaning(String userId,
String guid)
Return the full definition (meaning) of a term using the unique identifier of the glossary term
that contains the definition.
|
List<GlossaryTerm> |
AssetConsumerGlossaryInterface.getMeaningByName(String userId,
String term,
int startFrom,
int pageSize)
Return the full definition (meaning) of the terms matching the supplied name.
|
Tag |
AssetConsumerTaggingInterface.getTag(String userId,
String guid)
Return the tag for the supplied unique identifier (guid).
|
List<Tag> |
AssetConsumerTaggingInterface.getTagsByName(String userId,
String tag,
int startFrom,
int pageSize)
Return the list of tags matching the supplied name.
|
void |
AssetConsumerFeedbackInterface.removeCommentFromAsset(String userId,
String commentGUID)
Removes a comment added to the asset by this user.
|
void |
AssetConsumerFeedbackInterface.removeLikeFromAsset(String userId,
String likeGUID)
Removes a "Like" added to the asset by this user.
|
void |
AssetConsumerFeedbackInterface.removeReviewFromAsset(String userId,
String reviewGUID)
Removes of a review that was added to the asset by this user.
|
void |
AssetConsumerTaggingInterface.removeTagFromAsset(String userId,
String assetGUID,
String tagGUID)
Removes a tag from the asset that was added by this user.
|
void |
AssetConsumerFeedbackInterface.updateComment(String userId,
String commentGUID,
CommentType commentType,
String commentText)
Update an existing comment.
|
void |
AssetConsumerFeedbackInterface.updateReviewOnAsset(String userId,
String reviewGUID,
StarRating starRating,
String review)
Updates the rating and optional review text attached to the asset by this user.
|
void |
AssetConsumerTaggingInterface.updateTagDescription(String userId,
String tagGUID,
String tagDescription)
Updates the description of an existing tag (either private of public).
|
Copyright © 2018–2019 ODPi. All rights reserved.