Uses of Class
org.wso2.carbon.registry.core.jdbc.utils.VersionRetriever

Packages that use VersionRetriever
org.wso2.carbon.registry.core   
org.wso2.carbon.registry.core.dao   
org.wso2.carbon.registry.core.jdbc.dao   
 

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

Methods in org.wso2.carbon.registry.core with parameters of type VersionRetriever
 void CollectionVersionImpl.setVersionList(VersionRetriever versionList)
          Method to set the version retriever instance.
 

Uses of VersionRetriever in org.wso2.carbon.registry.core.dao
 

Methods in org.wso2.carbon.registry.core.dao that return VersionRetriever
 VersionRetriever ResourceVersionDAO.getVersionList(long snapshotID)
          Creates version retriever that can be used to get the list of versions of a given snapshot, which includes the versions of the children.
 VersionRetriever ResourceVersionDAO.getVersionList(ResourceIDImpl resourceID, long snapshotID)
          Creates version retriever that can be used to get the list of versions of a given snapshot, which includes the versions of the children if this was a collection.
 

Methods in org.wso2.carbon.registry.core.dao with parameters of type VersionRetriever
 void ResourceVersionDAO.fillChildren(CollectionImpl collectionImpl, VersionRetriever versionRetriever, int parentVersionIndex, int start, int pageLen, long snapshotID)
          Fill the children for a resource that already filled with meta data.
 String[] ResourceVersionDAO.getChildPaths(ResourceIDImpl resourceID, VersionRetriever versionRetriever, int parentVersionIndex, int start, int pageLen, long snapshotID, DataAccessManager dataAccessManager)
          Get the child paths of a resource, (should be a collection)
 

Uses of VersionRetriever in org.wso2.carbon.registry.core.jdbc.dao
 

Methods in org.wso2.carbon.registry.core.jdbc.dao that return VersionRetriever
 VersionRetriever JDBCResourceVersionDAO.getVersionList(long snapshotID)
           
 VersionRetriever JDBCResourceVersionDAO.getVersionList(ResourceIDImpl resourceID, long snapshotID)
           
 

Methods in org.wso2.carbon.registry.core.jdbc.dao with parameters of type VersionRetriever
 void JDBCResourceVersionDAO.fillChildren(CollectionImpl collectionImpl, VersionRetriever versionRetriever, int parentVersionIndex, int start, int pageLen, long snapshotID)
           
 String[] JDBCResourceVersionDAO.getChildPaths(ResourceIDImpl resourceID, VersionRetriever versionRetriever, int parentVersionIndex, int start, int pageLen, long snapshotID, Connection conn)
          Get the child paths of a resource, (should be a collection)
 String[] JDBCResourceVersionDAO.getChildPaths(ResourceIDImpl resourceID, VersionRetriever versionRetriever, int parentVersionIndex, int start, int pageLen, long snapshotID, DataAccessManager dataAccessManager)
           
 



Copyright © 2014 WSO2 Inc. All Rights Reserved.