Uses of Class
org.odpi.openmetadata.repositoryservices.events.OMRSInstanceEventErrorCode
-
Packages that use OMRSInstanceEventErrorCode Package Description org.odpi.openmetadata.repositoryservices.events -
-
Uses of OMRSInstanceEventErrorCode in org.odpi.openmetadata.repositoryservices.events
Methods in org.odpi.openmetadata.repositoryservices.events that return OMRSInstanceEventErrorCode Modifier and Type Method Description OMRSInstanceEventErrorCodeOMRSInstanceEvent. getErrorCode()Return the error code for this instance event.static OMRSInstanceEventErrorCodeOMRSInstanceEventErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static OMRSInstanceEventErrorCode[]OMRSInstanceEventErrorCode. 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 OMRSInstanceEventErrorCode Constructor Description OMRSInstanceEvent(OMRSInstanceEventErrorCode errorCode, String errorMessage, String targetMetadataCollectionId, TypeDefSummary targetTypeDefSummary, String targetInstanceGUID, String otherMetadataCollectionId, InstanceProvenanceType otherOrigin, TypeDefSummary otherTypeDefSummary, String otherInstanceGUID)Constructor for instance conflict events.OMRSInstanceEvent(OMRSInstanceEventErrorCode errorCode, String errorMessage, String targetMetadataCollectionId, TypeDefSummary targetTypeDefSummary, String targetInstanceGUID, TypeDefSummary otherTypeDefSummary)Instance type conflict event.
-