| 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 |
|---|---|
CompletionStatus |
GovernanceContext.getCompletionStatus()
Return any completion status from the governance action service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceContext.recordCompletionStatus(CompletionStatus status,
List<String> outputGuards)
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,
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static CompletionStatus |
CompletionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompletionStatus[] |
CompletionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.