| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.events | |
| org.odpi.openmetadata.repositoryservices.events.beans.v1 |
| Modifier and Type | Field and Description |
|---|---|
protected OMRSEventCategory |
OMRSEvent.eventCategory |
| Modifier and Type | Method and Description |
|---|---|
OMRSEventCategory |
OMRSEvent.getEventCategory()
Return the category of the event.
|
static OMRSEventCategory |
OMRSEventCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OMRSEventCategory[] |
OMRSEventCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OMRSEvent(OMRSEventCategory eventCategory)
Outbound event constructor used when there is no error.
|
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 |
|---|---|
OMRSEventCategory |
OMRSEventV1.getEventCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSEventV1.setEventCategory(OMRSEventCategory eventCategory) |
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.