Interface IActivityService


  • public interface IActivityService
    Method to obtain audit logs.
    • Method Detail

      • getActivitiesForUser

        String[] getActivitiesForUser​(String username)
        Retrieves list of activities for the given user.
        Parameters:
        username - the username.
        Returns:
        list of activities.
      • getActivitiesForPath

        String[] getActivitiesForPath​(String path)
        Retrieves list of activities for the given path.
        Parameters:
        path - the resource/collection path.
        Returns:
        list of activities.
      • getList

        String[] getList()
        Retrieves list of all activities.
        Returns:
        list of activities.