Skip navigation links
A G I O P R S V 

A

addCommentReply(String, String, CommentRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Adds a reply to a comment.
addCommentToAsset(String, String, CommentRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Adds a comment to the asset.
addLikeToAsset(String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Adds a "Like" to the asset.
addLogMessageToAsset(String, String, LogRecordRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Creates an Audit log record for the asset.
addLogMessageToAsset(String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AuditLogHandler
Creates an Audit log record for the asset.
addPrivateTagToAsset(String, String, TagRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Adds a new private tag to the asset's properties.
addRatingToAsset(String, String, RatingRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Adds a rating to the asset.
addTagToAsset(String, String, TagRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Adds a new public tag to the asset's properties.
AssetConsumerAdmin - Class in org.odpi.openmetadata.accessservices.assetconsumer.admin
 
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(Connection, OMRSRepositoryHelper, OMRSRepositoryValidator, String) - 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 responsible for publishing events about assets.
AssetConsumerPublisher(Connection, OMRSRepositoryHelper, OMRSRepositoryValidator, String) - 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.
AssetConsumerRESTServices - Class in org.odpi.openmetadata.accessservices.assetconsumer.server
The AssetConsumerRESTServices provides the server-side implementation of the AssetConsumer Open Metadata Assess Service (OMAS).
AssetConsumerRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Default constructor
AuditLogHandler - Class in org.odpi.openmetadata.accessservices.assetconsumer.server
AuditLogHandler manages the logging of audit records for the asset.

G

getConnectionByGUID(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.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.
getLogMessageId() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.auditlog.AssetConsumerAuditCode
Returns the unique identifier for the error message.
getSeverity() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.auditlog.AssetConsumerAuditCode
Return the severity of the audit log record.
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.
getUserAction() - Method in enum org.odpi.openmetadata.accessservices.assetconsumer.auditlog.AssetConsumerAuditCode
Returns instructions of how to resolve the issue reported in this exception.

I

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

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.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

processDeletedEntity(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerPublisher
Determine whether a deleted entity is an Asset.
processDeletedRelationship(Relationship) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerPublisher
Determine whether a deleted relationship is related to an Asset.
processInstanceEvent(OMRSInstanceEvent) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.listener.AssetConsumerOMRSTopicListener
Unpack and deliver an instance event to the InstanceEventProcessor
processNewEntity(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerPublisher
Determine whether a new entity is an Asset.
processNewRelationship(Relationship) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerPublisher
Determine whether a new relationship is related to an Asset.
processRegistryEvent(OMRSRegistryEvent) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.listener.AssetConsumerOMRSTopicListener
Method to pass a Registry event received on topic.
processRestoredEntity(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerPublisher
Determine whether a restored entity is an Asset.
processRestoredRelationship(Relationship) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerPublisher
Determine whether a restored relationship is related to an Asset.
processTypeDefEvent(OMRSTypeDefEvent) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.listener.AssetConsumerOMRSTopicListener
Method to pass a Registry event received on topic.
processUpdatedEntity(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerPublisher
Determine whether an updated entity is an Asset.
processUpdatedEntity(EntityDetail, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerPublisher
Determine whether an updated entity is an Asset.
processUpdatedRelationship(Relationship) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerPublisher
Determine whether an updated relationship is related to an Asset.
processUpdatedRelationship(Relationship, Relationship) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerPublisher
Determine whether an updated relationship is related to an Asset.

R

removeComment(String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Removes a comment added to the asset by this user.
removeLike(String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Removes a "Like" added to the asset by this user.
removePrivateTag(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.
removeRating(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.
removeTag(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.

S

setRepositoryConnector(String, OMRSRepositoryConnector) - Static method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
Provide a connector to the REST Services.
shutdown() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.admin.AssetConsumerAdmin
Shutdown the access service.

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 G I O P R S V 
Skip navigation links

Copyright © 2017–2018 ODPi. All rights reserved.