public interface BaseActivity
| Modifier and Type | Method and Description |
|---|---|
ActivityList |
findActivityLog(int page,
int length,
Calendar beginDate,
Calendar endDate,
String user,
String action,
String item)
Returns a list of all activity log by date, user, action and item.
|
List<String> |
getActivityActions()
Returns a list of all the activity log actions.
|
ActivityList findActivityLog(int page, int length, Calendar beginDate, Calendar endDate, String user, String action, String item) throws LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException
page - the pagelength - the lengthbeginDate - the begin dateendDate - the end dateuser - the useraction - the actionitem - Node uuidLockException - the lock exceptionPathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionList<String> getActivityActions() throws PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, WebserviceException, UnknownException
PathNotFoundException - the path not found exceptionAccessDeniedException - the access denied exceptionRepositoryException - the repository exceptionDatabaseException - the database exceptionWebserviceException - the webservice exceptionUnknownException - the unknown exceptionCopyright © 2022 Open Knowledge Management System S.L.. All Rights Reserved.