Uses of Class
org.wso2.carbon.registry.core.utils.VersionedPath

Packages that use VersionedPath
org.wso2.carbon.registry.core.jdbc   
org.wso2.carbon.registry.core.utils   
 

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

Methods in org.wso2.carbon.registry.core.jdbc with parameters of type VersionedPath
 Resource VersionRepository.get(VersionedPath versionedPath)
          Gets the pure resource referred by the given path.
 Collection VersionRepository.get(VersionedPath versionedPath, int start, int pageLen)
          Method to get a paged collection.
 Resource VersionRepository.getMetaData(VersionedPath versionedPath)
          Gets the meta data of resource referred by the given path.
 boolean VersionRepository.resourceExists(VersionedPath versionedPath)
          Checks if a pure resource exists in the given path.
 

Uses of VersionedPath in org.wso2.carbon.registry.core.utils
 

Methods in org.wso2.carbon.registry.core.utils that return VersionedPath
static VersionedPath RegistryUtils.getVersionedPath(ResourcePath resourcePath)
          Paths referring to a version of a resource are in the form /c1/c2/r1?v=2.
 



Copyright © 2014 WSO2 Inc. All Rights Reserved.