void |
GovernanceActionContext.recordCompletionStatus(CompletionStatus status,
List<String> outputGuards) |
Declare that all the processing for the governance action service is finished and the status of the work.
|
void |
GovernanceActionContext.recordCompletionStatus(CompletionStatus status,
List<String> outputGuards,
List<NewActionTarget> newActionTargets) |
Declare that all the processing for the governance action service is finished and the status of the work.
|
void |
GovernanceActionContext.recordCompletionStatus(CompletionStatus status,
List<String> outputGuards,
Map<String,String> newRequestParameters,
List<NewActionTarget> newActionTargets) |
Declare that all the processing for the governance action service is finished and the status of the work.
|
void |
GovernanceContext.recordCompletionStatus(CompletionStatus status,
List<String> outputGuards) |
Declare that all 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 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 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 the processing for the governance action service is finished and the status of the work.
|