Class ActivityDocumentAddedEvent

  • All Implemented Interfaces:
    IPortalEvent

    @StableMinor(version="14.0",
                 sinceVersion="8.2")
    public class ActivityDocumentAddedEvent
    extends AbstractPortalEvent
    Event that indicates that an ActivityDocument has been added to the big data. Note that, although the document has been added, it is possible that it is not yet available in big data search results, but should soon be.
    Since:
    8.2.0
    Version:
    $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
    • Method Detail

      • getActivityDocument

        public ActivityDocument getActivityDocument()
        The activity document that has been added to the big data.
        Returns:
        Since:
        8.2.0