Uses of Interface
org.alfresco.event.sdk.handling.handler.EventHandler
Packages that use EventHandler
-
Uses of EventHandler in org.alfresco.event.sdk.handling
Methods in org.alfresco.event.sdk.handling that return types with arguments of type EventHandlerModifier and TypeMethodDescriptionEventHandlingRegistry.getEventHandlers(org.alfresco.repo.event.v1.model.RepoEvent repoEvent) Get the list of event handlers that correspond to a specificRepoEvent.Constructor parameters in org.alfresco.event.sdk.handling with type arguments of type EventHandlerModifierConstructorDescriptionEventHandlingRegistry(List<EventHandler> eventHandlers) Constructor. -
Uses of EventHandler in org.alfresco.event.sdk.handling.handler
Subinterfaces of EventHandler in org.alfresco.event.sdk.handling.handlerModifier and TypeInterfaceDescriptioninterfaceEventHandlerinterface that groups all the event handlers related to parent-child association events.interfaceEventHandlerinterface that groups all the event handlers related to node events.interfaceEventHandlerfor parent-child association creation handling.interfaceEventHandlerfor parent-child association deletion handling.interfaceEventHandlerfor node creation handling.interfaceEventHandlerfor node deletion handling.interfaceEventHandlerfor node update handling.interfaceEventHandlerfor peer to peer association creation handling.interfaceEventHandlerfor peer to peer association deletion handling.interfaceEventHandlerfor permission update handling.interfaceEventHandlerinterface that groups all the event handlers related to peer to peer association events.interfaceEventHandlerinterface that groups all the event handlers related to permission events.