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