Skip navigation links
A C D F G I M O P Q R S T U V 

A

addCommentReply(String, String, CommentType, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.FeedbackHandler
Adds a comment to another comment.
addCommentReply(String, String, String, CommentRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Adds a reply to a comment.
addCommentToAsset(String, String, CommentType, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.FeedbackHandler
Adds a comment to the asset.
addCommentToAsset(String, String, String, CommentRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Adds a comment to the asset.
ADDITIONAL_PROPERTIES_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.assetconsumer.converters.ReferenceableHeaderConverter
 
addLikeToAsset(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.FeedbackHandler
Adds a "Like" to the asset.
addLikeToAsset(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Adds a "Like" to the asset.
addLogMessageToAsset(String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.AuditLogHandler
Creates an Audit log record for the asset.
addLogMessageToAsset(String, String, String, LogRecordRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Creates an Audit log record for the asset.
addReviewToAsset(String, String, StarRating, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.FeedbackHandler
Adds a star rating and optional review text to the asset.
addReviewToAsset(String, String, String, ReviewRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Adds a star rating and optional review text to the asset.
addTagToAsset(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.TaggingHandler
Adds a tag (either private of public) to an asset.
addTagToAsset(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Adds a tag (either private of public) to an asset.
AssetConsumerAdmin - Class in org.odpi.openmetadata.accessservices.assetconsumer.admin
AssetConsumerAdmin manages the start up and shutdown of the Asset Consumer OMAS.
AssetConsumerAdmin() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.admin.AssetConsumerAdmin
Default constructor
AssetConsumerAuditCode - Enum in org.odpi.openmetadata.accessservices.assetconsumer.auditlog
The AssetConsumerAuditCode is used to define the message content for the OMRS Audit Log.
AssetConsumerOMRSTopicListener - Class in org.odpi.openmetadata.accessservices.assetconsumer.listener
AssetConsumerOMRSTopicListener received details of each OMRS event from the cohorts that the local server is connected to.
AssetConsumerOMRSTopicListener(Connection, OMRSRepositoryHelper, OMRSRepositoryValidator, String, List<String>, OMRSAuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.listener.AssetConsumerOMRSTopicListener
The constructor is given the connection to the out topic for Asset Consumer OMAS along with classes for testing and manipulating instances.
AssetConsumerPublisher - Class in org.odpi.openmetadata.accessservices.assetconsumer.outtopic
AssetConsumerPublisher is the connector responsible for publishing information about new and changed assets.
AssetConsumerPublisher(Connection, OMRSAuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerPublisher
The constructor is given the connection to the out topic for Asset Consumer OMAS along with classes for testing and manipulating instances.
AssetConsumerRegistration - Class in org.odpi.openmetadata.accessservices.assetconsumer.server
AssetConsumerRegistration registers the access service with the OMAG Server administration services.
AssetConsumerRegistration() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRegistration
 
AssetConsumerRESTServices - Class in org.odpi.openmetadata.accessservices.assetconsumer.server
The AssetConsumerRESTServices provides the server-side implementation of the Asset Consumer Open Metadata Assess Service (OMAS).
AssetConsumerRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Default constructor
AssetConsumerServicesInstance - Class in org.odpi.openmetadata.accessservices.assetconsumer.server
AssetConsumerServicesInstance caches references to OMRS objects for a specific server.
AssetConsumerServicesInstance(OMRSRepositoryConnector, List<String>, OMRSAuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerServicesInstance
Set up the local repository connector that will service the REST Calls.
AssetConsumerServicesInstanceMap - Class in org.odpi.openmetadata.accessservices.assetconsumer.server
AssetConsumerServicesInstanceMap provides the mapping for inbound REST requests to the appropriate instances for the requested server.
AssetConsumerServicesInstanceMap() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerServicesInstanceMap
Constructor
AssetConverter - Class in org.odpi.openmetadata.accessservices.assetconsumer.converters
AssetConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into an Asset bean.
AssetConverter(EntityDetail, OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.converters.AssetConverter
Constructor takes in the source of information for the bean
AssetHandler - Class in org.odpi.openmetadata.accessservices.assetconsumer.handlers
AssetHandler provides the server-side logic for the AssetConsumerAssetInterface.
AssetHandler(String, OMRSRepositoryConnector) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.handlers.AssetHandler
Construct the connection handler with a link to the property server's connector and this access service's official name.
AuditLogHandler - Class in org.odpi.openmetadata.accessservices.assetconsumer.handlers
AuditLogHandler manages the logging of audit records for the asset.
AuditLogHandler(String, OMRSAuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.handlers.AuditLogHandler
Construct the audit log handler with a link to the property server's connector and this access service's official name.

C

ConnectionHandler - Class in org.odpi.openmetadata.accessservices.assetconsumer.handlers
ConnectionHandler retrieves Connection objects from the property server.
ConnectionHandler(String, OMRSRepositoryConnector) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.handlers.ConnectionHandler
Construct the connection handler with a link to the property server's connector and this access service's official name.
createPrivateTag(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.TaggingHandler
Creates a new private informal tag and returns the unique identifier for it.
createPrivateTag(String, String, TagRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Creates a new private informal tag and returns the unique identifier for it.
createPublicTag(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.TaggingHandler
Creates a new public informal tag and returns the unique identifier for it.
createPublicTag(String, String, TagRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Creates a new public informal tag and returns the unique identifier for it.

D

deleteTag(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.TaggingHandler
Removes a tag from the repository.
deleteTag(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Removes a tag from the repository.
DISPLAY_NAME_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.assetconsumer.converters.AssetConverter
 
DISPLAY_NAME_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.assetconsumer.converters.GlossaryTermConverter
 

F

FeedbackHandler - Class in org.odpi.openmetadata.accessservices.assetconsumer.handlers
FeedbackHandler manages the creation of asset feedback (likes, ratings, comments and tags) in the property server.
FeedbackHandler(String, OMRSRepositoryConnector) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.handlers.FeedbackHandler
Construct the feedback handler with a link to the property server's connector and this access service's official name.

G

getAssetForConnection(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.AssetHandler
Returns the unique identifier for the asset connected to the requested connection.
getAssetForConnection(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Returns the unique identifier for the asset connected to the connection.
getAssetForConnectionName(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.AssetHandler
Returns the asset corresponding to the supplied connection name.
getAssetProperties(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.AssetHandler
Returns a comprehensive collection of properties about the requested asset.
getAuditLog() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerServicesInstance
Return the audit log for this access service.
getBean() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.converters.AssetConverter
Return the converted bean.
getBean() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.converters.GlossaryTermConverter
Return the converted bean.
getConnectionByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.ConnectionHandler
Returns the connection object corresponding to the supplied connection GUID.
getConnectionByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Returns the connection object corresponding to the supplied connection GUID.
getConnectionByName(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.ConnectionHandler
Returns the connection object corresponding to the supplied connection name.
getConnectionByName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Returns the connection object corresponding to the supplied connection name.
getFormattedLogMessage(String...) - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.auditlog.AssetConsumerAuditCode
Returns the log message with the placeholders filled out with the supplied parameters.
getInstance(String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerServicesInstanceMap
Return the instance for this server.
getLogMessageId() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.auditlog.AssetConsumerAuditCode
Returns the unique identifier for the error message.
getMeaning(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.MeaningHandler
Returns the glossary term object corresponding to the supplied glossary term GUID.
getMeaning(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Return the full definition (meaning) of a term using the unique identifier of the glossary term.
getMeaningByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.MeaningHandler
Returns the glossary term object corresponding to the supplied term name.
getMeaningByName(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Return the full definition (meaning) of the terms matching the supplied name.
getMetadataCollection() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerServicesInstance
Return the local metadata collection for this server.
getRepositoryConnector() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerServicesInstance
Return the repository connector for this server.
getServerName() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerServicesInstance
Return the server name.
getSeverity() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.auditlog.AssetConsumerAuditCode
Return the severity of the audit log record.
getSupportedZones() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerServicesInstance
Return the list of zones that this instance of the Asset Consumer OMAS should support.
getSystemAction() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.auditlog.AssetConsumerAuditCode
Returns a description of the action taken by the system when the condition that caused this exception was detected.
getTag(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.TaggingHandler
Return the tag for the supplied unique identifier (guid).
getTag(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Return the tag for the supplied unique identifier (guid).
getTagsByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.TaggingHandler
Return the list of tags matching the supplied name.
getTagsByName(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Return the list of tags matching the supplied name.
getUserAction() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.auditlog.AssetConsumerAuditCode
Returns instructions of how to resolve the issue reported in this exception.
GlossaryTermConverter - Class in org.odpi.openmetadata.accessservices.assetconsumer.converters
 
GlossaryTermConverter(EntityDetail, OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.converters.GlossaryTermConverter
Constructor takes in the source of information for the bean

I

initialize(AccessServiceConfig, OMRSTopicConnector, OMRSRepositoryConnector, OMRSAuditLog, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.admin.AssetConsumerAdmin
Initialize the access service.

M

MeaningHandler - Class in org.odpi.openmetadata.accessservices.assetconsumer.handlers
MeaningHandler retrieves Glossary Term objects from the property server.
MeaningHandler(String, OMRSRepositoryConnector) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.handlers.MeaningHandler
Construct the glossary term handler with a link to the property server's connector and this access service's official name.

O

org.odpi.openmetadata.accessservices.assetconsumer.admin - package org.odpi.openmetadata.accessservices.assetconsumer.admin
 
org.odpi.openmetadata.accessservices.assetconsumer.auditlog - package org.odpi.openmetadata.accessservices.assetconsumer.auditlog
 
org.odpi.openmetadata.accessservices.assetconsumer.converters - package org.odpi.openmetadata.accessservices.assetconsumer.converters
 
org.odpi.openmetadata.accessservices.assetconsumer.handlers - package org.odpi.openmetadata.accessservices.assetconsumer.handlers
 
org.odpi.openmetadata.accessservices.assetconsumer.listener - package org.odpi.openmetadata.accessservices.assetconsumer.listener
 
org.odpi.openmetadata.accessservices.assetconsumer.outtopic - package org.odpi.openmetadata.accessservices.assetconsumer.outtopic
 
org.odpi.openmetadata.accessservices.assetconsumer.server - package org.odpi.openmetadata.accessservices.assetconsumer.server
 

P

processInstanceEvent(OMRSInstanceEvent) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.listener.AssetConsumerOMRSTopicListener
Unpack and deliver an instance event to the InstanceEventProcessor
processRegistryEvent(OMRSRegistryEvent) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.listener.AssetConsumerOMRSTopicListener
Method to pass a Registry event received on topic.
processTypeDefEvent(OMRSTypeDefEvent) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.listener.AssetConsumerOMRSTopicListener
Method to pass a Registry event received on topic.
publishNewAssetEvent(NewAssetEvent) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerPublisher
Output a new asset event.
publishUpdatedAssetEvent(UpdatedAssetEvent) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerPublisher
Output an updated asset event.

Q

QUALIFIED_NAME_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.assetconsumer.converters.ReferenceableHeaderConverter
 

R

ReferenceableHeaderConverter - Class in org.odpi.openmetadata.accessservices.assetconsumer.converters
ReferenceableHeaderConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a ReferenceableHeader bean.
registerAccessService() - Static method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRegistration
Pass information about this access service to the OMAG Server administration services.
removeCommentFromAsset(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.FeedbackHandler
Removes a comment added to the asset by this user.
removeCommentFromAsset(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Removes a comment added to the asset by this user.
removeLikeFromAsset(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.FeedbackHandler
Removes a "Like" added to the asset by this user.
removeLikeFromAsset(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Removes a "Like" added to the asset by this user.
removeReviewFromAsset(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.FeedbackHandler
Removes of a review that was added to the asset by this user.
removeReviewFromAsset(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Removes a star rating that was added to the asset by this user.
removeTagFromAsset(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.TaggingHandler
Removes a tag from the asset that was added by this user.
removeTagFromAsset(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Removes a tag from the asset that was added by this user.
RepositoryHandler - Class in org.odpi.openmetadata.accessservices.assetconsumer.handlers
 

S

shutdown() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.admin.AssetConsumerAdmin
Shutdown the access service.
shutdown() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerServicesInstance
Unregister this instance from the instance map.

T

TaggingHandler - Class in org.odpi.openmetadata.accessservices.assetconsumer.handlers
TaggingHandler provides the server-side support for the Asset Consumer OMAS's Tagging Interface.
TaggingHandler(String, OMRSRepositoryConnector) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.handlers.TaggingHandler
Construct the feedback handler with a link to the property server's connector and this access service's official name.

U

updateComment(String, String, CommentType, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.FeedbackHandler
Update an existing comment.
updateComment(String, String, String, CommentRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Update an existing comment.
updateReviewOnAsset(String, String, StarRating, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.FeedbackHandler
Updates the rating and optional review text attached to the asset by this user.
updateReviewOnAsset(String, String, String, ReviewRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Updates the rating and optional review text attached to the asset by this user.
updateTagDescription(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.handlers.TaggingHandler
Updates the description of an existing tag (either private of public).
updateTagDescription(String, String, String, TagRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Updates the description of an existing tag (either private of public).

V

valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.assetconsumer.auditlog.AssetConsumerAuditCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.accessservices.assetconsumer.auditlog.AssetConsumerAuditCode
Returns an array containing the constants of this enum type, in the order they are declared.
A C D F G I M O P Q R S T U V 
Skip navigation links

Copyright © 2018–2019 ODPi. All rights reserved.