Uses of Class
org.wso2.registry.LogEntry

Packages that use LogEntry
org.wso2.registry   
org.wso2.registry.app   
org.wso2.registry.inmemory   
org.wso2.registry.jdbc   
org.wso2.registry.secure   
 

Uses of LogEntry in org.wso2.registry
 

Methods in org.wso2.registry that return LogEntry
 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.inmemory
 

Methods in org.wso2.registry.inmemory that return LogEntry
 LogEntry[] InMemoryRegistry.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)
           
 

Uses of LogEntry in org.wso2.registry.secure
 

Methods in org.wso2.registry.secure that return LogEntry
 LogEntry[] SecureRegistry.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.