Uses of Class
org.odpi.openmetadata.repositoryservices.events.OMRSRegistryEventErrorCode
-
Packages that use OMRSRegistryEventErrorCode Package Description org.odpi.openmetadata.repositoryservices.events -
-
Uses of OMRSRegistryEventErrorCode in org.odpi.openmetadata.repositoryservices.events
Methods in org.odpi.openmetadata.repositoryservices.events that return OMRSRegistryEventErrorCode Modifier and Type Method Description OMRSRegistryEventErrorCodeOMRSRegistryEvent. getErrorCode()Return the error code for the event.static OMRSRegistryEventErrorCodeOMRSRegistryEventErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static OMRSRegistryEventErrorCode[]OMRSRegistryEventErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.odpi.openmetadata.repositoryservices.events with parameters of type OMRSRegistryEventErrorCode Constructor Description OMRSRegistryEvent(OMRSRegistryEventErrorCode errorCode, String errorMessage, String targetMetadataCollectionId, Connection remoteConnection)Constructor for the REGISTRATION_ERROR_EVENT outbound event.
-