|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourcePath | |
---|---|
org.wso2.registry.jdbc | |
org.wso2.registry.jdbc.handlers | |
org.wso2.registry.utils |
Uses of ResourcePath in org.wso2.registry.jdbc |
---|
Methods in org.wso2.registry.jdbc with parameters of type ResourcePath | |
---|---|
java.lang.String |
Repository.copy(ResourcePath sourceResourcePath,
ResourcePath targetResourcePath)
|
void |
VersionRepository.createSnapshot(ResourcePath resourcePath)
|
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)
|
Uses of ResourcePath in org.wso2.registry.jdbc.handlers |
---|
Methods in org.wso2.registry.jdbc.handlers that return ResourcePath | |
---|---|
ResourcePath |
RequestContext.getResourcePath()
|
Methods in org.wso2.registry.jdbc.handlers with parameters of type ResourcePath | |
---|---|
void |
RequestContext.setResourcePath(ResourcePath resourcePath)
|
Uses of ResourcePath in org.wso2.registry.utils |
---|
Methods in org.wso2.registry.utils with parameters of type ResourcePath | |
---|---|
static VersionedPath |
RegistryUtils.getVersionedPath(ResourcePath resourcePath)
Paths refering to a version of a resource are in the form /c1/c2/r1?v=2. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |