Uses of Class
org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEventType
-
Packages that use DataManagerOutboundEventType Package Description org.odpi.openmetadata.accessservices.datamanager.events -
-
Uses of DataManagerOutboundEventType in org.odpi.openmetadata.accessservices.datamanager.events
Methods in org.odpi.openmetadata.accessservices.datamanager.events that return DataManagerOutboundEventType Modifier and Type Method Description DataManagerOutboundEventTypeDataManagerOutboundEvent. getEventType()Return the type of event.static DataManagerOutboundEventTypeDataManagerOutboundEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataManagerOutboundEventType[]DataManagerOutboundEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.datamanager.events with parameters of type DataManagerOutboundEventType Modifier and Type Method Description voidDataManagerOutboundEvent. setEventType(DataManagerOutboundEventType eventType)Set up the type of event.
-