Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.events.AssetManagerEventType
-
Packages that use AssetManagerEventType Package Description org.odpi.openmetadata.accessservices.assetmanager.events Definitions of the different types of events that the Asset Manager OMAS can publish. -
-
Uses of AssetManagerEventType in org.odpi.openmetadata.accessservices.assetmanager.events
Methods in org.odpi.openmetadata.accessservices.assetmanager.events that return AssetManagerEventType Modifier and Type Method Description AssetManagerEventTypeAssetManagerOutTopicEvent. getEventType()Return the event type.static AssetManagerEventTypeAssetManagerEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssetManagerEventType[]AssetManagerEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.assetmanager.events with parameters of type AssetManagerEventType Modifier and Type Method Description voidAssetManagerOutTopicEvent. setEventType(AssetManagerEventType eventType)Set up the event type.
-