- getMetadataElementByGUID(String) - Method in class org.odpi.openmetadata.engineservices.governanceaction.context.OpenMetadataStoreClient
-
Retrieve the metadata element using its unique identifier.
- getMetadataElementByUniqueName(String, String) - Method in class org.odpi.openmetadata.engineservices.governanceaction.context.OpenMetadataStoreClient
-
Retrieve the metadata element using its unique name (typically the qualified name).
- getMetadataElementGUIDByUniqueName(String, String) - Method in class org.odpi.openmetadata.engineservices.governanceaction.context.OpenMetadataStoreClient
-
Retrieve the unique identifier of a metadata element using its unique name (typically the qualified name).
- getRelatedMetadataElements(String, int, String, int, int) - Method in class org.odpi.openmetadata.engineservices.governanceaction.context.OpenMetadataStoreClient
-
Retrieve the metadata elements connected to the supplied element.
- GovernanceActionAdmin - Class in org.odpi.openmetadata.engineservices.governanceaction.admin
-
- GovernanceActionAdmin() - Constructor for class org.odpi.openmetadata.engineservices.governanceaction.admin.GovernanceActionAdmin
-
- GovernanceActionEngineHandler - Class in org.odpi.openmetadata.engineservices.governanceaction.handlers
-
The GovernanceActionEngineHandler is responsible for running governance action services on demand.
- GovernanceActionEngineHandler(EngineConfig, String, String, String, String, GovernanceEngineConfigurationClient, GovernanceEngineClient, GovernanceEngineClient, AuditLog, int) - Constructor for class org.odpi.openmetadata.engineservices.governanceaction.handlers.GovernanceActionEngineHandler
-
Create a client-side object for calling a governance action engine.
- GovernanceActionInstance - Class in org.odpi.openmetadata.engineservices.governanceaction.server
-
GovernanceActionInstance maintains the instance information needed to execute requests on behalf of
a engine host server.
- GovernanceActionInstance(String, String, AuditLog, String, int, String, String, Map<String, GovernanceActionEngineHandler>) - Constructor for class org.odpi.openmetadata.engineservices.governanceaction.server.GovernanceActionInstance
-
Constructor where REST Services used.
- GovernanceActionRESTServices - Class in org.odpi.openmetadata.engineservices.governanceaction.server
-
GovernanceActionRESTServices provides the external service implementation for a governance action engine services.
- GovernanceActionRESTServices() - Constructor for class org.odpi.openmetadata.engineservices.governanceaction.server.GovernanceActionRESTServices
-
- GovernanceActionServiceHandler - Class in org.odpi.openmetadata.engineservices.governanceaction.handlers
-
GovernanceActionServiceHandler provides the thread to run a governance action service.
- GovernanceListenerManager - Class in org.odpi.openmetadata.engineservices.governanceaction.context
-
GovernanceListenerManager manages the watchdog listeners through a single registration to the Governance Engine OMAS's
out topic.
- GovernanceListenerManager(AuditLog, String) - Constructor for class org.odpi.openmetadata.engineservices.governanceaction.context.GovernanceListenerManager
-
Create a governance listener manager for watchdog listeners.