|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogEntry | |
---|---|
org.wso2.carbon.registry.app | |
org.wso2.carbon.registry.core | |
org.wso2.carbon.registry.core.jdbc | |
org.wso2.carbon.registry.core.jdbc.dao | |
org.wso2.carbon.registry.core.session |
Uses of LogEntry in org.wso2.carbon.registry.app |
---|
Methods in org.wso2.carbon.registry.app that return LogEntry | |
---|---|
LogEntry[] |
RemoteRegistry.getLogs(String resourcePath,
int action,
String userName,
Date from,
Date to,
boolean recentFirst)
|
Uses of LogEntry in org.wso2.carbon.registry.core |
---|
Methods in org.wso2.carbon.registry.core that return LogEntry | |
---|---|
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. |
Uses of LogEntry in org.wso2.carbon.registry.core.jdbc |
---|
Methods in org.wso2.carbon.registry.core.jdbc that return LogEntry | |
---|---|
LogEntry[] |
EmbeddedRegistry.getLogs(String resourcePath,
int action,
String userName,
Date from,
Date to,
boolean recentFirst)
|
Uses of LogEntry in org.wso2.carbon.registry.core.jdbc.dao |
---|
Methods in org.wso2.carbon.registry.core.jdbc.dao that return LogEntry | |
---|---|
LogEntry[] |
LogsDAO.getLogs(String resourcePath,
int action,
String userName,
Date from,
Date to,
boolean descending,
DataSource dataSource)
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,
DataSource dataSource)
Method to get a list of log entries. |
Uses of LogEntry in org.wso2.carbon.registry.core.session |
---|
Methods in org.wso2.carbon.registry.core.session that return LogEntry | |
---|---|
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)
|
Methods in org.wso2.carbon.registry.core.session with parameters of type LogEntry | |
---|---|
LogEntry[] |
ChrootWrapper.fixLogEntries(LogEntry[] logEntries)
Convert the paths of the log entries to relative values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |