Interface Activity

    • Method Detail

      • getActivityId

        java.lang.String getActivityId()
        Returns the internal activity id
        Returns:
        The internal activity id
        Since:
        1.0
      • getUserName

        @Deprecated
        java.lang.String getUserName()
        Deprecated.
        Deprecated since 6.17.0. Use getPerformer() instead. returns the name of the user responsible for this action
        Returns:
        The name of the user responsible for this action
        Since:
        1.0
      • getPerformer

        java.lang.String getPerformer()
        Returns:
        The name of the user responsible for this action
        Since:
        6.17.0
      • getDate

        java.util.Date getDate()
        returns the date of this action
        Returns:
        The date of this action
        Since:
        1.0
      • getComment

        java.lang.String getComment()
        returns the comment recorded by the user when this action was performed
        Returns:
        Any comment recorded by the user when this action was performed
        Since:
        1.0