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, 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, 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) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Adds a "Like" to the element.
addLikeToElement(String, String, boolean, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Adds a "LikeProperties" to the element.
addRatingToElement(String, String, boolean, String, 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) - 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) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Adds a tag (either private of public) to an element.
addTagToElement(String, String, String, String, String, FeedbackProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Adds a tag (either private of public) to an element.

C

clearAcceptedAnswer(String, String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Unlink a comment that contains an answer to a question posed in another comment.
clearAcceptedAnswer(String, String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
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 with no authentication embedded in the HTTP request.
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
CommentProperties - Class in org.odpi.openmetadata.viewservices.feedbackmanager.properties
The CommentProperties bean stores information about a comment connected to an asset.
CommentProperties() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.CommentProperties
Default constructor
CommentProperties(CommentProperties) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.CommentProperties
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, 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, NoteProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Create a new metadata element to represent a note.
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

deleteTag(String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Removes a tag from the repository.
deleteTag(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
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.properties.CommentProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.InformalTagProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.LikeProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.NoteLogProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.NoteProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RatingProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.ReferenceableProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RelationshipProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.TagProperties
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.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.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.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.ReferenceableRequestBody
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
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) - 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
FeedbackProperties - Class in org.odpi.openmetadata.viewservices.feedbackmanager.properties
FeedbackProperties provides a base class for passing feedback objects as a request body over a REST API.
FeedbackProperties() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.FeedbackProperties
Default constructor
FeedbackProperties(FeedbackProperties) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.FeedbackProperties
Copy/clone constructor
findComments(String, int, int, boolean, boolean, boolean, String, String, SearchStringRequestBody) - 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) - 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, String, SearchStringRequestBody) - 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) - 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, String, SearchStringRequestBody) - 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) - 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, String, SearchStringRequestBody) - 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) - 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, String, SearchStringRequestBody) - 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) - 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

