Uses of Class
org.fcrepo.kernel.api.observer.EventType
-
Packages that use EventType Package Description org.fcrepo.kernel.api.observer -
-
Uses of EventType in org.fcrepo.kernel.api.observer
Methods in org.fcrepo.kernel.api.observer that return EventType Modifier and Type Method Description static EventTypeEventType. valueOf(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.Methods in org.fcrepo.kernel.api.observer that return types with arguments of type EventType Modifier and Type Method Description Set<EventType>Event. getTypes()
-