Interface IActivityService
public interface IActivityService
Method to obtain audit logs.
-
Method Summary
Modifier and TypeMethodDescriptionString[]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 Details
-
getActivitiesForUser
Retrieves list of activities for the given user.- Parameters:
username- the username.- Returns:
- list of activities.
-
getActivitiesForPath
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.
-