Uses of Class
org.odpi.openmetadata.frameworks.governanceaction.properties.IncidentImpactedElement
-
Packages that use IncidentImpactedElement 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 IncidentImpactedElement in org.odpi.openmetadata.frameworks.governanceaction
Method parameters in org.odpi.openmetadata.frameworks.governanceaction with type arguments of type IncidentImpactedElement Modifier and Type Method Description abstract StringOpenMetadataClient. createIncidentReport(String qualifiedName, int domainIdentifier, String background, List<IncidentImpactedElement> impactedResources, List<IncidentDependency> previousIncidents, Map<String,Integer> incidentClassifiers, Map<String,String> additionalProperties)Create an incident report to capture the situation detected by this governance action service.StringWatchdogGovernanceContext. createIncidentReport(String qualifiedName, int domainIdentifier, String background, List<IncidentImpactedElement> impactedResources, List<IncidentDependency> previousIncidents, Map<String,Integer> incidentClassifiers, Map<String,String> additionalProperties)Create an incident report to capture the situation detected by this governance action service. -
Uses of IncidentImpactedElement in org.odpi.openmetadata.frameworks.governanceaction.properties
Constructors in org.odpi.openmetadata.frameworks.governanceaction.properties with parameters of type IncidentImpactedElement Constructor Description IncidentImpactedElement(IncidentImpactedElement template)Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null;
-