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