| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.events |
| Modifier and Type | Method and Description |
|---|---|
OMRSEventV1 |
OMRSInstanceEvent.getOMRSEventV1()
Returns an OMRSEvent populated with details from this InstanceEvent
|
OMRSEventV1 |
OMRSEvent.getOMRSEventV1()
Returns an OMRSEvent populated with details about a generic event.
|
OMRSEventV1 |
OMRSRegistryEvent.getOMRSEventV1()
Returns an OMRSEvent populated with details from this RegistryEvent
|
OMRSEventV1 |
OMRSTypeDefEvent.getOMRSEventV1()
Returns an OMRSEvent populated with details from this TypeDefEvent
|
| Constructor and Description |
|---|
OMRSEvent(OMRSEventV1 inboundEvent)
Inbound event constructor that takes the object created by the Jackson JSON mapper and unpacks the
properties into the internal OMRSEvent object.
|
OMRSInstanceEvent(OMRSEventV1 inboundEvent)
Inbound event constructor that takes the object created by the Jackson JSON mapper and unpacks the
properties into the instance event.
|
OMRSRegistryEvent(OMRSEventV1 inboundEvent)
Inbound event constructor that takes the object created by the Jackson JSON mapper and unpacks the
properties into the registry event.
|
OMRSTypeDefEvent(OMRSEventV1 inboundEvent)
Inbound event constructor that takes the object created by the Jackson JSON mapper and unpacks the
properties into the instance event.
|
Copyright © 2018–2020 ODPi. All rights reserved.