Uses of Class
org.alfresco.repo.event2.EventInfo
Packages that use EventInfo
-
Uses of EventInfo in org.alfresco.repo.event2
Methods in org.alfresco.repo.event2 that return EventInfoModifier and TypeMethodDescriptionprotected EventInfoEventGenerator.getEventInfo(String user) EventInfo.setPrincipal(String principal) EventInfo.setTimestamp(ZonedDateTime timestamp) Methods in org.alfresco.repo.event2 with parameters of type EventInfoModifier and TypeMethodDescriptionprotected org.alfresco.repo.event.v1.model.DataAttributes<org.alfresco.repo.event.v1.model.ChildAssociationResource>ChildAssociationEventConsolidator.buildEventData(EventInfo eventInfo, org.alfresco.repo.event.v1.model.ChildAssociationResource resource) protected org.alfresco.repo.event.v1.model.DataAttributes<org.alfresco.repo.event.v1.model.NodeResource>EventConsolidator.buildEventData(EventInfo eventInfo, org.alfresco.repo.event.v1.model.NodeResource resource, org.alfresco.repo.event.v1.model.EventType eventType) protected org.alfresco.repo.event.v1.model.DataAttributes<org.alfresco.repo.event.v1.model.PeerAssociationResource>PeerAssociationEventConsolidator.buildEventData(EventInfo eventInfo, org.alfresco.repo.event.v1.model.PeerAssociationResource resource) org.alfresco.repo.event.v1.model.RepoEvent<org.alfresco.repo.event.v1.model.DataAttributes<org.alfresco.repo.event.v1.model.ChildAssociationResource>>ChildAssociationEventConsolidator.getRepoEvent(EventInfo eventInfo) Builds and returns theRepoEventinstance.org.alfresco.repo.event.v1.model.RepoEvent<org.alfresco.repo.event.v1.model.DataAttributes<org.alfresco.repo.event.v1.model.NodeResource>>EventConsolidator.getRepoEvent(EventInfo eventInfo) Builds and returns theRepoEventinstance.org.alfresco.repo.event.v1.model.RepoEvent<org.alfresco.repo.event.v1.model.DataAttributes<org.alfresco.repo.event.v1.model.PeerAssociationResource>>PeerAssociationEventConsolidator.getRepoEvent(EventInfo eventInfo) Builds and returns theRepoEventinstance.