| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.events | |
| org.odpi.openmetadata.repositoryservices.events.beans.v1 |
| Modifier and Type | Field and Description |
|---|---|
protected OMRSEventErrorCode |
OMRSEvent.genericErrorCode |
| Modifier and Type | Method and Description |
|---|---|
OMRSEventErrorCode |
OMRSRegistryEventErrorCode.getEncoding()
Return the encoding to use in OMRSEvents.
|
OMRSEventErrorCode |
OMRSTypeDefEventErrorCode.getEncoding()
Return the encoding to use in OMRSEvents.
|
OMRSEventErrorCode |
OMRSInstanceEventErrorCode.getEncoding()
Return the encoding to use in OMRSEvents.
|
protected OMRSEventErrorCode |
OMRSEvent.getGenericErrorCode()
Return the error code for the event.
|
static OMRSEventErrorCode |
OMRSEventErrorCode.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.
|
| Constructor and Description |
|---|
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 targetMetadataCollectionId,
Connection targetRemoteConnection)
Outbound event constructor used for registry error 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.
|
| Modifier and Type | Method and Description |
|---|---|
OMRSEventErrorCode |
OMRSEventV1ErrorSection.getErrorCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSEventV1ErrorSection.setErrorCode(OMRSEventErrorCode errorCode) |
Copyright © 2018–2020 ODPi. All rights reserved.