Package org.alfresco.repo.event2
Class EventGenerator.EventTransactionListener
- java.lang.Object
-
- org.alfresco.util.transaction.TransactionListenerAdapter
-
- org.alfresco.repo.event2.EventGenerator.EventTransactionListener
-
- All Implemented Interfaces:
org.alfresco.util.transaction.TransactionListener
- Enclosing class:
- EventGenerator
protected class EventGenerator.EventTransactionListener extends org.alfresco.util.transaction.TransactionListenerAdapter
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEventTransactionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterCommit()protected voidlogAndSendEvent(org.alfresco.repo.event.v1.model.RepoEvent<?> event, Deque<org.alfresco.repo.event.v1.model.EventType> listOfEvents)protected voidsendEvent(AssociationRef peerAssociationRef, PeerAssociationEventConsolidator consolidator)protected voidsendEvent(ChildAssociationRef childAssociationRef, ChildAssociationEventConsolidator consolidator)protected voidsendEvent(NodeRef nodeRef, EventConsolidator consolidator)
-
-
-
Method Detail
-
afterCommit
public void afterCommit()
- Specified by:
afterCommitin interfaceorg.alfresco.util.transaction.TransactionListener- Overrides:
afterCommitin classorg.alfresco.util.transaction.TransactionListenerAdapter
-
sendEvent
protected void sendEvent(NodeRef nodeRef, EventConsolidator consolidator)
-
sendEvent
protected void sendEvent(ChildAssociationRef childAssociationRef, ChildAssociationEventConsolidator consolidator)
-
sendEvent
protected void sendEvent(AssociationRef peerAssociationRef, PeerAssociationEventConsolidator consolidator)
-
logAndSendEvent
protected void logAndSendEvent(org.alfresco.repo.event.v1.model.RepoEvent<?> event, Deque<org.alfresco.repo.event.v1.model.EventType> listOfEvents)
-
-