Interface Activity
-
public interface Activity
The Activity that was performed on the document, includingAction
, time and page affected- Since:
- 7.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Action
getAction()
Activity info: type, user and detailslong
getMoment()
Instant when the activity took place expressed in epoch millisTarget
getTarget()
Target object containing the info the page where the activity happened
-
-
-
Method Detail
-
getMoment
long getMoment()
Instant when the activity took place expressed in epoch millis- Returns:
- timestamp when the activity and the action took place expressed in epoch millis
- Since:
- 7.0
-
getTarget
Target getTarget()
Target object containing the info the page where the activity happened- Returns:
- object with
Target
page/blogpost - Since:
- 7.0
-
-