Uses of Class
de.hybris.platform.audit.view.impl.EventType
-
Packages that use EventType Package Description de.hybris.platform.audit.view.impl -
-
Uses of EventType in de.hybris.platform.audit.view.impl
Methods in de.hybris.platform.audit.view.impl that return EventType Modifier and Type Method Description EventTypeAuditEvent. getEventType()EventTypeDefaultAuditEvent. getEventType()static EventTypeEventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EventType[]EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.hybris.platform.audit.view.impl with parameters of type EventType Constructor Description DefaultAuditEvent(AuditRecord record, java.util.Date timestamp, EventType eventType)
-