Interface Activity


  • public interface Activity
    The Activity that was performed on the document, including Action, time and page affected
    Since:
    7.0
    • 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
      • getAction

        Action getAction()
        Activity info: type, user and details
        Returns:
        object Action with all the activity details
        Since:
        7.0