Uses of Class
org.odpi.openmetadata.repositoryservices.events.OMRSRegistryEventType
-
Packages that use OMRSRegistryEventType Package Description org.odpi.openmetadata.repositoryservices.events org.odpi.openmetadata.repositoryservices.events.beans.v1 -
-
Uses of OMRSRegistryEventType in org.odpi.openmetadata.repositoryservices.events
Methods in org.odpi.openmetadata.repositoryservices.events that return OMRSRegistryEventType Modifier and Type Method Description OMRSRegistryEventTypeOMRSRegistryEvent. getRegistryEventType()Return the specific registry event type.static OMRSRegistryEventTypeOMRSRegistryEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static OMRSRegistryEventType[]OMRSRegistryEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.odpi.openmetadata.repositoryservices.events with parameters of type OMRSRegistryEventType Constructor Description OMRSRegistryEvent(OMRSRegistryEventType registryEventType)Constructor for an UnRegistration Event.OMRSRegistryEvent(OMRSRegistryEventType registryEventType, Date registrationTimestamp, String metadataCollectionName, Connection remoteConnection)Constructor for a normal outbound event. -
Uses of OMRSRegistryEventType in org.odpi.openmetadata.repositoryservices.events.beans.v1
Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 that return OMRSRegistryEventType Modifier and Type Method Description OMRSRegistryEventTypeOMRSEventV1RegistrySection. getRegistryEventType()Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 with parameters of type OMRSRegistryEventType Modifier and Type Method Description voidOMRSEventV1RegistrySection. setRegistryEventType(OMRSRegistryEventType registryEventType)
-