Uses of Class
org.odpi.openmetadata.repositoryservices.events.OMRSEventErrorCode
-
Packages that use OMRSEventErrorCode Package Description org.odpi.openmetadata.repositoryservices.events org.odpi.openmetadata.repositoryservices.events.beans.v1 -
-
Uses of OMRSEventErrorCode in org.odpi.openmetadata.repositoryservices.events
Fields in org.odpi.openmetadata.repositoryservices.events declared as OMRSEventErrorCode Modifier and Type Field Description protected OMRSEventErrorCodeOMRSEvent. genericErrorCodeMethods in org.odpi.openmetadata.repositoryservices.events that return OMRSEventErrorCode Modifier and Type Method Description OMRSEventErrorCodeOMRSInstanceEventErrorCode. getEncoding()Return the encoding to use in OMRSEvents.OMRSEventErrorCodeOMRSRegistryEventErrorCode. getEncoding()Return the encoding to use in OMRSEvents.OMRSEventErrorCodeOMRSTypeDefEventErrorCode. getEncoding()Return the encoding to use in OMRSEvents.protected OMRSEventErrorCodeOMRSEvent. getGenericErrorCode()Return the error code for the event.static OMRSEventErrorCodeOMRSEventErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static OMRSEventErrorCode[]OMRSEventErrorCode. 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 OMRSEventErrorCode Constructor Description OMRSEvent(OMRSEventCategory eventCategory, OMRSEventErrorCode genericErrorCode, String errorMessage, String targetMetadataCollectionId, Connection targetRemoteConnection)Outbound event constructor used for registry error events.OMRSEvent(OMRSEventCategory eventCategory, OMRSEventErrorCode genericErrorCode, String errorMessage, String otherMetadataCollectionId, AttributeTypeDef otherAttributeTypeDef)Outbound constructor used for AttributeTypeDef conflict events.OMRSEvent(OMRSEventCategory eventCategory, OMRSEventErrorCode genericErrorCode, String errorMessage, String targetMetadataCollectionId, AttributeTypeDef targetAttributeTypeDef, AttributeTypeDef otherAttributeTypeDef)Outbound constructor used for AttributeTypeDef conflict events.OMRSEvent(OMRSEventCategory eventCategory, OMRSEventErrorCode genericErrorCode, String errorMessage, String otherMetadataCollectionId, TypeDefSummary otherTypeDefSummary)Outbound constructor used for TypeDef conflict events.OMRSEvent(OMRSEventCategory eventCategory, OMRSEventErrorCode genericErrorCode, String errorMessage, String targetMetadataCollectionId, TypeDefSummary targetTypeDefSummary, String targetInstanceGUID, String otherMetadataCollectionId, InstanceProvenanceType otherOrigin, TypeDefSummary otherTypeDefSummary, String otherInstanceGUID)Outbound constructor used for metadata instance conflict events.OMRSEvent(OMRSEventCategory eventCategory, OMRSEventErrorCode genericErrorCode, String errorMessage, String targetMetadataCollectionId, TypeDefSummary targetTypeDefSummary, String targetInstanceGUID, TypeDefSummary otherTypeDefSummary)Outbound constructor used for metadata instance type conflict events.OMRSEvent(OMRSEventCategory eventCategory, OMRSEventErrorCode genericErrorCode, String errorMessage, String targetMetadataCollectionId, TypeDefSummary targetTypeDefSummary, TypeDef otherTypeDef)Outbound event constructor for a TypeDef patch mismatch warning.OMRSEvent(OMRSEventCategory eventCategory, OMRSEventErrorCode genericErrorCode, String errorMessage, String targetMetadataCollectionId, TypeDefSummary targetTypeDefSummary, TypeDefSummary otherTypeDefSummary)Outbound constructor used for TypeDef conflict events. -
Uses of OMRSEventErrorCode in org.odpi.openmetadata.repositoryservices.events.beans.v1
Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 that return OMRSEventErrorCode Modifier and Type Method Description OMRSEventErrorCodeOMRSEventV1ErrorSection. getErrorCode()Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 with parameters of type OMRSEventErrorCode Modifier and Type Method Description voidOMRSEventV1ErrorSection. setErrorCode(OMRSEventErrorCode errorCode)
-