|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.caching |
---|
Methods in org.wso2.carbon.registry.core.caching that return LogEntry | |
---|---|
LogEntry[] |
CacheBackedRegistry.getLogs(String resourcePath,
int action,
String userName,
Date from,
Date to,
boolean recentFirst)
|
Uses of LogEntry in org.wso2.carbon.registry.core.dao |
---|
Methods in org.wso2.carbon.registry.core.dao that return LogEntry | |
---|---|
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. |
Uses of LogEntry in org.wso2.carbon.registry.core.ghostregistry |
---|
Methods in org.wso2.carbon.registry.core.ghostregistry that return LogEntry | |
---|---|
LogEntry[] |
GhostRegistry.getLogs(String resourcePath,
int action,
String userName,
Date from,
Date to,
boolean recentFirst)
|
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[] |
JDBCLogsDAO.getLogs(String resourcePath,
int action,
String userName,
Date from,
Date to,
boolean descending,
DataAccessManager dataAccessManager)
|
LogEntry[] |
JDBCLogsDAO.getLogs(String resourcePath,
int action,
String userName,
Date from,
Date to,
boolean descending,
int start,
int pageLen,
DataAccessManager dataAccessManager)
|
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 |