Uses of Class
org.wso2.registry.LogEntryCollection

Packages that use LogEntryCollection
org.wso2.registry   
org.wso2.registry.app   
org.wso2.registry.jdbc   
org.wso2.registry.session   
 

Uses of LogEntryCollection in org.wso2.registry
 

Methods in org.wso2.registry that return LogEntryCollection
 LogEntryCollection Registry.getLogCollection(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 LogEntryCollection in org.wso2.registry.app
 

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

Uses of LogEntryCollection in org.wso2.registry.jdbc
 

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

Uses of LogEntryCollection in org.wso2.registry.session
 

Methods in org.wso2.registry.session that return LogEntryCollection
 LogEntryCollection UserRegistry.getLogCollection(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.