Index

A C D E F G H I L N O R S T U V 
All Classes and Interfaces|All Packages

A

addCommentReply(String, String, String, boolean, String, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Adds a reply to a comment.
addCommentReply(String, String, String, boolean, CommentProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Adds a comment to the element.
addCommentToElement(String, String, boolean, String, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Adds a comment to the element.
addCommentToElement(String, String, boolean, CommentProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Adds a comment to the element.
addLikeToElement(String, String, boolean, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Adds a "LikeProperties" to the element.
addLikeToElement(String, String, boolean, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Adds a "Like" to the element.
addRatingToElement(String, String, boolean, String, RatingProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Adds a star rating and optional review text to the element.
addRatingToElement(String, String, boolean, RatingProperties, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Adds a star rating and optional review text to the element.
addTagToElement(String, String, String, boolean, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Adds a tag (either private of public) to an element.
addTagToElement(String, String, String, boolean, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Adds a tag (either private of public) to an element.

C

clearAcceptedAnswer(String, String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Unlink a comment that contains an answer to a question posed in another comment.
clearAcceptedAnswer(String, String, String, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Unlink a comment that contains an answer to a question posed in another comment.
CollaborationManagerHandler - Class in org.odpi.openmetadata.viewservices.feedbackmanager.handler
CollaborationManagerHandler is the handler for managing comments, ratings, likes and tags.
CollaborationManagerHandler(String, String, String, AuditLog, String, int) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Create a new client.
CommentConverter<B> - Class in org.odpi.openmetadata.viewservices.feedbackmanager.converters
CommentConverter generates a CommentElement from a Comment entity
CommentConverter(PropertyHelper, String, String) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.converters.CommentConverter
Constructor
CommentElement - Class in org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements
CommentElement contains the properties and header for a Comment entity retrieved from the metadata repository.
CommentElement() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.CommentElement
Default constructor
CommentElement(CommentElement) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.CommentElement
Copy/clone constructor
CommentElementsResponse - Class in org.odpi.openmetadata.viewservices.feedbackmanager.rest
CommentElementsResponse is a response object for passing back a list of elements or an exception if the request failed.
CommentElementsResponse() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentElementsResponse
Default constructor
CommentElementsResponse(CommentElementsResponse) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentElementsResponse
Copy/clone constructor
CommentResponse - Class in org.odpi.openmetadata.viewservices.feedbackmanager.rest
CommentResponse is the response structure used on the OMAS REST API calls that return the properties for an element.
CommentResponse() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentResponse
Default constructor
CommentResponse(CommentResponse) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentResponse
Copy/clone constructor
CommentTypeListResponse - Class in org.odpi.openmetadata.viewservices.feedbackmanager.rest
CommentTypeListResponse is a response object for passing back a list of enum values or an exception if the request failed.
CommentTypeListResponse() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentTypeListResponse
Default constructor
CommentTypeListResponse(CommentTypeListResponse) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentTypeListResponse
Copy/clone constructor
createInformalTag(String, String, TagProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Creates a new informal tag and returns the unique identifier for it.
createInformalTag(String, TagProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Creates a new informal tag and returns the unique identifier for it.
createNote(String, String, String, NoteProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Creates a new note for a note log and returns the unique identifier for it.
createNote(String, String, NoteProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Create a new metadata element to represent a note.
createNoteLog(String, String, boolean, String, NoteLogProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Creates a new noteLog and returns the unique identifier for it.
createNoteLog(String, String, NoteLogProperties, boolean) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Create a new metadata element to represent a note log and attach it to an element (if supplied).

D

deleteNote(String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Removes a note from the repository.
deleteNoteLog(String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Removes a note log from the repository.
deleteTag(String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Removes a tag from the repository.
deleteTag(String, String, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Removes a tag from the repository.

E

EffectiveTimeQueryRequestBody - Class in org.odpi.openmetadata.viewservices.feedbackmanager.rest
EffectiveTimeQueryRequestBody carries the date/time for a query.
EffectiveTimeQueryRequestBody() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.EffectiveTimeQueryRequestBody
Default constructor
EffectiveTimeQueryRequestBody(EffectiveTimeQueryRequestBody) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.EffectiveTimeQueryRequestBody
Copy/clone constructor
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.CommentElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.InformalTagElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.LikeElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.NoteElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.NoteLogElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.RatingElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentElementsResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentTypeListResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.EffectiveTimeQueryRequestBody
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagsResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagUpdateRequestBody
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.LikeElementsResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteLogResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteLogsResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NotesResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingElementsResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingsResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.ReferenceableUpdateRequestBody
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RelatedElementsResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RelationshipRequestBody
Return comparison result based on the content of the properties.

F

FeedbackManagerAdmin - Class in org.odpi.openmetadata.viewservices.feedbackmanager.admin
FeedbackManagerAdmin is the class that is called by the View Server to initialize and terminate the Feedback Manager OMVS.
FeedbackManagerAdmin() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.admin.FeedbackManagerAdmin
Default constructor
FeedbackManagerAuditCode - Enum Class in org.odpi.openmetadata.viewservices.feedbackmanager.ffdc
The FeedbackManagerAuditCode is used to define the message content for the OMRS Audit Log.
FeedbackManagerConverterBase<B> - Class in org.odpi.openmetadata.viewservices.feedbackmanager.converters
Provide base converter functions for the Feedback Manager OMVS.
FeedbackManagerConverterBase(PropertyHelper, String, String) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.converters.FeedbackManagerConverterBase
Constructor
FeedbackManagerErrorCode - Enum Class in org.odpi.openmetadata.viewservices.feedbackmanager.ffdc
The FeedbackManagerErrorCode is used to define first failure data capture (FFDC) for errors that occur within the OMAG Server It is used in conjunction with OMAG Exceptions, both Checked and Runtime (unchecked).
FeedbackManagerInstance - Class in org.odpi.openmetadata.viewservices.feedbackmanager.server
FeedbackManagerInstance caches references to objects it needs for a specific server.
FeedbackManagerInstance(String, AuditLog, String, int, String, String, List<ViewServiceConfig>) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerInstance
Set up the Feedback Manager OMVS instance*
FeedbackManagerInstanceHandler - Class in org.odpi.openmetadata.viewservices.feedbackmanager.server
FeedbackManagerInstanceHandler retrieves information from the instance map for the view service instances.
FeedbackManagerInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerInstanceHandler
Default constructor registers the view service
FeedbackManagerRegistration - Class in org.odpi.openmetadata.viewservices.feedbackmanager.server
FeedbackManagerRegistration registers the view service with the OMAG Server administration services.
FeedbackManagerRegistration() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRegistration
 
FeedbackManagerRESTServices - Class in org.odpi.openmetadata.viewservices.feedbackmanager.server
The FeedbackManagerRESTServices provides the implementation of the Feedback Manager Open Metadata View Service (OMVS).
FeedbackManagerRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Default constructor
findComments(String, int, int, boolean, boolean, boolean, String, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Retrieve the list of comment metadata elements that contain the search string.
findComments(String, String, int, int, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Retrieve the list of comment metadata elements that contain the search string.
findMyTags(String, int, int, boolean, boolean, boolean, String, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Return the list of the calling user's private tags containing the supplied string in either the name or description.
findMyTags(String, String, int, int, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Return the list of the calling user's private tags containing the supplied string in either the name or description.
findNoteLogs(String, int, int, boolean, boolean, boolean, String, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Retrieve the list of note log metadata elements that contain the search string.
findNoteLogs(String, String, int, int, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Retrieve the list of note log metadata elements that contain the search string.
findNotes(String, int, int, boolean, boolean, boolean, String, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Retrieve the list of note metadata elements that contain the search string.
findNotes(String, String, int, int, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Retrieve the list of note metadata elements that contain the search string.
findTags(String, int, int, boolean, boolean, boolean, String, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Return the list of tags containing the supplied string in either the name or description.
findTags(String, String, int, int, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Return the list of tags containing the supplied string in either the name or description.

G

getAttachedComments(String, String, int, int, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Return the comments attached to an element.
getAttachedComments(String, String, int, int, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Return the comments attached to an element.
getAttachedLikes(String, String, int, int, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Return the likes attached to an element.
getAttachedLikes(String, String, int, int, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Return the likes attached to an element.
getAttachedRatings(String, String, int, int, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Return the comments attached to an element.
getAttachedRatings(String, String, int, int, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Return the ratings attached to an element.
getAttachedTags(String, String, int, int, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Return the informal tags attached to an element.
getAttachedTags(String, String, int, int, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Return the informal tags attached to an element.
getCollaborationManagerHandler(String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerInstance
Return the collaboration manager handler.
getCollaborationManagerHandler(String, String, String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerInstanceHandler
This method returns the object for the tenant to use to work with the asset manager API
getComment(String, String, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Return the requested comment.
getCommentByGUID(String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Return the requested comment.
getDescription() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagUpdateRequestBody
Return the tag description null means no description is available.
getEffectiveTime() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.EffectiveTimeQueryRequestBody
Return the date/time to use for the query.
getEffectiveTime() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.ReferenceableUpdateRequestBody
Return the date/time to use for the query.
getElement() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentResponse
Return the element result.
getElement() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteLogResponse
Return the element result.
getElement() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteResponse
Return the element result.
getElement() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingResponse
Return the element result.
getElementHeader() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.CommentElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.InformalTagElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.LikeElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.NoteElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.NoteLogElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.RatingElement
Return the element header associated with the properties.
getElementList() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentElementsResponse
Return the list of metadata elements.
getElementList() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.LikeElementsResponse
Return the list of metadata elements.
getElementList() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteLogsResponse
Return the list of metadata elements.
getElementList() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NotesResponse
Return the list of metadata elements.
getElementList() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingElementsResponse
Return the list of metadata elements.
getElementList() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingsResponse
Return the list of metadata elements.
getElementList() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RelatedElementsResponse
Return the list of metadata elements.
getElementProperties() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.ReferenceableUpdateRequestBody
Return the properties for the element.
getElementsByTag(String, String, int, int, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Return the list of unique identifiers for elements that are linked to a specific tag either directly, or via one of its schema elements.
getElementsByTag(String, String, int, int, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Return the list of unique identifiers for elements that are linked to a specific tag either directly, or via one of its schema elements.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.viewservices.feedbackmanager.ffdc.FeedbackManagerAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.viewservices.feedbackmanager.ffdc.FeedbackManagerErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.viewservices.feedbackmanager.ffdc.FeedbackManagerAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.viewservices.feedbackmanager.ffdc.FeedbackManagerErrorCode
Retrieve a message definition object for an exception.
getNewBean(Class<B>, OpenMetadataElement, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.converters.CommentConverter
Using the supplied openMetadataElement, return a new instance of the bean.
getNewBean(Class<B>, OpenMetadataElement, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.converters.InformalTagConverter
Using the supplied openMetadataElement, return a new instance of the bean.
getNewBean(Class<B>, OpenMetadataElement, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.converters.LikeConverter
Using the supplied openMetadataElement, return a new instance of the bean.
getNewBean(Class<B>, OpenMetadataElement, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.converters.NoteConverter
Using the supplied openMetadataElement, return a new instance of the bean.
getNewBean(Class<B>, OpenMetadataElement, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.converters.NoteLogConverter
Using the supplied openMetadataElement, return a new instance of the bean.
getNewBean(Class<B>, OpenMetadataElement, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.converters.RatingConverter
Using the supplied openMetadataElement, return a new instance of the bean.
getNoteByGUID(String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Retrieve the note metadata element with the supplied unique identifier.
getNoteByGUID(String, String, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Retrieve the note metadata element with the supplied unique identifier.
getNoteLogByGUID(String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Retrieve the note log metadata element with the supplied unique identifier.
getNoteLogByGUID(String, String, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Retrieve the note log metadata element with the supplied unique identifier.
getNoteLogsByName(String, int, int, String, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Retrieve the list of note log metadata elements with a matching qualified or display name.
getNoteLogsByName(String, String, int, int, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Retrieve the list of note log metadata elements with a matching qualified or display name.
getNoteLogsForElement(String, String, int, int, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Retrieve the list of note log metadata elements attached to the element.
getNoteLogsForElement(String, String, int, int, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Retrieve the list of note log metadata elements attached to the element.
getNotesForNoteLog(String, String, int, int, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Retrieve the list of notes associated with a note log.
getNotesForNoteLog(String, String, int, int, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Retrieve the list of notes associated with a note log.
getProperties() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.CommentElement
Return the properties of the comment.
getProperties() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.InformalTagElement
Return the properties of the informal tag.
getProperties() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.LikeElement
Return the properties of the like.
getProperties() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.NoteElement
Return the properties of the note.
getProperties() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.NoteLogElement
Return the properties of the note log.
getProperties() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.RatingElement
Return the properties of the rating.
getProperties() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RelationshipRequestBody
Return the properties for the relationship.
getTag() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagResponse
Return the Tag object.
getTag(String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Return the tag for the supplied unique identifier (guid).
getTag(String, String, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Return the tag for the supplied unique identifier (guid).
getTags() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagsResponse
Return the list of informal tags in the response.
getTagsByName(String, int, int, String, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Return the list of tags exactly matching the supplied name.
getTagsByName(String, String, int, int, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Return the list of tags exactly matching the supplied name.
getTypes() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentTypeListResponse
Return the list of metadata elements.

H

hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.CommentElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.InformalTagElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.LikeElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.NoteElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.NoteLogElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.RatingElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentElementsResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentTypeListResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.EffectiveTimeQueryRequestBody
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagsResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagUpdateRequestBody
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.LikeElementsResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteLogResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteLogsResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NotesResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingElementsResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingsResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.ReferenceableUpdateRequestBody
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RelatedElementsResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RelationshipRequestBody
Return hash code for this object

I

InformalTagConverter<B> - Class in org.odpi.openmetadata.viewservices.feedbackmanager.converters
InformalTagConverter generates a InformalTagElement from a InformalTag entity
InformalTagConverter(PropertyHelper, String, String) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.converters.InformalTagConverter
Constructor
InformalTagElement - Class in org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements
InformalTagElement contains the properties and header for a InformalTag entity retrieved from the metadata repository.
InformalTagElement() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.InformalTagElement
Default constructor
InformalTagElement(InformalTagElement) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.InformalTagElement
Copy/clone constructor
InformalTagResponse - Class in org.odpi.openmetadata.viewservices.feedbackmanager.rest
InformalTagResponse is the response structure used on the Asset Consumer OMAS REST API calls that returns a Tag object as a response.
InformalTagResponse() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagResponse
Default constructor
InformalTagResponse(InformalTagResponse) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagResponse
Copy/clone constructor
InformalTagsResponse - Class in org.odpi.openmetadata.viewservices.feedbackmanager.rest
InformalTagsResponse returns a list of tags from the server.
InformalTagsResponse() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagsResponse
Default constructor
InformalTagsResponse(InformalTagsResponse) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagsResponse
Copy/clone constructor
InformalTagUpdateRequestBody - Class in org.odpi.openmetadata.viewservices.feedbackmanager.rest
InformalTagProperties stores information about a tag connected to an asset.
InformalTagUpdateRequestBody() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagUpdateRequestBody
Default constructor
InformalTagUpdateRequestBody(InformalTagUpdateRequestBody) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagUpdateRequestBody
Copy/clone constructor.
initialize(String, ViewServiceConfig, AuditLog, String, int, List<ViewServiceConfig>) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.admin.FeedbackManagerAdmin
Initialize the Feedback Manager view service.
INVALID_URL_MARKER - Enum constant in enum class org.odpi.openmetadata.viewservices.feedbackmanager.ffdc.FeedbackManagerErrorCode
OMVS-FEEDBACK-MANAGER-400-001 - The URL marker {0} is not recognized

L

LikeConverter<B> - Class in org.odpi.openmetadata.viewservices.feedbackmanager.converters
LikeConverter generates a LikeElement from a Like entity
LikeConverter(PropertyHelper, String, String) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.converters.LikeConverter
Constructor
LikeElement - Class in org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements
LikeElement contains the properties and header for a Like entity retrieved from the metadata repository.
LikeElement() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.LikeElement
Default constructor
LikeElement(LikeElement) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.LikeElement
Copy/clone constructor
LikeElementsResponse - Class in org.odpi.openmetadata.viewservices.feedbackmanager.rest
LikeElementsResponse is a response object for passing back a list of elements or an exception if the request failed.
LikeElementsResponse() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.LikeElementsResponse
Default constructor
LikeElementsResponse(LikeElementsResponse) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.LikeElementsResponse
Copy/clone constructor

N

NoteConverter<B> - Class in org.odpi.openmetadata.viewservices.feedbackmanager.converters
NoteConverter generates a NoteElement from a Note entity
NoteConverter(PropertyHelper, String, String) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.converters.NoteConverter
Constructor
NoteElement - Class in org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements
NoteElement contains the properties and header for a Note entity retrieved from the metadata repository.
NoteElement() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.NoteElement
Default constructor
NoteElement(NoteElement) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.NoteElement
Copy/clone constructor
NoteLogConverter<B> - Class in org.odpi.openmetadata.viewservices.feedbackmanager.converters
NoteLogConverter generates a NoteLogElement from a NoteLog entity
NoteLogConverter(PropertyHelper, String, String) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.converters.NoteLogConverter
Constructor
NoteLogElement - Class in org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements
NoteLogElement contains the properties and header for a NoteLog entity retrieved from the metadata repository.
NoteLogElement() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.NoteLogElement
Default constructor
NoteLogElement(NoteLogElement) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.NoteLogElement
Copy/clone constructor
NoteLogResponse - Class in org.odpi.openmetadata.viewservices.feedbackmanager.rest
NoteLogResponse is the response structure used on the OMAS REST API calls that return the properties for an element.
NoteLogResponse() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteLogResponse
Default constructor
NoteLogResponse(NoteLogResponse) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteLogResponse
Copy/clone constructor
NoteLogsResponse - Class in org.odpi.openmetadata.viewservices.feedbackmanager.rest
NoteLogElementsResponse is a response object for passing back a list of elements or an exception if the request failed.
NoteLogsResponse() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteLogsResponse
Default constructor
NoteLogsResponse(NoteLogsResponse) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteLogsResponse
Copy/clone constructor
NoteResponse - Class in org.odpi.openmetadata.viewservices.feedbackmanager.rest
NoteResponse is the response structure used on the OMAS REST API calls that return the properties for an element.
NoteResponse() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteResponse
Default constructor
NoteResponse(NoteResponse) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteResponse
Copy/clone constructor
NotesResponse - Class in org.odpi.openmetadata.viewservices.feedbackmanager.rest
NoteElementsResponse is a response object for passing back a list of elements or an exception if the request failed.
NotesResponse() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NotesResponse
Default constructor
NotesResponse(NotesResponse) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NotesResponse
Copy/clone constructor

O

OpenMetadataStoreHandler - Class in org.odpi.openmetadata.viewservices.feedbackmanager.handler
OpenMetadataStoreHandler provides an interface to the open metadata store.
OpenMetadataStoreHandler(String, String, String, int) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.handler.OpenMetadataStoreHandler
Create a new client with no authentication embedded in the HTTP request.
OpenMetadataStoreHandler(String, String, String, String, String, int) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.handler.OpenMetadataStoreHandler
Create a new client that passes userId and password in each HTTP request.
org.odpi.openmetadata.viewservices.feedbackmanager.admin - package org.odpi.openmetadata.viewservices.feedbackmanager.admin
The admin package controls the start-up and shutdown of the view service.
org.odpi.openmetadata.viewservices.feedbackmanager.converters - package org.odpi.openmetadata.viewservices.feedbackmanager.converters
 
org.odpi.openmetadata.viewservices.feedbackmanager.ffdc - package org.odpi.openmetadata.viewservices.feedbackmanager.ffdc
This package provides the definition of the error handling for the Feedback Manager OMVS.
org.odpi.openmetadata.viewservices.feedbackmanager.handler - package org.odpi.openmetadata.viewservices.feedbackmanager.handler
 
org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements - package org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements
 
org.odpi.openmetadata.viewservices.feedbackmanager.rest - package org.odpi.openmetadata.viewservices.feedbackmanager.rest
This package defines the beans used to build the REST request and response payloads.
org.odpi.openmetadata.viewservices.feedbackmanager.server - package org.odpi.openmetadata.viewservices.feedbackmanager.server
 

R

RatingConverter<B> - Class in org.odpi.openmetadata.viewservices.feedbackmanager.converters
RatingConverter generates a RatingElement from a Rating entity
RatingConverter(PropertyHelper, String, String) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.converters.RatingConverter
Constructor
RatingElement - Class in org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements
RatingElement contains the properties and header for a Rating entity retrieved from the metadata repository.
RatingElement() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.RatingElement
Default constructor
RatingElement(RatingElement) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.RatingElement
Copy/clone constructor
RatingElementsResponse - Class in org.odpi.openmetadata.viewservices.feedbackmanager.rest
RatingElementsResponse is a response object for passing back a list of elements or an exception if the request failed.
RatingElementsResponse() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingElementsResponse
Default constructor
RatingElementsResponse(RatingElementsResponse) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingElementsResponse
Copy/clone constructor
RatingResponse - Class in org.odpi.openmetadata.viewservices.feedbackmanager.rest
RatingResponse is the response structure used on the OMAS REST API calls that return the properties for an element.
RatingResponse() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingResponse
Default constructor
RatingResponse(RatingResponse) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingResponse
Copy/clone constructor
RatingsResponse - Class in org.odpi.openmetadata.viewservices.feedbackmanager.rest
RatingElementsResponse is a response object for passing back a list of elements or an exception if the request failed.
RatingsResponse() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingsResponse
Default constructor
RatingsResponse(RatingsResponse) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingsResponse
Copy/clone constructor
ReferenceableUpdateRequestBody - Class in org.odpi.openmetadata.viewservices.feedbackmanager.rest
ReferenceableUpdateRequestBody carries the correlation properties, readVersionIdentifier and effective time for a create (with parent), update or delete requests.
ReferenceableUpdateRequestBody() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.ReferenceableUpdateRequestBody
Default constructor
ReferenceableUpdateRequestBody(ReferenceableUpdateRequestBody) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.ReferenceableUpdateRequestBody
Copy/clone constructor
registerViewService() - Static method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRegistration
Pass information about this view service to the OMAG Server administration services.
RelatedElementsResponse - Class in org.odpi.openmetadata.viewservices.feedbackmanager.rest
RelatedElementElementsResponse is a response object for passing back a list of relationships or an exception if the request failed.
RelatedElementsResponse() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RelatedElementsResponse
Default constructor
RelatedElementsResponse(RelatedElementsResponse) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RelatedElementsResponse
Copy/clone constructor
RelationshipRequestBody - Class in org.odpi.openmetadata.viewservices.feedbackmanager.rest
RelationshipRequestBody describes the request body used when linking elements together.
RelationshipRequestBody() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RelationshipRequestBody
Default constructor
RelationshipRequestBody(RelationshipRequestBody) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RelationshipRequestBody
Copy/clone constructor.
removeComment(String, String, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Removes a comment added to the element by this user.
removeCommentFromElement(String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Removes a comment added to the element by this user.
removeLikeFromElement(String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Removes a "LikeProperties" added to the element by this user.
removeLikeFromElement(String, String, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Removes a "Like" added to the element by this user.
removeNote(String, String, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Remove the metadata element representing a note.
removeNoteLog(String, String, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Remove the metadata element representing a note log.
removeRatingFromElement(String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Removes a star rating that was added to the element by this user.
removeRatingFromElement(String, String, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Removes of a review that was added to the element by this user.
removeTagFromElement(String, String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Removes a tag from the element that was added by this user.
removeTagFromElement(String, String, String, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Removes a tag from the element that was added by this user.

S

SERVICE_INITIALIZED - Enum constant in enum class org.odpi.openmetadata.viewservices.feedbackmanager.ffdc.FeedbackManagerAuditCode
OMVS-FEEDBACK-MANAGER-0002 The Feedback Manager Open Metadata View Service (OMVS) is initialized
SERVICE_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.viewservices.feedbackmanager.ffdc.FeedbackManagerAuditCode
OMVS-FEEDBACK-MANAGER-0001 The Feedback Manager Open Metadata View Service (OMVS) is initializing
SERVICE_INSTANCE_FAILURE - Enum constant in enum class org.odpi.openmetadata.viewservices.feedbackmanager.ffdc.FeedbackManagerAuditCode
OMVS-FEEDBACK-MANAGER-0004 The Feedback Manager Open Metadata View Service (OMVS) is unable to initialize a new instance; error message is {0}
SERVICE_SHUTDOWN - Enum constant in enum class org.odpi.openmetadata.viewservices.feedbackmanager.ffdc.FeedbackManagerAuditCode
OMVS-FEEDBACK-MANAGER-0003 The Feedback Manager Open Metadata View Service (OMVS) is shutting down
SERVICE_TERMINATING - Enum constant in enum class org.odpi.openmetadata.viewservices.feedbackmanager.ffdc.FeedbackManagerAuditCode
OMVS-FEEDBACK-MANAGER-0005 The Feedback Manager Open Metadata View Service (OMVS) is shutting down server instance {0}
setDescription(String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagUpdateRequestBody
Set up the tag description null means no description is available.
setEffectiveTime(Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.EffectiveTimeQueryRequestBody
Set up the date/time to use for the query.
setEffectiveTime(Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.ReferenceableUpdateRequestBody
Set up the date/time to use for the query.
setElement(Rating) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingResponse
Set up the element result.
setElement(CommentElement) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentResponse
Set up the element result.
setElement(NoteElement) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteResponse
Set up the element result.
setElement(NoteLogElement) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteLogResponse
Set up the element result.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.CommentElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.InformalTagElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.LikeElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.NoteElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.NoteLogElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.RatingElement
Set up the element header associated with the properties.
setElementList(List<Rating>) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingsResponse
Set up the metadata element to return.
setElementList(List<RelatedMetadataElementStub>) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RelatedElementsResponse
Set up the metadata element to return.
setElementList(List<CommentElement>) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentElementsResponse
Set up the metadata element to return.
setElementList(List<LikeElement>) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.LikeElementsResponse
Set up the metadata element to return.
setElementList(List<NoteElement>) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NotesResponse
Set up the metadata element to return.
setElementList(List<NoteLogElement>) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteLogsResponse
Set up the metadata element to return.
setElementList(List<RatingElement>) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingElementsResponse
Set up the metadata element to return.
setElementProperties(ReferenceableProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.ReferenceableUpdateRequestBody
Set up the properties for the element.
setProperties(CommentProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.CommentElement
Set up the properties of the comment.
setProperties(InformalTagProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.InformalTagElement
Set up the properties of the informal tag.
setProperties(LikeProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.LikeElement
Set up the properties of the like.
setProperties(NoteLogProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.NoteLogElement
Set up the properties of the note log.
setProperties(NoteProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.NoteElement
Set up the properties of the note.
setProperties(RatingProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.RatingElement
Set up the properties of the rating.
setProperties(RelationshipProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RelationshipRequestBody
Set up the properties for the relationship.
setTag(InformalTagElement) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagResponse
Set up the Tag object.
setTags(List<InformalTagElement>) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagsResponse
Set up the list of informal tags for the response.
setTypes(List<CommentType>) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentTypeListResponse
Set up the metadata element to return.
setupAcceptedAnswer(String, String, String, boolean, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Link a comment that contains the best answer to a question posed in another comment.
setupAcceptedAnswer(String, String, String, boolean, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Link a comment that contains the best answer to a question posed in another comment.
shutdown() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.admin.FeedbackManagerAdmin
Shutdown the Feedback Manager service.

T

toString() - Method in enum class org.odpi.openmetadata.viewservices.feedbackmanager.ffdc.FeedbackManagerAuditCode
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.viewservices.feedbackmanager.ffdc.FeedbackManagerErrorCode
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.CommentElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.InformalTagElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.LikeElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.NoteElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.NoteLogElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.metadataelements.RatingElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentElementsResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentTypeListResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.EffectiveTimeQueryRequestBody
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagsResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagUpdateRequestBody
Standard toString method.
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.LikeElementsResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteLogResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteLogsResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NoteResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.NotesResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingElementsResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RatingsResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.ReferenceableUpdateRequestBody
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RelatedElementsResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.RelationshipRequestBody
JSON-style toString

U

UNEXPECTED_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.viewservices.feedbackmanager.ffdc.FeedbackManagerAuditCode
OMVS-FEEDBACK-MANAGER-0006 The Open Metadata Service has generated an unexpected {0} exception during method {1}.
updateComment(String, String, boolean, String, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Update an existing comment.
updateComment(String, String, boolean, CommentProperties, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Update an existing comment.
updateCommentVisibility(String, String, String, boolean, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Update an existing comment's visibility.
updateCommentVisibility(String, String, String, boolean, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Update an existing comment's visibility.
updateNote(String, String, boolean, String, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Update an existing note.
updateNote(String, String, boolean, NoteProperties, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Update the properties of the metadata element representing a note.
updateNoteLog(String, String, boolean, String, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Update an existing note log.
updateNoteLog(String, String, boolean, NoteLogProperties, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Update the metadata element representing a note log.
updateTagDescription(String, String, String, Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Updates the description of an existing tag (either private or public).
updateTagDescription(String, String, String, InformalTagUpdateRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Updates the description of an existing tag (either private or public).

V

valueOf(String) - Static method in enum class org.odpi.openmetadata.viewservices.feedbackmanager.ffdc.FeedbackManagerAuditCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.viewservices.feedbackmanager.ffdc.FeedbackManagerErrorCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.viewservices.feedbackmanager.ffdc.FeedbackManagerAuditCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.viewservices.feedbackmanager.ffdc.FeedbackManagerErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
A C D E F G H I L N O R S T U V 
All Classes and Interfaces|All Packages