Uses of Class
org.odpi.openmetadata.frameworks.governanceaction.properties.CompletionStatus
-
Packages that use CompletionStatus 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 CompletionStatus in org.odpi.openmetadata.frameworks.governanceaction
Methods in org.odpi.openmetadata.frameworks.governanceaction that return CompletionStatus Modifier and Type Method Description CompletionStatusGovernanceContext. getCompletionStatus()Return any completion status from the governance action service.Methods in org.odpi.openmetadata.frameworks.governanceaction with parameters of type CompletionStatus Modifier and Type Method Description voidGovernanceContext. 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.voidGovernanceContext. 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.voidGovernanceContext. 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 voidOpenMetadataClient. 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. -
Uses of CompletionStatus in org.odpi.openmetadata.frameworks.governanceaction.properties
Methods in org.odpi.openmetadata.frameworks.governanceaction.properties that return CompletionStatus Modifier and Type Method Description static CompletionStatusCompletionStatus. 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.
-