| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.events | |
| org.odpi.openmetadata.repositoryservices.events.beans.v1 |
| Modifier and Type | Method and Description |
|---|---|
OMRSTypeDefEventType |
OMRSTypeDefEvent.getTypeDefEventType()
Return the code for this event's type.
|
static OMRSTypeDefEventType |
OMRSTypeDefEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OMRSTypeDefEventType[] |
OMRSTypeDefEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType,
AttributeTypeDef attributeTypeDef)
Outbound event constructor for events such as newAttributeTypeDef.
|
OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType,
AttributeTypeDef originalAttributeTypeDef,
AttributeTypeDef attributeTypeDef)
Outbound event constructor for changing the identifiers associated with AttributeTypeDefs.
|
OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType,
String typeDefGUID,
String typeDefName)
Outbound event constructor for events such as deletes.
|
OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType,
TypeDef typeDef)
Outbound event constructor for events such as newTypeDef.
|
OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType,
TypeDefPatch typeDefPatch)
Outbound event constructor for events such as updates.
|
OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType,
TypeDefSummary originalTypeDefSummary,
TypeDef typeDef)
Outbound event constructor for changing the identifiers associated with TypeDefs.
|
| Modifier and Type | Method and Description |
|---|---|
OMRSTypeDefEventType |
OMRSEventV1TypeDefSection.getTypeDefEventType() |
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSEventV1TypeDefSection.setTypeDefEventType(OMRSTypeDefEventType typeDefEventType) |
Copyright © 2018–2020 ODPi. All rights reserved.