Uses of Class
org.alfresco.repo.event2.EventType
-
Packages that use EventType Package Description org.alfresco.repo.event2 -
-
Uses of EventType in org.alfresco.repo.event2
Methods in org.alfresco.repo.event2 that return EventType Modifier and Type Method Description 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.Methods in org.alfresco.repo.event2 that return types with arguments of type EventType Modifier and Type Method Description java.util.Deque<EventType>ChildAssociationEventConsolidator. getEventTypes()Get event types.java.util.Deque<EventType>EventConsolidator. getEventTypes()java.util.Deque<EventType>PeerAssociationEventConsolidator. getEventTypes()Get event types.
-