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

Packages that use ResourcePath
org.wso2.carbon.registry.core.jdbc   
org.wso2.carbon.registry.core.jdbc.handlers   
org.wso2.carbon.registry.core.utils   
 

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

Methods in org.wso2.carbon.registry.core.jdbc with parameters of type ResourcePath
 java.lang.String RecursionRepository.copy(ResourcePath sourceResourcePath, ResourcePath targetResourcePath)
          Method to do a copy from source to target.
 java.lang.String Repository.copy(ResourcePath sourceResourcePath, ResourcePath targetResourcePath)
          Method to copy a resource from source to target.
 void VersionRepository.createSnapshot(ResourcePath resourcePath, boolean isRenewing, boolean keepProperties)
          Method used to create a snapshot of a given resource.
 java.lang.String Repository.move(ResourcePath oldResourcePath, java.lang.String newPath)
          Moves the resource at oldPath to the newPath.
 java.lang.String Repository.rename(ResourcePath oldResourcePath, java.lang.String newName)
          Renames the resource at oldPath with the given newName.
 void VersionRepository.restoreVersion(ResourcePath resourcePath)
          Method to restore a version.
 

Uses of ResourcePath in org.wso2.carbon.registry.core.jdbc.handlers
 

Methods in org.wso2.carbon.registry.core.jdbc.handlers that return ResourcePath
 ResourcePath RequestContext.getResourcePath()
          Method to get the Resource Path.
 

Methods in org.wso2.carbon.registry.core.jdbc.handlers with parameters of type ResourcePath
 void RequestContext.setResourcePath(ResourcePath resourcePath)
          Method to set Resource Path.
 

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

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



Copyright © 2011 WSO2 Inc. All Rights Reserved.