Index
All Classes and Interfaces|All Packages
A
- 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 "LikeProperties" 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.
- addTagToElement(String, String, String, String, FeedbackRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Adds a tag (either private of public) to an element attached to an asset - such as schema element, glossary term, ...
- AssetConsumerAdmin - Class in org.odpi.openmetadata.accessservices.assetconsumer.admin
-
AssetConsumerAdmin manages the startup and shutdown of the Asset Consumer OMAS.
- AssetConsumerAdmin() - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.admin.AssetConsumerAdmin
- AssetConsumerOMRSTopicListener - Class in org.odpi.openmetadata.accessservices.assetconsumer.outtopic
-
AssetConsumerOMRSTopicListener received details of each OMRS event from the cohorts that the local server is connected to.
- AssetConsumerOMRSTopicListener(String, String, AssetConsumerOutTopicPublisher, AssetHandler<AssetElement>, List<String>, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOMRSTopicListener
-
Initialize the topic listener.
- AssetConsumerOutTopicPublisher - Class in org.odpi.openmetadata.accessservices.assetconsumer.outtopic
-
AssetConsumerOutTopicPublisher is responsible for sending events on the IT Infrastructure OMAS's out topic.
- AssetConsumerOutTopicPublisher(AssetConsumerOutTopicServerConnector, String, AuditLog, OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOutTopicPublisher
-
Constructor for the publisher.
- 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, List<String>, int, Connection) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerServicesInstance
-
Set up the handlers for this server.
C
- createTag(String, String, InformalTagProperties) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Creates a new informal tag and returns the unique identifier for it.
D
- deleteTag(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Removes a tag from the repository.
- disconnect() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOutTopicPublisher
-
Shutdown the publishing process.
F
- findAssets(String, String, SearchStringRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Return a list of assets with the requested search string in their name, qualified name or description.
- findAssetsInDomain(String, String, SearchStringRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Return a list of assets with the requested search string in their name, qualified name or description.
- findMeanings(String, String, SearchStringRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Return the full definition (meaning) of the terms matching the supplied name.
- findMyTags(String, String, SearchStringRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Return the list of the calling user's private tags containing the supplied string in either the name or description.
- findTags(String, String, SearchStringRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Return the list of tags containing the supplied string in either the name or description.
G
- getAssetForConnectionName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Returns the unique identifier for the asset connected to the connection.
- getAssetGraph(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Return all the elements that are anchored to an asset plus relationships between these elements and to other elements.
- getAssetHandler() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerServicesInstance
-
Return the handler for managing asset objects.
- getAssetLineageGraph(String, String, String, AssetLineageGraphRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Return all the elements that are linked to an asset using lineage relationships.
- getAssetsByMeaning(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Return the list of unique identifiers for assets that are linked to a specific (meaning) either directly or via fields in the schema.
- getAssetsByMetadataCollectionId(String, String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Return a list of assets that come from the requested metadata collection.
- getAssetsByName(String, String, NameRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Return a list of assets with the requested name.
- getAssetsByTag(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Return the list of unique identifiers for assets that are linked to a specific tag either directly, or via one of its schema elements.
- 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, NameRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Return the full definition (meaning) of the terms exactly matching the supplied name.
- getMetadataElementHandler() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerServicesInstance
-
Return the handler for managing generic metadata element objects.
- getMetadataRelationshipHandler() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerServicesInstance
-
Return the handler for managing generic metadata element objects.
- getMyTagsByName(String, String, NameRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Return the list of the calling user's private tags exactly matching the supplied name.
- getOutTopicConnection(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Return the connection object for the Discovery Engine OMAS's out topic.
- getServiceDescription(String, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Return service description method.
- 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, NameRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Return the list of tags exactly matching the supplied name.
I
- initialize(AccessServiceConfig, OMRSTopicConnector, OMRSRepositoryConnector, AuditLog, String) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.admin.AssetConsumerAdmin
-
Initialize the access service.
L
- LoggingHandler - Class in org.odpi.openmetadata.accessservices.assetconsumer.handlers
-
LoggingHandler manages the logging of audit records for the asset.
- LoggingHandler(AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetconsumer.handlers.LoggingHandler
-
Construct the audit log 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
-
Provides the implementation of the admin classes that are called during server start up and shut down.
- org.odpi.openmetadata.accessservices.assetconsumer.handlers - package org.odpi.openmetadata.accessservices.assetconsumer.handlers
- org.odpi.openmetadata.accessservices.assetconsumer.outtopic - package org.odpi.openmetadata.accessservices.assetconsumer.outtopic
-
The implementation of the outbound events from the Asset Consumer OMAS.
- org.odpi.openmetadata.accessservices.assetconsumer.server - package org.odpi.openmetadata.accessservices.assetconsumer.server
P
- processClassifiedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOMRSTopicListener
-
A new classification has been added to an entity.
- processClassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOMRSTopicListener
-
A new classification has been added to an entity.
- processClassifiedEntityEvent(String, String, String, String, String, EntityProxy, Classification) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOMRSTopicListener
-
A new classification has been added to an entityProxy.
- processDeclassifiedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOMRSTopicListener
-
A classification has been removed from an entity.
- processDeclassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOMRSTopicListener
-
A classification has been removed from an entity.
- processDeclassifiedEntityEvent(String, String, String, String, String, EntityProxy, Classification) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOMRSTopicListener
-
A classification has been removed from an entityProxy.
- processDeletedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOMRSTopicListener
-
An existing entity has been deleted.
- processDeletePurgedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOMRSTopicListener
-
An existing entity has been deleted and purged in a single action.
- processNewEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOMRSTopicListener
-
A new entity has been created.
- processReclassifiedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOMRSTopicListener
-
An existing classification has been changed on an entity.
- processReclassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification, Classification) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOMRSTopicListener
-
An existing classification has been changed on an entity.
- processReclassifiedEntityEvent(String, String, String, String, String, EntityProxy, Classification, Classification) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOMRSTopicListener
-
An existing classification has been changed on an entityProxy.
- processRefreshEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOMRSTopicListener
-
A remote repository in the cohort has sent entity details in response to a refresh request.
- processReIdentifiedEntityEvent(String, String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOMRSTopicListener
-
The guid of an existing entity has been changed to a new value.
- processRestoredEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOMRSTopicListener
-
A deleted entity has been restored to the state it was before it was deleted.
- processReTypedEntityEvent(String, String, String, String, String, TypeDefSummary, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOMRSTopicListener
-
An existing entity has had its type changed.
- processUpdatedEntityEvent(String, String, String, String, String, EntityDetail, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOMRSTopicListener
-
An existing entity has been updated.
- publishEntityEvent(AssetConsumerEventType, EntityDetail, EntityDetail, Classification, Classification) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOutTopicPublisher
-
Send the event to the embedded event bus connector(s).
- publishEntityEvent(EntityDetail, AssetConsumerEventType) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.outtopic.AssetConsumerOutTopicPublisher
-
Send the event to the embedded event bus connector(s).
R
- 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, 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, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Removes a "LikeProperties" added to the asset by this user.
- removeRatingFromAsset(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, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Removes a tag from the asset that was added by this user.
- removeTagFromElement(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Removes a tag from an element attached to an asset - such as schema element, glossary term, ...
S
- shutdown() - Method in class org.odpi.openmetadata.accessservices.assetconsumer.admin.AssetConsumerAdmin
-
Shutdown the access service.
U
- updateComment(String, String, String, String, CommentRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Update an existing comment.
- updateTagDescription(String, String, String, TagUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetconsumer.server.AssetConsumerRESTServices
-
Updates the description of an existing tag (either private or public).
All Classes and Interfaces|All Packages