getAdditionalProperties() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.ReferenceableProperties
Return a copy of the additional properties.
getAttachedComments(String, String, int, int) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Return the comments attached to an element.
getAttachedComments(String, String, int, int, String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Return the comments 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, 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) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Return the requested comment.
getCommentByGUID(String, String, String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Return the requested comment.
getCommentText() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.CommentProperties
Return the comment text.
getCommentType() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.CommentProperties
Return an enum that describes the type of comment.
getDescription() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.InformalTagProperties
Return the tag description null means no description is available.
getDescription() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.NoteLogProperties
Return the stored description property for the note log.
getDescription() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.TagProperties
Return the tag description null means no description is available.
getDescription() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagUpdateRequestBody
Return the tag description null means no description is available.
getDisplayName() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.NoteLogProperties
Return the stored display name property for the note log.
getEffectiveFrom() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.ReferenceableProperties
Return the date/time that this element is effective from (null means effective from the epoch).
getEffectiveFrom() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RelationshipProperties
Return the date/time that this element is effective from (null means effective from the epoch).
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.
getEffectiveTo() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.ReferenceableProperties
Return the date/time that element is effective to (null means that it is effective indefinitely into the future).
getEffectiveTo() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RelationshipProperties
Return the date/time that element is effective to (null means that it is effective indefinitely into the future).
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.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.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.ReferenceableRequestBody
Return the properties for the element.
getElementsByTag(String, String, int, int) - 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.
getElementsByTag(String, String, int, int, String, String) - 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.
getExtendedProperties() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.ReferenceableProperties
Return the properties that have been defined for a subtype of this object that are not supported explicitly by this bean.
getExtendedProperties() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RelationshipProperties
Return the properties that have been defined for a subtype of this object that are not supported explicitly by this bean.
getIsPrivateTag() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.InformalTagProperties
Return boolean flag to say whether the tag is private or not.
getIsPrivateTag() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.TagProperties
Return boolean flag to say whether the tag is private or not.
getIsPublic() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.FeedbackProperties
Return whether the feedback is private or not
getMessageDefinition() - 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.FeedbackManagerAuditCode
Retrieve a message definition object for logging.
getMyTagsByName(String, String, int, int) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Return the list of the calling user's private tags exactly matching the supplied name.
getMyTagsByName(String, NameRequestBody, int, int, String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Return the list of the calling user's private tags exactly matching the supplied name.
getName() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.InformalTagProperties
Return the name of the tag.
getName() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.TagProperties
Return the name of the tag.
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) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Retrieve the note metadata element with the supplied unique identifier.
getNoteByGUID(String, String, String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Retrieve the note metadata element with the supplied unique identifier.
getNoteLogByGUID(String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Retrieve the note log metadata element with the supplied unique identifier.
getNoteLogByGUID(String, String, String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Retrieve the note log metadata element with the supplied unique identifier.
getNoteLogsByName(String, int, int, String, String, NameRequestBody) - 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) - 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) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Retrieve the list of note log metadata elements attached to the element.
getNoteLogsForElement(String, String, int, int, String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Retrieve the list of note log metadata elements attached to the element.
getNotesForNoteLog(String, String, int, int) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Retrieve the list of notes associated with a note log.
getNotesForNoteLog(String, String, int, int, String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Retrieve the list of notes associated with a note log.
getParentGUID() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.ReferenceableRequestBody
Return an optional parent GUID to attach the new element to.
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.
getQualifiedName() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.ReferenceableProperties
Returns the stored qualified name property for the metadata entity.
getReview() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RatingProperties
Return the review comments - null means no review is available.
getStarRating() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RatingProperties
Return the stars for the rating.
getTag() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagResponse
Return the Tag object.
getTag(String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Return the tag for the supplied unique identifier (guid).
getTag(String, String, String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
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, String, int, int) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Return the list of tags exactly matching the supplied name.
getTagsByName(String, NameRequestBody, int, int, String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Return the list of tags exactly matching the supplied name.
getText() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.NoteProperties
Return the text of the note.
getTitle() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.NoteProperties
Return the title.
getTypeName() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.ReferenceableProperties
Return the name of the open metadata type for this metadata element.
getTypes() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.CommentTypeListResponse
Return the list of metadata elements.
getUpdateDescription() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.ReferenceableUpdateRequestBody
Return the string that describes details of the update.
getUser() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.InformalTagProperties
Return the user id of the person who created the tag.
getUser() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.LikeProperties
Return the user id of the person who created the like.
getVendorProperties() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.ReferenceableProperties
Return specific properties for the specific technology vendor.

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.properties.CommentProperties
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.InformalTagProperties
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.LikeProperties
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.NoteLogProperties
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.NoteProperties
Hash of properties
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RatingProperties
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.ReferenceableProperties
Return hash code based on properties.
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RelationshipProperties
Return hash code based on properties.
hashCode() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.TagProperties
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.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.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.ReferenceableRequestBody
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
InformalTagProperties - Class in org.odpi.openmetadata.viewservices.feedbackmanager.properties
InformalTagProperties stores information about a tag connected to an asset.
InformalTagProperties() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.InformalTagProperties
Default constructor
InformalTagProperties(InformalTagProperties) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.InformalTagProperties
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) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.admin.FeedbackManagerAdmin
Initialize the Feedback Manager view service.

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
LikeProperties - Class in org.odpi.openmetadata.viewservices.feedbackmanager.properties
The LikeProperties object records a single user's "like" of an element.
LikeProperties() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.LikeProperties
Default constructor
LikeProperties(LikeProperties) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.LikeProperties
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
NoteLogProperties - Class in org.odpi.openmetadata.viewservices.feedbackmanager.properties
NoteLogHeader manages a list of notes for an element
NoteLogProperties() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.NoteLogProperties
Default constructor
NoteLogProperties(NoteLogProperties) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.NoteLogProperties
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
NoteProperties - Class in org.odpi.openmetadata.viewservices.feedbackmanager.properties
Note defines the properties of a single note in a note log.
NoteProperties() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.NoteProperties
Default constructor
NoteProperties(NoteProperties) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.NoteProperties
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.properties - package org.odpi.openmetadata.viewservices.feedbackmanager.properties
 
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
RatingProperties - Class in org.odpi.openmetadata.viewservices.feedbackmanager.properties
RatingProperties stores information about a rating connected to an asset.
RatingProperties() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RatingProperties
Default constructor
RatingProperties(RatingProperties) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RatingProperties
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
ReferenceableProperties - Class in org.odpi.openmetadata.viewservices.feedbackmanager.properties
Many open metadata entities are referenceable.
ReferenceableProperties() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.ReferenceableProperties
Default constructor
ReferenceableProperties(ReferenceableProperties) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.ReferenceableProperties
Copy/clone constructor.
ReferenceableRequestBody - Class in org.odpi.openmetadata.viewservices.feedbackmanager.rest
ReferenceableRequestBody describes the request body used to create/update properties in referenceables.
ReferenceableRequestBody() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.ReferenceableRequestBody
Default constructor
ReferenceableRequestBody(ReferenceableRequestBody) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.rest.ReferenceableRequestBody
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
RelationshipProperties - Class in org.odpi.openmetadata.viewservices.feedbackmanager.properties
RelationshipProperties provides the base class for relationships items.
RelationshipProperties() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RelationshipProperties
Default constructor
RelationshipProperties(RelationshipProperties) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RelationshipProperties
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) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Removes a comment added to the element by this user.
removeCommentFromElement(String, String, String, String, String, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Removes a comment added to the element by this user.
removeLikeFromElement(String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Removes a "Like" added to the element by this user.
removeLikeFromElement(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Removes a "LikeProperties" added to the element by this user.
removeNote(String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Remove the metadata element representing a note.
removeNoteLog(String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Remove the metadata element representing a note log.
removeRatingFromElement(String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Removes of a review that was added to the element by this user.
removeRatingFromElement(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Removes a star rating that was added to the element by this user.
removeTagFromElement(String, String, String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Removes a tag from the element that was added by this user.
removeTagFromElement(String, String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
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}
setAdditionalProperties(Map<String, String>) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.ReferenceableProperties
Set up additional properties.
setCommentText(String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.CommentProperties
Set up the comment text.
setCommentType(CommentType) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.CommentProperties
Set up the enum that describes the type of comment.
setDescription(String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.InformalTagProperties
Set up the tag description null means no description is available.
setDescription(String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.NoteLogProperties
Set up the stored description property for the note log.
setDescription(String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.TagProperties
Set up the tag description null means no description is available.
setDescription(String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.InformalTagUpdateRequestBody
Set up the tag description null means no description is available.
setDisplayName(String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.NoteLogProperties
Set up the stored display name property for the note log.
setEffectiveFrom(Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.ReferenceableProperties
Set up the date/time that this element is effective from (null means effective from the epoch).
setEffectiveFrom(Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RelationshipProperties
Set up the date/time that this element is effective from (null means effective from the epoch).
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.
setEffectiveTo(Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.ReferenceableProperties
Set the date/time that element is effective to (null means that it is effective indefinitely into the future).
setEffectiveTo(Date) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RelationshipProperties
Set the date/time that element is effective to (null means that it is effective indefinitely into the future).
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<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.
setElementProperties(ReferenceableProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.ReferenceableRequestBody
Set up the properties for the element.
setExtendedProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.ReferenceableProperties
Set up the properties that have been defined for a subtype of this object that are not supported explicitly by this bean.
setExtendedProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RelationshipProperties
Set up the properties that have been defined for a subtype of this object that are not supported explicitly by this bean.
setIsPrivateTag(boolean) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.InformalTagProperties
Set up boolean flag to say whether the tag is private or not.
setIsPrivateTag(boolean) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.TagProperties
Set up boolean flag to say whether the tag is private or not.
setIsPublic(boolean) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.FeedbackProperties
Set up the privacy flag.
setName(String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.InformalTagProperties
Set up the name of the tag.
setName(String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.TagProperties
Set up the name of the tag.
setParentGUID(String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.ReferenceableRequestBody
Set up an optional parent GUID to attach the new element to.
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.
setQualifiedName(String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.ReferenceableProperties
Set up the fully qualified name.
setReview(String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RatingProperties
Set up the review comments - null means no review is available.
setStarRating(StarRating) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RatingProperties
Set up the stars for the rating.
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.
setText(String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.NoteProperties
Set up the text of the note.
setTitle(String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.NoteProperties
Set up the title.
setTypeName(String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.ReferenceableProperties
Set up the name of the open metadata type for this element.
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) - 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.
setupAcceptedAnswer(String, String, String, String, String, RelationshipRequestBody) - 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.
setUpdateDescription(String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.rest.ReferenceableUpdateRequestBody
Set up the string that describes details of the update.
setUser(String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.InformalTagProperties
Set up the user id of the person who created the tag.
setUser(String) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.LikeProperties
Set up the user id of the person who created the like.
setVendorProperties(Map<String, String>) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.ReferenceableProperties
Set up specific properties for the specific technology vendor.
shutdown() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.admin.FeedbackManagerAdmin
Shutdown the Feedback Manager service.

T

TagProperties - Class in org.odpi.openmetadata.viewservices.feedbackmanager.properties
TagProperties stores information about a tag connected to an asset.
TagProperties() - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.TagProperties
Default constructor
TagProperties(TagProperties) - Constructor for class org.odpi.openmetadata.viewservices.feedbackmanager.properties.TagProperties
Copy/clone constructor.
toString() - Method in enum class org.odpi.openmetadata.viewservices.feedbackmanager.ffdc.FeedbackManagerAuditCode
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.properties.CommentProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.FeedbackProperties
JSON-style toString.
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.InformalTagProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.LikeProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.NoteLogProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.NoteProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RatingProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.ReferenceableProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.RelationshipProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.properties.TagProperties
Standard toString method.
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.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.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.ReferenceableRequestBody
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, String, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Update an existing comment.
updateComment(String, String, boolean, CommentProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Update an existing comment.
updateCommentVisibility(String, String, String, boolean) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Update an existing comment's visibility.
updateCommentVisibility(String, String, String, boolean, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
Update an existing comment's visibility.
updateNote(String, String, boolean, NoteProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Update the properties of the metadata element representing a note.
updateNoteLog(String, String, boolean, boolean, NoteLogProperties) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.handler.CollaborationManagerHandler
Update the metadata element representing a note log.
updateTagDescription(String, String, String) - 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, 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.
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.
A C D E F G H I L N O R S T U V 
All Classes and Interfaces|All Packages