Uses of Class
org.wso2.carbon.registry.core.LogEntryCollection

Packages that use LogEntryCollection
org.wso2.carbon.registry.app   
org.wso2.carbon.registry.core   
org.wso2.carbon.registry.core.caching   
org.wso2.carbon.registry.core.ghostregistry   
org.wso2.carbon.registry.core.jdbc   
org.wso2.carbon.registry.core.session   
 

Uses of LogEntryCollection in org.wso2.carbon.registry.app
 

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

Uses of LogEntryCollection in org.wso2.carbon.registry.core
 

Methods in org.wso2.carbon.registry.core that return LogEntryCollection
 LogEntryCollection Registry.getLogCollection(String resourcePath, int action, String userName, Date from, Date to, boolean recentFirst)
          Deprecated. instead use Registry.getLogs(String, int, String, java.util.Date, java.util.Date, boolean)}
 

Uses of LogEntryCollection in org.wso2.carbon.registry.core.caching
 

Methods in org.wso2.carbon.registry.core.caching that return LogEntryCollection
 LogEntryCollection CacheBackedRegistry.getLogCollection(String resourcePath, int action, String userName, Date from, Date to, boolean recentFirst)
           
 

Uses of LogEntryCollection in org.wso2.carbon.registry.core.ghostregistry
 

Methods in org.wso2.carbon.registry.core.ghostregistry that return LogEntryCollection
 LogEntryCollection GhostRegistry.getLogCollection(String resourcePath, int action, String userName, Date from, Date to, boolean recentFirst)
          Deprecated. 
 

Uses of LogEntryCollection in org.wso2.carbon.registry.core.jdbc
 

Methods in org.wso2.carbon.registry.core.jdbc that return LogEntryCollection
 LogEntryCollection EmbeddedRegistry.getLogCollection(String resourcePath, int action, String userName, Date from, Date to, boolean recentFirst)
           
 

Uses of LogEntryCollection in org.wso2.carbon.registry.core.session
 

Methods in org.wso2.carbon.registry.core.session that return LogEntryCollection
 LogEntryCollection UserRegistry.getLogCollection(String resourcePath, int action, String userName, Date from, Date to, boolean recentFirst)
           
 



Copyright © 2014 WSO2 Inc. All Rights Reserved.