| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.events |
| Modifier and Type | Method and Description |
|---|---|
OMRSTypeDefEventErrorCode |
OMRSTypeDefEvent.getErrorCode()
Return the TypeDef error code for error events.
|
static OMRSTypeDefEventErrorCode |
OMRSTypeDefEventErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OMRSTypeDefEventErrorCode[] |
OMRSTypeDefEventErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OMRSTypeDefEvent(OMRSTypeDefEventErrorCode errorCode,
String errorMessage,
AttributeTypeDef originatorAttributeTypeDef,
String otherMetadataCollectionId,
AttributeTypeDef otherAttributeTypeDef)
Outbound event constructor for conflicting attribute typedef errors.
|
OMRSTypeDefEvent(OMRSTypeDefEventErrorCode errorCode,
String errorMessage,
String targetMetadataCollectionId,
AttributeTypeDef targetAttributeTypeDef,
AttributeTypeDef otherAttributeTypeDef)
Outbound event constructor for conflicting attribute typedef errors.
|
OMRSTypeDefEvent(OMRSTypeDefEventErrorCode errorCode,
String errorMessage,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDefSummary,
TypeDef otherTypeDef)
Outbound event constructor for typedef mismatch errors.
|
OMRSTypeDefEvent(OMRSTypeDefEventErrorCode errorCode,
String errorMessage,
TypeDefSummary originatorTypeDefSummary,
String otherMetadataCollectionId,
TypeDefSummary otherTypeDefSummary)
Outbound event constructor for conflicting typedef errors.
|
Copyright © 2018–2020 ODPi. All rights reserved.