- addCommentReply(String, String, String, String, CommentRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Adds a reply to a comment.
- addCommentToAsset(String, String, String, CommentRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Adds a comment to the asset.
- addLikeToAsset(String, String, String, FeedbackRequestBody) - 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.LoggingHandler
-
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.
- addRatingToAsset(String, String, String, RatingRequestBody) - 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, String, FeedbackRequestBody) - 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
- 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>, AuditLog) - 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, AuditLog) - 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 objects for a specific server.
- AssetConsumerServicesInstance(OMRSRepositoryConnector, List<String>, AuditLog, String, int) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerServicesInstance
-
Set up the handlers for this server.