Interface Activity
-
public interface ActivityThe 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 ActiongetAction()Activity info: type, user and detailslonggetMoment()Instant when the activity took place expressed in epoch millisTargetgetTarget()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
Targetpage/blogpost - Since:
- 7.0
-
-