Modifier and Type | Method and Description |
---|---|
LogEntry[] |
RemoteRegistry.getLogs(String _resourcePath,
int action,
String userName,
Date from,
Date to,
boolean recentFirst) |
Modifier and Type | Method and Description |
---|---|
LogEntry[] |
LogEntryCollection.getLogEntries()
Returns an array of log entries filtered by the provided information.
|
LogEntry[] |
LogEntryCollection.getLogEntries(int start,
int pageLen)
Returns an array of log entries filtered by the provided information and in the provided
range.
|
LogEntry[] |
Registry.getLogs(String resourcePath,
int action,
String userName,
Date from,
Date to,
boolean recentFirst)
Returns the logs of the activities occurred in the registry.
|
Modifier and Type | Method and Description |
---|---|
LogEntry[] |
CacheBackedRegistry.getLogs(String resourcePath,
int action,
String userName,
Date from,
Date to,
boolean recentFirst) |
Modifier and Type | Method and Description |
---|---|
LogEntry[] |
LogsDAO.getLogs(String resourcePath,
int action,
String userName,
Date from,
Date to,
boolean descending,
DataAccessManager dataAccessManager)
Method to get a list of log entries.
|
LogEntry[] |
LogsDAO.getLogs(String resourcePath,
int action,
String userName,
Date from,
Date to,
boolean descending,
int start,
int pageLen,
DataAccessManager dataAccessManager)
Method to get a list of log entries.
|
Modifier and Type | Method and Description |
---|---|
LogEntry[] |
GhostRegistry.getLogs(String resourcePath,
int action,
String userName,
Date from,
Date to,
boolean recentFirst) |
Modifier and Type | Method and Description |
---|---|
LogEntry[] |
EmbeddedRegistry.getLogs(String resourcePath,
int action,
String userName,
Date from,
Date to,
boolean recentFirst) |
Modifier and Type | Method and Description |
---|---|
LogEntry[] |
JDBCLogsDAO.getLogs(String path,
int action,
String userName,
Date from,
Date to,
boolean descending,
DataAccessManager dataAccessManager) |
LogEntry[] |
JDBCLogsDAO.getLogs(String path,
int action,
String userName,
Date from,
Date to,
boolean descending,
int start,
int pageLen,
DataAccessManager dataAccessManager) |
Modifier and Type | Method and Description |
---|---|
LogEntry[] |
ChrootWrapper.fixLogEntries(LogEntry[] logEntries)
Convert the paths of the log entries to relative values.
|
LogEntry[] |
UserRegistry.getLogs(String resourcePath,
int action,
String userName,
Date from,
Date to,
boolean recentFirst) |
Modifier and Type | Method and Description |
---|---|
LogEntry[] |
ChrootWrapper.fixLogEntries(LogEntry[] logEntries)
Convert the paths of the log entries to relative values.
|
Copyright © 2015 WSO2 Inc. All Rights Reserved.