| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.events |
| Modifier and Type | Method and Description |
|---|---|
OMRSInstanceEventErrorCode |
OMRSInstanceEvent.getErrorCode()
Return the error code for this instance event.
|
static OMRSInstanceEventErrorCode |
OMRSInstanceEventErrorCode.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.
|
| Constructor and 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.
|
Copyright © 2018–2019 ODPi. All rights reserved.