Uses of Class
org.odpi.openmetadata.accessservices.governanceengine.ffdc.GovernanceEngineAuditCode
-
Packages that use GovernanceEngineAuditCode Package Description org.odpi.openmetadata.accessservices.governanceengine.ffdc This package provides the first failure data capture support for the Governance Engine OMAS module. -
-
Uses of GovernanceEngineAuditCode in org.odpi.openmetadata.accessservices.governanceengine.ffdc
Methods in org.odpi.openmetadata.accessservices.governanceengine.ffdc that return GovernanceEngineAuditCode Modifier and Type Method Description static GovernanceEngineAuditCodeGovernanceEngineAuditCode. valueOf(String name)Returns the enum constant of this type with the specified name.static GovernanceEngineAuditCode[]GovernanceEngineAuditCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-