Uses of Class
org.odpi.openmetadata.repositoryservices.events.OMRSInstanceEvent
-
Packages that use OMRSInstanceEvent Package Description org.odpi.openmetadata.repositoryservices.connectors.omrstopic org.odpi.openmetadata.repositoryservices.events -
-
Uses of OMRSInstanceEvent in org.odpi.openmetadata.repositoryservices.connectors.omrstopic
Methods in org.odpi.openmetadata.repositoryservices.connectors.omrstopic with parameters of type OMRSInstanceEvent Modifier and Type Method Description voidOMRSTopicListenerBase. processInstanceEvent(OMRSInstanceEvent instanceEvent)Method to pass an Instance event received on topic.voidOMRSTopicListenerWrapper. processInstanceEvent(OMRSInstanceEvent event)Method to pass an Instance event received on topic.voidOMRSTopicRepositoryEventListener. processInstanceEvent(OMRSInstanceEvent event)Method to pass an Instance event received on topic.voidOMRSTopic. sendInstanceEvent(OMRSInstanceEvent event)Sends the supplied event to the topic.voidOMRSTopicConnector. sendInstanceEvent(OMRSInstanceEvent instanceEvent)Set the instance event to the OMRS Topic connector if the instance event is of the permitted type. -
Uses of OMRSInstanceEvent in org.odpi.openmetadata.repositoryservices.events
Methods in org.odpi.openmetadata.repositoryservices.events that return OMRSInstanceEvent Modifier and Type Method Description OMRSInstanceEventOMRSMetadataDefaultEventsSecurity. validateInboundEvent(String cohortName, OMRSInstanceEvent event)Validate whether an event received from another member of the cohort should be processed by this server.OMRSInstanceEventOpenMetadataEventsSecurity. validateInboundEvent(String cohortName, OMRSInstanceEvent event)Validate whether an event received from another member of the cohort should be processed by this server.OMRSInstanceEventOMRSMetadataDefaultEventsSecurity. validateOutboundEvent(String cohortName, OMRSInstanceEvent event)Validate whether an event should be sent to the other members of the cohort by this server.OMRSInstanceEventOpenMetadataEventsSecurity. validateOutboundEvent(String cohortName, OMRSInstanceEvent event)Validate whether an event should be sent to the other members of the cohort by this server.Methods in org.odpi.openmetadata.repositoryservices.events with parameters of type OMRSInstanceEvent Modifier and Type Method Description abstract voidOMRSInstanceEventProcessor. sendInstanceEvent(String sourceName, OMRSInstanceEvent instanceEvent)Process the instance event directly.voidOMRSInstanceEventProcessorInterface. sendInstanceEvent(String sourceName, OMRSInstanceEvent instanceEvent)Process the instance event directly.OMRSInstanceEventOMRSMetadataDefaultEventsSecurity. validateInboundEvent(String cohortName, OMRSInstanceEvent event)Validate whether an event received from another member of the cohort should be processed by this server.OMRSInstanceEventOpenMetadataEventsSecurity. validateInboundEvent(String cohortName, OMRSInstanceEvent event)Validate whether an event received from another member of the cohort should be processed by this server.OMRSInstanceEventOMRSMetadataDefaultEventsSecurity. validateOutboundEvent(String cohortName, OMRSInstanceEvent event)Validate whether an event should be sent to the other members of the cohort by this server.OMRSInstanceEventOpenMetadataEventsSecurity. validateOutboundEvent(String cohortName, OMRSInstanceEvent event)Validate whether an event should be sent to the other members of the cohort by this server.
-