Interface IActivityService
-
public interface IActivityServiceMethod to obtain audit logs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getActivitiesForPath(String path)Retrieves list of activities for the given path.String[]getActivitiesForUser(String username)Retrieves list of activities for the given user.String[]getList()Retrieves list of all activities.
-
-
-
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.
-
-