Uses of Class
org.alfresco.repo.event2.EventInfo

Packages that use EventInfo
Package
Description
 
  • Uses of EventInfo in org.alfresco.repo.event2

    Methods in org.alfresco.repo.event2 that return EventInfo
    Modifier and Type
    Method
    Description
    protected EventInfo
    EventGenerator.getEventInfo(String user)
     
    EventInfo.setId(String id)
     
    EventInfo.setPrincipal(String principal)
     
    EventInfo.setSource(URI source)
     
    EventInfo.setTimestamp(ZonedDateTime timestamp)
     
    EventInfo.setTxnId(String txnId)
     
    Methods in org.alfresco.repo.event2 with parameters of type EventInfo
    Modifier and Type
    Method
    Description
    protected 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 the RepoEvent instance.
    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 the RepoEvent instance.
    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 the RepoEvent instance.