Uses of Class
org.wso2.registry.LogEntry

Packages that use LogEntry
org.wso2.registry   
org.wso2.registry.app   
org.wso2.registry.jdbc   
org.wso2.registry.jdbc.dao   
org.wso2.registry.session   
 

Uses of LogEntry in org.wso2.registry
 

Methods in org.wso2.registry that return LogEntry
 LogEntry[] LogEntryCollection.getLogEntries()
           
 LogEntry[] LogEntryCollection.getLogEntries(int start, int pageLen)
           
 LogEntry[] Registry.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean recentFirst)
          Returns the logs of the activities occured in the registy.
 

Uses of LogEntry in org.wso2.registry.app
 

Methods in org.wso2.registry.app that return LogEntry
 LogEntry[] RemoteRegistry.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean recentFirst)
           
 

Uses of LogEntry in org.wso2.registry.jdbc
 

Methods in org.wso2.registry.jdbc that return LogEntry
 LogEntry[] JDBCRegistry.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean recentFirst)
           
 LogEntry[] BasicRegistry.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean recentFirst)
           
 LogEntry[] AtomicRegistry.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean recentFirst)
           
 

Uses of LogEntry in org.wso2.registry.jdbc.dao
 

Methods in org.wso2.registry.jdbc.dao that return LogEntry
 LogEntry[] LogsDAO.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean descending, javax.sql.DataSource dataSource)
           
 LogEntry[] LogsDAO.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean descending, int start, int pageLen, javax.sql.DataSource dataSource)
           
 

Uses of LogEntry in org.wso2.registry.session
 

Methods in org.wso2.registry.session that return LogEntry
 LogEntry[] UserRegistry.getLogs(java.lang.String resourcePath, int action, java.lang.String userName, java.util.Date from, java.util.Date to, boolean recentFirst)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.