public interface IActivityService
Modifier and Type | Method and 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.
|
String[] getActivitiesForUser(String username)
username
- the username.String[] getActivitiesForPath(String path)
path
- the resource/collection path.String[] getList()
Copyright © 2017 WSO2. All rights reserved.