Index
All Classes and Interfaces|All Packages
D
- disconnect() - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOutTopicPublisher
-
Shutdown the publishing process.
F
- fillElementControlHeader(ElementControlHeader, InstanceAuditHeader) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
Fill a GAF control header from the information in a repository services element header.
G
- getElementType(InstanceAuditHeader) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
Convert information from a repository instance into an Open Connector Framework ElementType.
- getEngineActionHandler() - Method in class org.odpi.openmetadata.accessservices.governanceserver.server.GovernanceServerInstance
-
Return the handler for governance action requests.
- getMetadataElementHandler() - Method in class org.odpi.openmetadata.accessservices.governanceserver.server.GovernanceServerInstance
-
Return the handler for open metadata store requests.
- getOutTopicConnection(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceserver.server.GovernanceServerRESTServices
-
Return the connection object for the Governance Server OMAS's out topic.
- GovernanceServerAdmin - Class in org.odpi.openmetadata.accessservices.governanceserver.admin
-
GovernanceServerAdmin is called during server start up to set up the Governance Server OMAS.
- GovernanceServerAdmin() - Constructor for class org.odpi.openmetadata.accessservices.governanceserver.admin.GovernanceServerAdmin
- GovernanceServerInstance - Class in org.odpi.openmetadata.accessservices.governanceserver.server
-
GovernanceEngineInstance caches references to OMRS objects for a specific server.
- GovernanceServerInstance(OMRSRepositoryConnector, List<String>, List<String>, List<String>, AuditLog, String, int, Connection) - Constructor for class org.odpi.openmetadata.accessservices.governanceserver.server.GovernanceServerInstance
-
Set up the local repository connector that will service the REST Calls.
- GovernanceServerOMASConverter<B> - Class in org.odpi.openmetadata.accessservices.governanceserver.converters
-
GovernanceServerOMASConverter provides the generic methods for the Governance Server beans converters.
- GovernanceServerOMASConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.governanceserver.converters.GovernanceServerOMASConverter
-
Constructor
- GovernanceServerOMRSTopicListener - Class in org.odpi.openmetadata.accessservices.governanceserver.outtopic
-
GovernanceEngineOMRSTopicListener is the listener that registers with the repository services (OMRS) to monitor changes to the metadata.
- GovernanceServerOMRSTopicListener(String, String, String, EngineActionHandler<EngineActionElement>, MetadataElementHandler<OpenMetadataElement>, GovernanceServerOutTopicPublisher, OMRSRepositoryHelper, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
Initialize the topic listener.
- GovernanceServerOutTopicPublisher - Class in org.odpi.openmetadata.accessservices.governanceserver.outtopic
-
GovernanceEngineOutTopicPublisher is responsible for pushing events to the Governance Server OMAS's out topic.
- GovernanceServerOutTopicPublisher(GovernanceServerOutTopicServerConnector, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOutTopicPublisher
-
Constructor for the publisher.
- GovernanceServerRESTServices - Class in org.odpi.openmetadata.accessservices.governanceserver.server
-
The GovernanceEngineRESTServices provides the server-side implementation of the services used by the governance engine as it is managing requests to execute open governance services in the governance server.
- GovernanceServerRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.governanceserver.server.GovernanceServerRESTServices
-
Default constructor
I
- initialize(AccessServiceConfig, OMRSTopicConnector, OMRSRepositoryConnector, AuditLog, String) - Method in class org.odpi.openmetadata.accessservices.governanceserver.admin.GovernanceServerAdmin
-
Initialize the access service.
L
- logAssetAuditMessage(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceserver.server.GovernanceServerRESTServices
-
Log an audit message about this asset.
O
- org.odpi.openmetadata.accessservices.governanceserver.admin - package org.odpi.openmetadata.accessservices.governanceserver.admin
-
Provides the implementation of the admin classes that are called during server start up and shut down.
- org.odpi.openmetadata.accessservices.governanceserver.converters - package org.odpi.openmetadata.accessservices.governanceserver.converters
- org.odpi.openmetadata.accessservices.governanceserver.outtopic - package org.odpi.openmetadata.accessservices.governanceserver.outtopic
- org.odpi.openmetadata.accessservices.governanceserver.server - package org.odpi.openmetadata.accessservices.governanceserver.server
P
- processClassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
A new classification has been added to an entity.
- processClassifiedEntityEvent(String, String, String, String, String, EntityProxy, Classification) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
A new classification has been added to an entity.
- processDeclassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
A classification has been removed from an entity.
- processDeclassifiedEntityEvent(String, String, String, String, String, EntityProxy, Classification) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
A classification has been removed from an entity.
- processDeletedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
An existing entity has been deleted.
- processDeletedRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
An existing relationship has been deleted.
- processDeletePurgedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
An existing entity has been deleted and purged in a single action.
- processDeletePurgedRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
An active relationship has been deleted and purged from the repository.
- processNewEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
A new entity has been created.
- processNewRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
A new relationship has been created.
- processReclassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification, Classification) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
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.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
An existing classification has been changed on an entity.
- processRefreshEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
A remote repository in the cohort has sent entity details in response to a refresh request.
- processRefreshRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
The local repository is refreshing the information about a relationship for the other repositories in the cohort.
- processReHomedEntityEvent(String, String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
An existing entity has changed home repository.
- processReHomedRelationshipEvent(String, String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
An existing relationship has changed home repository.
- processReIdentifiedEntityEvent(String, String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
The guid of an existing entity has been changed to a new value.
- processReIdentifiedRelationshipEvent(String, String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
The guid of an existing relationship has changed.
- processRestoredEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
A deleted entity has been restored to the state it was before it was deleted.
- processRestoredRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
A deleted relationship 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.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
An existing entity has had its type changed.
- processReTypedRelationshipEvent(String, String, String, String, String, TypeDefSummary, Relationship) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
An existing relationship has had its type changed.
- processUndoneEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
An update to an entity has been undone.
- processUndoneRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
An update to a relationship has been undone.
- processUpdatedEntityEvent(String, String, String, String, String, EntityDetail, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
An existing entity has been updated.
- processUpdatedRelationshipEvent(String, String, String, String, String, Relationship, Relationship) - Method in class org.odpi.openmetadata.accessservices.governanceserver.outtopic.GovernanceServerOMRSTopicListener
-
An existing relationship has been updated.
S
- shutdown() - Method in class org.odpi.openmetadata.accessservices.governanceserver.admin.GovernanceServerAdmin
-
Shutdown the access service.
All Classes and Interfaces|All Packages