| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.governanceaction |
The interfaces of the Governance Action Framework (GAF)
The governance action framework defines interfaces for governance action services.
|
| org.odpi.openmetadata.frameworks.governanceaction.properties |
| Modifier and Type | Method and Description |
|---|---|
String |
WatchdogGovernanceContext.initiateGovernanceAction(String qualifiedName,
int domainIdentifier,
String displayName,
String description,
List<String> requestSourceGUIDs,
List<NewActionTarget> actionTargets,
Date startTime,
String governanceEngineName,
String requestType,
Map<String,String> requestParameters)
Create a governance action in the metadata store which will trigger the governance action service
associated with the supplied request type.
|
abstract String |
OpenMetadataClient.initiateGovernanceAction(String qualifiedName,
int domainIdentifier,
String displayName,
String description,
List<String> requestSourceGUIDs,
List<NewActionTarget> actionTargets,
Date startTime,
String governanceEngineName,
String requestType,
Map<String,String> requestParameters)
Create a governance action in the metadata store which will trigger the governance action service
associated with the supplied request type.
|
String |
WatchdogGovernanceContext.initiateGovernanceActionProcess(String processQualifiedName,
Map<String,String> requestParameters,
List<String> requestSourceGUIDs,
List<NewActionTarget> actionTargets,
Date startTime)
Using the named governance action process as a template, initiate a chain of governance actions.
|
abstract String |
OpenMetadataClient.initiateGovernanceActionProcess(String processQualifiedName,
Map<String,String> requestParameters,
List<String> requestSourceGUIDs,
List<NewActionTarget> actionTargets,
Date startTime)
Using the named governance action process as a template, initiate a chain of governance actions.
|
void |
GovernanceContext.recordCompletionStatus(CompletionStatus status,
List<String> outputGuards,
List<NewActionTarget> newActionTargets)
Declare that all of the processing for the governance action service is finished and the status of the work.
|
abstract void |
OpenMetadataClient.recordCompletionStatus(CompletionStatus status,
List<String> outputGuards,
Map<String,String> requestParameters,
List<NewActionTarget> newActionTargets)
Declare that all of the processing for the governance action service is finished and the status of the work.
|
void |
GovernanceContext.recordCompletionStatus(CompletionStatus status,
List<String> outputGuards,
Map<String,String> newRequestParameters,
List<NewActionTarget> newActionTargets)
Declare that all of the processing for the governance action service is finished and the status of the work.
|
| Constructor and Description |
|---|
NewActionTarget(NewActionTarget template)
Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as
long as the template object is not null;
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.