| 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 |
|---|---|
abstract GovernanceActionStatus |
GovernanceActionEngine.getGovernanceActionStatus(String userId,
String governanceActionGUID)
Request the status of an executing governance action request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceContext.updateActionTargetStatus(String actionTargetGUID,
GovernanceActionStatus status,
Date startDate,
Date completionDate)
Update the status of a specific action target.
|
abstract void |
OpenMetadataClient.updateActionTargetStatus(String actionTargetGUID,
GovernanceActionStatus status,
Date startDate,
Date completionDate)
Update the status of a specific action target.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceActionStatus |
ActionTargetElement.getStatus()
Return the current status of the action target.
|
static GovernanceActionStatus |
GovernanceActionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GovernanceActionStatus[] |
GovernanceActionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionTargetElement.setStatus(GovernanceActionStatus status)
Set up current status of the action target.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.