org.wso2.carbon.registry.admin.api.jmx
Interface IActivityService


public interface IActivityService

Method to obtain audit logs.


Method Summary
 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.


Copyright © 2012 WSO2 Inc. All Rights Reserved.