Class CollaborationExchangeClient
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.client.AssetManagerBaseClient
org.odpi.openmetadata.accessservices.assetmanager.client.exchange.CollaborationExchangeClient
- All Implemented Interfaces:
org.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface
public class CollaborationExchangeClient
extends AssetManagerBaseClient
implements org.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface
CollaborationExchangeClient is the client for managing comments, ratings, likes and tags.
-
Constructor Summary
ConstructorsConstructorDescriptionCollaborationExchangeClient(String serverName, String serverPlatformURLRoot) Create a new client with no authentication embedded in the HTTP request.CollaborationExchangeClient(String serverName, String serverPlatformURLRoot, String userId, String password) Create a new client that passes userId and password in each HTTP request.CollaborationExchangeClient(String serverName, String serverPlatformURLRoot, String userId, String password, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog) Create a new client that passes userId and password in each HTTP request.CollaborationExchangeClient(String serverName, String serverPlatformURLRoot, AssetManagerRESTClient restClient, int maxPageSize, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog) Create a new client that is going to be used in an OMAG Server.CollaborationExchangeClient(String serverName, String serverPlatformURLRoot, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog) Create a new client with no authentication embedded in the HTTP request. -
Method Summary
Modifier and TypeMethodDescriptionaddCommentReply(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String commentGUID, org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalIdentifierProperties externalIdentifierProperties, boolean isPublic, org.odpi.openmetadata.accessservices.assetmanager.properties.CommentProperties properties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Adds a comment to another comment.addCommentToElement(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String elementGUID, org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalIdentifierProperties externalIdentifierProperties, boolean isPublic, org.odpi.openmetadata.accessservices.assetmanager.properties.CommentProperties properties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Adds a comment to the element.voidaddLikeToElement(String userId, String elementGUID, boolean isPublic) Adds a "LikeProperties" to the element.addRatingToElement(String userId, String elementGUID, boolean isPublic, org.odpi.openmetadata.accessservices.assetmanager.properties.RatingProperties properties) Adds a star rating and optional review text to the element.voidaddTagToElement(String userId, String elementGUID, String tagGUID, boolean isPublic) Adds a tag (either private of public) to an element.voidclearAcceptedAnswer(String userId, String assetManagerGUID, String assetManagerName, String questionCommentGUID, String answerCommentGUID, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Unlink a comment that contains an answer to a question posed in another comment.createInformalTag(String userId, org.odpi.openmetadata.accessservices.assetmanager.properties.TagProperties properties) Creates a new informal tag and returns the unique identifier for it.createNote(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String noteLogGUID, org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalIdentifierProperties externalIdentifierProperties, org.odpi.openmetadata.accessservices.assetmanager.properties.NoteProperties noteProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Create a new metadata element to represent a note.createNoteLog(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String elementGUID, org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalIdentifierProperties externalIdentifierProperties, org.odpi.openmetadata.accessservices.assetmanager.properties.NoteLogProperties noteLogProperties, boolean isPublic, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Create a new metadata element to represent a note log and attach it to an element (if supplied).voidRemoves a tag from the repository.List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.CommentElement>findComments(String userId, String assetManagerGUID, String assetManagerName, String searchString, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Retrieve the list of comment metadata elements that contain the search string.List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.InformalTagElement>findMyTags(String userId, String tag, int startFrom, int pageSize) Return the list of the calling user's private tags containing the supplied string in either the name or description.List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NoteLogElement>findNoteLogs(String userId, String assetManagerGUID, String assetManagerName, String searchString, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Retrieve the list of note log metadata elements that contain the search string.List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NoteElement>findNotes(String userId, String assetManagerGUID, String assetManagerName, String searchString, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Retrieve the list of note metadata elements that contain the search string.List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.InformalTagElement>Return the list of tags containing the supplied string in either the name or description.List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.CommentElement>getAttachedComments(String userId, String assetManagerGUID, String assetManagerName, String elementGUID, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Return the comments attached to an element.org.odpi.openmetadata.accessservices.assetmanager.metadataelements.CommentElementgetComment(String userId, String assetManagerGUID, String assetManagerName, String commentGUID, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Return the requested comment.getElementsByTag(String userId, String tagGUID, int startFrom, int pageSize) Return the list of unique identifiers for elements that are linked to a specific tag either directly, or via one of its schema elements.List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.InformalTagElement>getMyTagsByName(String userId, String tag, int startFrom, int pageSize) Return the list of the calling user's private tags exactly matching the supplied name.org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NoteElementgetNoteByGUID(String userId, String assetManagerGUID, String assetManagerName, String noteGUID, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Retrieve the note metadata element with the supplied unique identifier.org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NoteLogElementgetNoteLogByGUID(String userId, String assetManagerGUID, String assetManagerName, String noteLogGUID, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Retrieve the note log metadata element with the supplied unique identifier.List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NoteLogElement>getNoteLogsByName(String userId, String assetManagerGUID, String assetManagerName, String name, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Retrieve the list of note log metadata elements with a matching qualified or display name.List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NoteLogElement>getNoteLogsForElement(String userId, String assetManagerGUID, String assetManagerName, String elementGUID, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Retrieve the list of note log metadata elements attached to the element.List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NoteElement>getNotesForNoteLog(String userId, String assetManagerGUID, String assetManagerName, String noteLogGUID, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Retrieve the list of notes associated with a note log.org.odpi.openmetadata.accessservices.assetmanager.metadataelements.InformalTagElementReturn the tag for the supplied unique identifier (guid).List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.InformalTagElement>getTagsByName(String userId, String tag, int startFrom, int pageSize) Return the list of tags exactly matching the supplied name.voidremoveComment(String userId, String assetManagerGUID, String assetManagerName, String commentGUID, String externalIdentifier, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Removes a comment added to the element.voidremoveLikeFromElement(String userId, String elementGUID) Removes a "LikeProperties" added to the element by this user.voidremoveNote(String userId, String assetManagerGUID, String assetManagerName, String noteGUID, String noteExternalIdentifier, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Remove the metadata element representing a note.voidremoveNoteLog(String userId, String assetManagerGUID, String assetManagerName, String noteLogGUID, String noteLogExternalIdentifier, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Remove the metadata element representing a note log.voidremoveRatingFromElement(String userId, String elementGUID) Removes of a review that was added to the element by this user.voidremoveTagFromElement(String userId, String elementGUID, String tagGUID) Removes a tag from the element that was added by this user.voidsetupAcceptedAnswer(String userId, String assetManagerGUID, String assetManagerName, String questionCommentGUID, String answerCommentGUID, org.odpi.openmetadata.accessservices.assetmanager.properties.FeedbackProperties properties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Link a comment that contains the best answer to a question posed in another comment.voidupdateComment(String userId, String assetManagerGUID, String assetManagerName, String commentGUID, String externalIdentifier, boolean isMergeUpdate, boolean isPublic, org.odpi.openmetadata.accessservices.assetmanager.properties.CommentProperties properties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Update an existing comment.voidupdateNote(String userId, String assetManagerGUID, String assetManagerName, String noteGUID, String noteExternalIdentifier, boolean isMergeUpdate, org.odpi.openmetadata.accessservices.assetmanager.properties.NoteProperties noteProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Update the properties of the metadata element representing a note.voidupdateNoteLog(String userId, String assetManagerGUID, String assetManagerName, String noteLogGUID, String noteLogExternalIdentifier, boolean isMergeUpdate, boolean isPublic, org.odpi.openmetadata.accessservices.assetmanager.properties.NoteLogProperties noteLogProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) Update the metadata element representing a note log.voidupdateTagDescription(String userId, String tagGUID, String tagDescription) Updates the description of an existing tag (either private or public).
-
Constructor Details
-
CollaborationExchangeClient
public CollaborationExchangeClient(String serverName, String serverPlatformURLRoot, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException Create a new client with no authentication embedded in the HTTP request.- Parameters:
serverName- name of the server to connect toserverPlatformURLRoot- the network address of the server running the OMAS REST servicesauditLog- logging destination- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- there is a problem creating the client-side components to issue any REST API calls.
-
CollaborationExchangeClient
public CollaborationExchangeClient(String serverName, String serverPlatformURLRoot) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException Create a new client with no authentication embedded in the HTTP request.- Parameters:
serverName- name of the server to connect toserverPlatformURLRoot- the network address of the server running the OMAS REST services- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- there is a problem creating the client-side components to issue any REST API calls.
-
CollaborationExchangeClient
public CollaborationExchangeClient(String serverName, String serverPlatformURLRoot, String userId, String password, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException Create a new client that passes userId and password in each HTTP request. This is the userId/password of the calling server. The end user's userId is sent on each request.- Parameters:
serverName- name of the server to connect toserverPlatformURLRoot- the network address of the server running the OMAS REST servicesuserId- caller's userId embedded in all HTTP requestspassword- caller's userId embedded in all HTTP requestsauditLog- logging destination- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- there is a problem creating the client-side components to issue any REST API calls.
-
CollaborationExchangeClient
public CollaborationExchangeClient(String serverName, String serverPlatformURLRoot, AssetManagerRESTClient restClient, int maxPageSize, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException Create a new client that is going to be used in an OMAG Server.- Parameters:
serverName- name of the server to connect toserverPlatformURLRoot- the network address of the server running the OMAS REST servicesrestClient- client that issues the REST API callsmaxPageSize- maximum number of results supported by this serverauditLog- logging destination- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- there is a problem creating the client-side components to issue any REST API calls.
-
CollaborationExchangeClient
public CollaborationExchangeClient(String serverName, String serverPlatformURLRoot, String userId, String password) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException Create a new client that passes userId and password in each HTTP request. This is the userId/password of the calling server. The end user's userId is sent on each request.- Parameters:
serverName- name of the server to connect toserverPlatformURLRoot- the network address of the server running the OMAS REST servicesuserId- caller's userId embedded in all HTTP requestspassword- caller's userId embedded in all HTTP requests- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- there is a problem creating the client-side components to issue any REST API calls.
-
-
Method Details
-
addRatingToElement
public String addRatingToElement(String userId, String elementGUID, boolean isPublic, org.odpi.openmetadata.accessservices.assetmanager.properties.RatingProperties properties) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Adds a star rating and optional review text to the element. If the user has already attached a rating then the original one is over-ridden.- Specified by:
addRatingToElementin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- userId of user making request.elementGUID- unique identifier for the element.isPublic- is this visible to other peopleproperties- properties of the rating- Returns:
- unique identifier of the rating
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem adding the element properties to the property server.org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-
removeRatingFromElement
public void removeRatingFromElement(String userId, String elementGUID) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Removes of a review that was added to the element by this user.- Specified by:
removeRatingFromElementin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- userId of user making request.elementGUID- unique identifier for the attached element.- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem updating the element properties in the property server.org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-
addLikeToElement
public void addLikeToElement(String userId, String elementGUID, boolean isPublic) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Adds a "LikeProperties" to the element.- Specified by:
addLikeToElementin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- userId of user making requestelementGUID- unique identifier for the elementisPublic- is this visible to other people- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem adding the element properties to the property server.org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-
removeLikeFromElement
public void removeLikeFromElement(String userId, String elementGUID) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Removes a "LikeProperties" added to the element by this user.- Specified by:
removeLikeFromElementin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- userId of user making request.elementGUID- unique identifier for the like object.- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem updating the element properties in the property server.org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-
addCommentToElement
public String addCommentToElement(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String elementGUID, org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalIdentifierProperties externalIdentifierProperties, boolean isPublic, org.odpi.openmetadata.accessservices.assetmanager.properties.CommentProperties properties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Adds a comment to the element.- Specified by:
addCommentToElementin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- userId of user making request.assetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callerassetManagerIsHome- ensure that only the asset manager can update this elementelementGUID- unique identifier for the element.externalIdentifierProperties- optional properties used to define an external identifier for the comment.isPublic- is this comment visible to other people.properties- properties of the commenteffectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Returns:
- guid of new comment.
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem adding the element properties to the property server.org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-
addCommentReply
public String addCommentReply(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String commentGUID, org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalIdentifierProperties externalIdentifierProperties, boolean isPublic, org.odpi.openmetadata.accessservices.assetmanager.properties.CommentProperties properties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Adds a comment to another comment.- Specified by:
addCommentReplyin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- userId of user making request.assetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callerassetManagerIsHome- ensure that only the asset manager can update this elementcommentGUID- unique identifier for an existing comment. Used to add a reply to a comment.externalIdentifierProperties- optional properties used to define an external identifier for the comment.properties- properties of the commenteffectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Returns:
- guid of new comment.
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem adding the element properties to the property server.org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-
updateComment
public void updateComment(String userId, String assetManagerGUID, String assetManagerName, String commentGUID, String externalIdentifier, boolean isMergeUpdate, boolean isPublic, org.odpi.openmetadata.accessservices.assetmanager.properties.CommentProperties properties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Update an existing comment.- Specified by:
updateCommentin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- userId of user making request.assetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callercommentGUID- unique identifier for the comment to change.externalIdentifier- unique identifier of the comment in the external asset managerisMergeUpdate- should the new properties be merged with existing properties (true) or completely replace them (false)?isPublic- is this visible to other peopleproperties- properties of the commenteffectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem adding the element properties to the property server.org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-
setupAcceptedAnswer
public void setupAcceptedAnswer(String userId, String assetManagerGUID, String assetManagerName, String questionCommentGUID, String answerCommentGUID, org.odpi.openmetadata.accessservices.assetmanager.properties.FeedbackProperties properties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Link a comment that contains the best answer to a question posed in another comment.- Specified by:
setupAcceptedAnswerin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- calling userassetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callerquestionCommentGUID- unique identifier of the comment containing the questionanswerCommentGUID- unique identifier of the comment containing the accepted answerproperties- is this visible to other peopleeffectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user is not authorized to issue this requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem reported in the open metadata server(s)
-
clearAcceptedAnswer
public void clearAcceptedAnswer(String userId, String assetManagerGUID, String assetManagerName, String questionCommentGUID, String answerCommentGUID, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Unlink a comment that contains an answer to a question posed in another comment.- Specified by:
clearAcceptedAnswerin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- calling userassetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callerquestionCommentGUID- unique identifier of the comment containing the questionanswerCommentGUID- unique identifier of the comment containing the accepted answereffectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user is not authorized to issue this requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem reported in the open metadata server(s)
-
removeComment
public void removeComment(String userId, String assetManagerGUID, String assetManagerName, String commentGUID, String externalIdentifier, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Removes a comment added to the element.- Specified by:
removeCommentin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- userId of user making request.assetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callercommentGUID- unique identifier for the comment object.externalIdentifier- unique identifier of the comment in the external asset managereffectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem updating the element properties in the property server.org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user does not have permission to perform this request.
-
getComment
public org.odpi.openmetadata.accessservices.assetmanager.metadataelements.CommentElement getComment(String userId, String assetManagerGUID, String assetManagerName, String commentGUID, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Return the requested comment.- Specified by:
getCommentin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- userId of user making request.assetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callercommentGUID- unique identifier for the comment object.effectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Returns:
- comment properties
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem updating the element properties in the property server.org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user does not have permission to perform this request.
-
getAttachedComments
public List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.CommentElement> getAttachedComments(String userId, String assetManagerGUID, String assetManagerName, String elementGUID, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Return the comments attached to an element.- Specified by:
getAttachedCommentsin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- userId of user making request.assetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callerelementGUID- unique identifier for the element that the comments are connected to (maybe a comment too).startFrom- index of the list to start from (0 for start)pageSize- maximum number of elements to return.effectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Returns:
- list of comments
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem updating the element properties in the property server.org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user does not have permission to perform this request.
-
findComments
public List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.CommentElement> findComments(String userId, String assetManagerGUID, String assetManagerName, String searchString, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Retrieve the list of comment metadata elements that contain the search string. The search string is treated as a regular expression.- Specified by:
findCommentsin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- calling userassetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callersearchString- string to find in the propertiesstartFrom- paging start pointpageSize- maximum results that can be returnedeffectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Returns:
- list of matching metadata elements
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user is not authorized to issue this requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem reported in the open metadata server(s)
-
createInformalTag
public String createInformalTag(String userId, org.odpi.openmetadata.accessservices.assetmanager.properties.TagProperties properties) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Creates a new informal tag and returns the unique identifier for it.- Specified by:
createInformalTagin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- userId of user making request.properties- name of the tag and (optional) description. Setting a description, particularly in a public tag makes the tag more valuable to other users and can act as an embryonic note.- Returns:
- GUID for new tag.
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem adding the element properties to the property server.org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-
updateTagDescription
public void updateTagDescription(String userId, String tagGUID, String tagDescription) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Updates the description of an existing tag (either private or public).- Specified by:
updateTagDescriptionin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- userId of user making request.tagGUID- unique identifier for the tag.tagDescription- description of the tag. Setting a description, particularly in a public tag makes the tag more valuable to other users and can act as an embryonic glossary term.- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem adding the element properties to the property server.org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-
deleteTag
public void deleteTag(String userId, String tagGUID) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Removes a tag from the repository. A private tag can be deleted by its creator and all the references are lost; a public tag can be deleted by anyone, but only if it is not attached to any referenceable.- Specified by:
deleteTagin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- userId of user making request.tagGUID- unique id for the tag.- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem updating the element properties in the property server.org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-
getTag
public org.odpi.openmetadata.accessservices.assetmanager.metadataelements.InformalTagElement getTag(String userId, String tagGUID) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Return the tag for the supplied unique identifier (guid).- Specified by:
getTagin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- userId of the user making the request.tagGUID- unique identifier of the tag.- Returns:
- tag
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- the userId is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem retrieving information from the property server(s).org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-
getTagsByName
public List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.InformalTagElement> getTagsByName(String userId, String tag, int startFrom, int pageSize) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Return the list of tags exactly matching the supplied name.- Specified by:
getTagsByNamein interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- the name of the calling user.tag- name of tag.startFrom- index of the list to start from (0 for start)pageSize- maximum number of elements to return.- Returns:
- tag list
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- the userId is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem retrieving information from the property server(s).org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-
getMyTagsByName
public List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.InformalTagElement> getMyTagsByName(String userId, String tag, int startFrom, int pageSize) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Return the list of the calling user's private tags exactly matching the supplied name.- Specified by:
getMyTagsByNamein interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- the name of the calling user.tag- name of tag.startFrom- index of the list to start from (0 for start)pageSize- maximum number of elements to return.- Returns:
- tag list
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- the userId is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem retrieving information from the property server(s).org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-
findTags
public List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.InformalTagElement> findTags(String userId, String tag, int startFrom, int pageSize) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Return the list of tags containing the supplied string in either the name or description.- Specified by:
findTagsin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- the name of the calling user.tag- name of tag. This may include wild card characters.startFrom- index of the list to start from (0 for start)pageSize- maximum number of elements to return.- Returns:
- tag list
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- the userId is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem retrieving information from the property server(s).org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-
findMyTags
public List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.InformalTagElement> findMyTags(String userId, String tag, int startFrom, int pageSize) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Return the list of the calling user's private tags containing the supplied string in either the name or description.- Specified by:
findMyTagsin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- the name of the calling user.tag- name of tag. This may include wild card characters.startFrom- index of the list to start from (0 for start)pageSize- maximum number of elements to return.- Returns:
- tag list
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- the userId is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem retrieving information from the property server(s).org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-
addTagToElement
public void addTagToElement(String userId, String elementGUID, String tagGUID, boolean isPublic) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Adds a tag (either private of public) to an element.- Specified by:
addTagToElementin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- userId of user making request.elementGUID- unique id for the element.tagGUID- unique id of the tag.isPublic- flag indicating whether the attachment of the tag is public or not- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem adding the element properties to the property server.org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-
removeTagFromElement
public void removeTagFromElement(String userId, String elementGUID, String tagGUID) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Removes a tag from the element that was added by this user.- Specified by:
removeTagFromElementin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- userId of user making request.elementGUID- unique id for the element.tagGUID- unique id for the tag.- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem updating the element properties in the property server.org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-
getElementsByTag
public List<String> getElementsByTag(String userId, String tagGUID, int startFrom, int pageSize) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Return the list of unique identifiers for elements that are linked to a specific tag either directly, or via one of its schema elements. An Element's GUID may appear multiple times in the results if it is tagged multiple times with the requested tag.- Specified by:
getElementsByTagin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- the name of the calling user.tagGUID- unique identifier of tag.startFrom- index of the list to start from (0 for start)pageSize- maximum number of elements to return.- Returns:
- element guid list
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- the userId is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem retrieving information from the property server(s).org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-
createNoteLog
public String createNoteLog(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String elementGUID, org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalIdentifierProperties externalIdentifierProperties, org.odpi.openmetadata.accessservices.assetmanager.properties.NoteLogProperties noteLogProperties, boolean isPublic, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Create a new metadata element to represent a note log and attach it to an element (if supplied). Any supplied element becomes the note log's anchor, causing the note log to be deleted if/when the element is deleted.- Specified by:
createNoteLogin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- calling userassetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callerassetManagerIsHome- ensure that only the asset manager can update this elementelementGUID- unique identifier of the element where the note log is locatedexternalIdentifierProperties- optional properties used to define an external identifier for the note lognoteLogProperties- properties about the note log to storeisPublic- is this element visible to other people.effectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Returns:
- unique identifier of the new note log
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user is not authorized to issue this requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem reported in the open metadata server(s)
-
updateNoteLog
public void updateNoteLog(String userId, String assetManagerGUID, String assetManagerName, String noteLogGUID, String noteLogExternalIdentifier, boolean isMergeUpdate, boolean isPublic, org.odpi.openmetadata.accessservices.assetmanager.properties.NoteLogProperties noteLogProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Update the metadata element representing a note log.- Specified by:
updateNoteLogin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- calling userassetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callernoteLogGUID- unique identifier of the metadata element to updatenoteLogExternalIdentifier- unique identifier of the note log in the external asset managerisMergeUpdate- should the new properties be merged with existing properties (true) or completely replace them (false)?isPublic- is this element visible to other people.noteLogProperties- new properties for the metadata elementeffectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user is not authorized to issue this requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem reported in the open metadata server(s)
-
removeNoteLog
public void removeNoteLog(String userId, String assetManagerGUID, String assetManagerName, String noteLogGUID, String noteLogExternalIdentifier, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Remove the metadata element representing a note log.- Specified by:
removeNoteLogin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- calling userassetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callernoteLogGUID- unique identifier of the metadata element to removenoteLogExternalIdentifier- unique identifier of the note log in the external asset managereffectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user is not authorized to issue this requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem reported in the open metadata server(s)
-
findNoteLogs
public List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NoteLogElement> findNoteLogs(String userId, String assetManagerGUID, String assetManagerName, String searchString, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Retrieve the list of note log metadata elements that contain the search string. The search string is treated as a regular expression.- Specified by:
findNoteLogsin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- calling userassetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callersearchString- string to find in the propertiesstartFrom- paging start pointpageSize- maximum results that can be returnedeffectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Returns:
- list of matching metadata elements
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user is not authorized to issue this requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem reported in the open metadata server(s)
-
getNoteLogsByName
public List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NoteLogElement> getNoteLogsByName(String userId, String assetManagerGUID, String assetManagerName, String name, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Retrieve the list of note log metadata elements with a matching qualified or display name. There are no wildcards supported on this request.- Specified by:
getNoteLogsByNamein interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- calling userassetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callername- name to search forstartFrom- paging start pointpageSize- maximum results that can be returnedeffectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Returns:
- list of matching metadata elements
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user is not authorized to issue this requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem reported in the open metadata server(s)
-
getNoteLogsForElement
public List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NoteLogElement> getNoteLogsForElement(String userId, String assetManagerGUID, String assetManagerName, String elementGUID, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Retrieve the list of note log metadata elements attached to the element.- Specified by:
getNoteLogsForElementin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- calling userassetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique elementGUID of software capability representing the callerelementGUID- element to start fromstartFrom- paging start pointpageSize- maximum results that can be returnedeffectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Returns:
- list of matching metadata elements
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user is not authorized to issue this requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem reported in the open metadata server(s)
-
getNoteLogByGUID
public org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NoteLogElement getNoteLogByGUID(String userId, String assetManagerGUID, String assetManagerName, String noteLogGUID, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Retrieve the note log metadata element with the supplied unique identifier.- Specified by:
getNoteLogByGUIDin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- calling userassetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callernoteLogGUID- unique identifier of the requested metadata elementeffectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Returns:
- requested metadata element
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user is not authorized to issue this requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem reported in the open metadata server(s)
-
createNote
public String createNote(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String noteLogGUID, org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalIdentifierProperties externalIdentifierProperties, org.odpi.openmetadata.accessservices.assetmanager.properties.NoteProperties noteProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Create a new metadata element to represent a note.- Specified by:
createNotein interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- calling userassetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callerassetManagerIsHome- ensure that only the asset manager can update this elementnoteLogGUID- unique identifier of the element where the note is locatedexternalIdentifierProperties- optional properties used to define an external identifier for the notenoteProperties- properties for the noteeffectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Returns:
- unique identifier of the new metadata element for the note
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user is not authorized to issue this requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem reported in the open metadata server(s)
-
updateNote
public void updateNote(String userId, String assetManagerGUID, String assetManagerName, String noteGUID, String noteExternalIdentifier, boolean isMergeUpdate, org.odpi.openmetadata.accessservices.assetmanager.properties.NoteProperties noteProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Update the properties of the metadata element representing a note.- Specified by:
updateNotein interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- calling userassetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callernoteGUID- unique identifier of the note to updateisMergeUpdate- should the new properties be merged with existing properties (true) or completely replace them (false)?noteProperties- new properties for the notenoteExternalIdentifier- unique identifier of the note in the external asset managereffectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user is not authorized to issue this requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem reported in the open metadata server(s)
-
removeNote
public void removeNote(String userId, String assetManagerGUID, String assetManagerName, String noteGUID, String noteExternalIdentifier, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Remove the metadata element representing a note.- Specified by:
removeNotein interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- calling userassetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callernoteGUID- unique identifier of the metadata element to removenoteExternalIdentifier- unique identifier of the note in the external asset managereffectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user is not authorized to issue this requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem reported in the open metadata server(s)
-
findNotes
public List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NoteElement> findNotes(String userId, String assetManagerGUID, String assetManagerName, String searchString, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Retrieve the list of note metadata elements that contain the search string. The search string is treated as a regular expression.- Specified by:
findNotesin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- calling userassetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callersearchString- string to find in the propertiesstartFrom- paging start pointpageSize- maximum results that can be returnedeffectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Returns:
- list of matching metadata elements
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user is not authorized to issue this requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem reported in the open metadata server(s)
-
getNotesForNoteLog
public List<org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NoteElement> getNotesForNoteLog(String userId, String assetManagerGUID, String assetManagerName, String noteLogGUID, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Retrieve the list of notes associated with a note log.- Specified by:
getNotesForNoteLogin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- calling userassetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callernoteLogGUID- unique identifier of the note log of intereststartFrom- paging start pointpageSize- maximum results that can be returnedeffectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Returns:
- list of associated metadata elements
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user is not authorized to issue this requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem reported in the open metadata server(s)
-
getNoteByGUID
public org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NoteElement getNoteByGUID(String userId, String assetManagerGUID, String assetManagerName, String noteGUID, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Retrieve the note metadata element with the supplied unique identifier.- Specified by:
getNoteByGUIDin interfaceorg.odpi.openmetadata.accessservices.assetmanager.api.exchange.CollaborationExchangeInterface- Parameters:
userId- calling userassetManagerGUID- unique identifier of software capability representing the callerassetManagerName- unique name of software capability representing the callernoteGUID- unique identifier of the requested metadata elementeffectiveTime- the time that the retrieved elements must be effective forforLineage- return elements marked with the Memento classification?forDuplicateProcessing- do not merge elements marked as duplicates?- Returns:
- matching metadata element
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user is not authorized to issue this requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem reported in the open metadata server(s)
-