Index
All Classes and Interfaces|All Packages
A
- addCommentReply(String, String, String, String, boolean, String, String, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Adds a reply to a comment.
- addCommentToElement(String, String, String, boolean, String, String, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Creates a comment and attaches it to an element.
- addLikeToElement(String, String, String, boolean, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Creates a "like" object and attaches it to an element.
- addRatingToElement(String, String, String, boolean, String, String, RatingProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Adds a star rating and optional review text to the element.
- addTagToElement(String, String, String, String, boolean, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Adds an informal tag (either private of public) to an element.
C
- clearAcceptedAnswer(String, String, String, String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Unlink a comment that contains an answer to a question posed in another comment.
- createInformalTag(String, String, String, String, TagProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Creates a new informal tag and returns the unique identifier for it.
- createNote(String, String, String, String, String, NoteProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Creates a new note for a note log and returns the unique identifier for it.
- createNoteLog(String, String, String, boolean, String, String, NoteLogProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Creates a new noteLog and returns the unique identifier for it.
D
- deleteTag(String, String, String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Removes an informal tag from the repository.
F
- FeedbackManagerResource - Class in org.odpi.openmetadata.viewservices.feedbackmanager.server.spring
-
The FeedbackManagerResource provides the Spring API endpoints of the Feedback Manager Open Metadata View Service (OMVS).
- FeedbackManagerResource() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Default constructor
- findComments(String, String, int, int, boolean, boolean, boolean, String, String, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Return the list of comments containing the supplied string.
- findMyTags(String, String, int, int, boolean, boolean, boolean, String, String, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Return the list of the calling user's private tags containing the supplied string in either the name or description.
- findNoteLogs(String, String, int, int, boolean, boolean, boolean, String, String, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Retrieve the list of note log metadata elements that contain the search string.
- findNotes(String, String, int, int, boolean, boolean, boolean, String, String, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Retrieve the list of note metadata elements that contain the search string.
- findTags(String, String, int, int, boolean, boolean, boolean, String, String, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Return the list of tags containing the supplied string in the text.
G
- getAttachedComments(String, String, String, int, int, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Return the comments attached to an element.
- getAttachedLikes(String, String, String, int, int, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Return the likes attached to an element.
- getAttachedRatings(String, String, String, int, int, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Return the ratings attached to an element.
- getAttachedTags(String, String, String, int, int, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Return the informal tags attached to an element.
- getComment(String, String, String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Return the requested comment.
- getElementsByTag(String, String, String, int, int, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Return the list of unique identifiers for elements that are linked to a specific tag either directly, or via one of its schema elements.
- getNoteByGUID(String, String, String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Retrieve the note metadata element with the supplied unique identifier.
- getNoteLogByGUID(String, String, String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Retrieve the note log metadata element with the supplied unique identifier.
- getNoteLogsByName(String, String, int, int, String, String, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Retrieve the list of note log metadata elements with a matching qualified or display name.
- getNoteLogsForElement(String, String, String, int, int, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Retrieve the list of note log metadata elements attached to the element.
- getNotesForNoteLog(String, String, String, int, int, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Retrieve the list of notes associated with a note log.
- getTag(String, String, String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Return the informal tag for the supplied unique identifier (tagGUID).
- getTagsByName(String, String, int, int, String, String, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Return the tags exactly matching the supplied name.
O
- org.odpi.openmetadata.viewservices.feedbackmanager.server.spring - package org.odpi.openmetadata.viewservices.feedbackmanager.server.spring
R
- removeCommentFromElement(String, String, String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Removes a comment added to the element by this user.
- removeLikeFromElement(String, String, String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Removes a "Like" added to the element by this user.
- removeNote(String, String, String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Removes a note from the repository.
- removeNoteLog(String, String, String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Removes a note log from the repository.
- removeRatingFromElement(String, String, String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Removes of a star rating/review that was added to the element by this user.
- removeTagFromElement(String, String, String, String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Removes a link between a tag and an element that was added by this user.
S
- setupAcceptedAnswer(String, String, String, String, boolean, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Link a comment that contains the best answer to a question posed in another comment.
U
- updateComment(String, String, String, boolean, String, String, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Update an existing comment.
- updateCommentVisibility(String, String, String, String, boolean, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Update an existing comment's visibility.
- updateNote(String, String, String, boolean, String, String, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Update an existing note.
- updateNoteLog(String, String, String, boolean, String, String, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Update an existing note log.
- updateTagDescription(String, String, String, String, String, InformalTagUpdateRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Updates the description of an existing tag (either private or public).
All Classes and Interfaces|All Packages