Package | Description |
---|---|
org.wso2.carbon.registry.core.jdbc | |
org.wso2.carbon.registry.core.jdbc.handlers | |
org.wso2.carbon.registry.core.utils |
Modifier and Type | Method and Description |
---|---|
String |
Repository.copy(ResourcePath sourceResourcePath,
ResourcePath targetResourcePath)
Method to copy a resource from source to target.
|
String |
RecursionRepository.copy(ResourcePath sourceResourcePath,
ResourcePath targetResourcePath)
Method to do a copy 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.
|
Modifier and Type | Method and Description |
---|---|
ResourcePath |
RequestContext.getResourcePath()
Method to get the Resource Path.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestContext.setResourcePath(ResourcePath resourcePath)
Method to set Resource Path.
|
Modifier and Type | Method and Description |
---|---|
static VersionedPath |
RegistryUtils.getVersionedPath(ResourcePath resourcePath)
Paths referring to a version of a resource are in the form /c1/c2/r1?v=2.
|
Copyright © 2016 WSO2 Inc. All Rights Reserved.