| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.events | |
| org.odpi.openmetadata.repositoryservices.events.beans.v1 |
| Modifier and Type | Method and Description |
|---|---|
OMRSInstanceEventType |
OMRSInstanceEvent.getInstanceEventType()
Return the code for this event's type.
|
static OMRSInstanceEventType |
OMRSInstanceEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OMRSInstanceEventType[] |
OMRSInstanceEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OMRSInstanceEvent(OMRSInstanceEventType instanceEventType,
EntityDetail entity)
Constructor for instance events related to a change to an entity.
|
OMRSInstanceEvent(OMRSInstanceEventType instanceEventType,
EntityDetail entity,
Classification originalClassification,
Classification classification)
Constructor for instance events related to a change to an entity.
|
OMRSInstanceEvent(OMRSInstanceEventType instanceEventType,
EntityDetail originalEntity,
EntityDetail newEntity)
Constructor for instance events related to a change to an entity where the old version is supplied.
|
OMRSInstanceEvent(OMRSInstanceEventType instanceEventType,
InstanceGraph instances)
Constructor for batch instance events.
|
OMRSInstanceEvent(OMRSInstanceEventType instanceEventType,
Relationship relationship)
Constructor for instance events related to a change to a relationship.
|
OMRSInstanceEvent(OMRSInstanceEventType instanceEventType,
Relationship originalRelationship,
Relationship newRelationship)
Constructor for instance events related to a change to a relationship where the original values are also sent.
|
OMRSInstanceEvent(OMRSInstanceEventType instanceEventType,
String typeDefGUID,
String typeDefName,
String instanceGUID)
Constructor for instance events related to a delete or purge of an instance or a request to refresh
an instance.
|
| Modifier and Type | Method and Description |
|---|---|
OMRSInstanceEventType |
OMRSEventV1InstanceSection.getEventType() |
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSEventV1InstanceSection.setEventType(OMRSInstanceEventType eventType) |
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.