Uses of Class
org.odpi.openmetadata.repositoryservices.events.beans.v1.OMRSEventV1
-
Packages that use OMRSEventV1 Package Description org.odpi.openmetadata.repositoryservices.events -
-
Uses of OMRSEventV1 in org.odpi.openmetadata.repositoryservices.events
Methods in org.odpi.openmetadata.repositoryservices.events that return OMRSEventV1 Modifier and Type Method Description OMRSEventV1OMRSEvent. getOMRSEventV1()Returns an OMRSEvent populated with details about a generic event.OMRSEventV1OMRSInstanceEvent. getOMRSEventV1()Returns an OMRSEvent populated with details from this InstanceEventOMRSEventV1OMRSRegistryEvent. getOMRSEventV1()Returns an OMRSEvent populated with details from this RegistryEventOMRSEventV1OMRSTypeDefEvent. getOMRSEventV1()Returns an OMRSEvent populated with details from this TypeDefEventConstructors in org.odpi.openmetadata.repositoryservices.events with parameters of type OMRSEventV1 Constructor 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.
-