Uses of Class
org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionStatus
-
Packages that use GovernanceActionStatus 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 -
-
Uses of GovernanceActionStatus in org.odpi.openmetadata.frameworks.governanceaction
Methods in org.odpi.openmetadata.frameworks.governanceaction that return GovernanceActionStatus Modifier and Type Method Description abstract GovernanceActionStatusGovernanceActionEngine. getGovernanceActionStatus(String userId, String governanceActionGUID)Request the status of an executing governance action request.Methods in org.odpi.openmetadata.frameworks.governanceaction with parameters of type GovernanceActionStatus Modifier and Type Method Description voidGovernanceActionContext. updateActionTargetStatus(String actionTargetGUID, GovernanceActionStatus status, Date startDate, Date completionDate)Update the status of a specific action target.voidGovernanceContext. updateActionTargetStatus(String actionTargetGUID, GovernanceActionStatus status, Date startDate, Date completionDate)Update the status of a specific action target.abstract voidOpenMetadataClient. updateActionTargetStatus(String actionTargetGUID, GovernanceActionStatus status, Date startDate, Date completionDate)Update the status of a specific action target. -
Uses of GovernanceActionStatus in org.odpi.openmetadata.frameworks.governanceaction.properties
Methods in org.odpi.openmetadata.frameworks.governanceaction.properties that return GovernanceActionStatus Modifier and Type Method Description GovernanceActionStatusActionTargetElement. getStatus()Return the current status of the action target.static GovernanceActionStatusGovernanceActionStatus. 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.Methods in org.odpi.openmetadata.frameworks.governanceaction.properties with parameters of type GovernanceActionStatus Modifier and Type Method Description voidActionTargetElement. setStatus(GovernanceActionStatus status)Set up current status of the action target.
-