Package lumis.portal.activitystream
Class ActivityDocumentAddedEvent
- java.lang.Object
-
- lumis.portal.event.AbstractPortalEvent
-
- lumis.portal.activitystream.ActivityDocumentAddedEvent
-
- All Implemented Interfaces:
IPortalEvent
@StableMinor(version="14.0", sinceVersion="8.2") public class ActivityDocumentAddedEvent extends AbstractPortalEvent
Event that indicates that anActivityDocument
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivityDocument
getActivityDocument()
The activity document that has been added to the big data.-
Methods inherited from class lumis.portal.event.AbstractPortalEvent
getEventGroups, getOperationType, setEventGroups, setOperationType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface lumis.portal.event.IPortalEvent
toString
-
-
-
-
Method Detail
-
getActivityDocument
public ActivityDocument getActivityDocument()
The activity document that has been added to the big data.- Returns:
- Since:
- 8.2.0
-
-