|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
String |
RecursionRepository.copy(ResourcePath sourceResourcePath,
ResourcePath targetResourcePath)
Method to do a copy from source to target. |
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. |
String |
Repository.move(ResourcePath oldResourcePath,
String newPath)
Moves the resource at oldPath to the newPath. |
String |
Repository.rename(ResourcePath oldResourcePath,
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |