Uses of Class
org.odpi.openmetadata.repositoryservices.events.OMRSEventOriginator
-
Packages that use OMRSEventOriginator Package Description org.odpi.openmetadata.repositoryservices.events org.odpi.openmetadata.repositoryservices.events.beans.v1 -
-
Uses of OMRSEventOriginator in org.odpi.openmetadata.repositoryservices.events
Fields in org.odpi.openmetadata.repositoryservices.events declared as OMRSEventOriginator Modifier and Type Field Description protected OMRSEventOriginatorOMRSEvent. eventOriginatorMethods in org.odpi.openmetadata.repositoryservices.events that return OMRSEventOriginator Modifier and Type Method Description OMRSEventOriginatorOMRSEvent. getEventOriginator()Return details of the originator of the event including the id of their metadata collection.Methods in org.odpi.openmetadata.repositoryservices.events with parameters of type OMRSEventOriginator Modifier and Type Method Description voidOMRSEvent. setEventOriginator(OMRSEventOriginator eventOriginator)Set up details of the event originator used by the event publisher for outbound events. -
Uses of OMRSEventOriginator in org.odpi.openmetadata.repositoryservices.events.beans.v1
Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 that return OMRSEventOriginator Modifier and Type Method Description OMRSEventOriginatorOMRSEventV1. getOriginator()Return details about the event originator.Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 with parameters of type OMRSEventOriginator Modifier and Type Method Description voidOMRSEventV1. setOriginator(OMRSEventOriginator originator)
-