Uses of Class
org.odpi.openmetadata.accessservices.governanceengine.events.GovernanceEngineEventType
-
Packages that use GovernanceEngineEventType Package Description org.odpi.openmetadata.accessservices.governanceengine.events Event structures for the Governance Engine OMAS Out Topic -
-
Uses of GovernanceEngineEventType in org.odpi.openmetadata.accessservices.governanceengine.events
Methods in org.odpi.openmetadata.accessservices.governanceengine.events that return GovernanceEngineEventType Modifier and Type Method Description GovernanceEngineEventTypeGovernanceEngineEvent. getEventType()Return the type of event.static GovernanceEngineEventTypeGovernanceEngineEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static GovernanceEngineEventType[]GovernanceEngineEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.governanceengine.events with parameters of type GovernanceEngineEventType Modifier and Type Method Description voidGovernanceEngineEvent. setEventType(GovernanceEngineEventType eventType)Set up the type of event.
-