org.wso2.registry.jdbc.dao
Class RestoreUtilDAO
java.lang.Object
org.wso2.registry.jdbc.dao.RestoreUtilDAO
public class RestoreUtilDAO
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestoreUtilDAO
public RestoreUtilDAO()
replaceContentVersion
public java.lang.String replaceContentVersion(ResourceDO resourceDO,
ResourceDO resourceVersionDO)
throws RegistryException
- Throws:
RegistryException
mergeResourceVersion
public void mergeResourceVersion(ResourceDO resourceDO,
ResourceDO resourceVersionDO,
java.lang.String contentID)
throws RegistryException
- Throws:
RegistryException
replaceProperties
public void replaceProperties(java.lang.String resourceID,
long versionNumber)
throws RegistryException
- Throws:
RegistryException
copyContentVersion
public java.lang.String copyContentVersion(ResourceDO resourceVersionDO)
throws RegistryException
- Throws:
RegistryException
copyResourceVersion
public void copyResourceVersion(ResourceDO resourceVersionDO,
java.lang.String contentID,
java.lang.String resourcePath)
throws RegistryException
- Throws:
RegistryException
copyProperties
public void copyProperties(java.lang.String resourceID,
long versionNumber)
throws RegistryException
- Throws:
RegistryException
replaceDependencies
public void replaceDependencies(java.lang.String resourceID,
java.util.List<java.lang.String> versionedChildIDs)
throws RegistryException
- Throws:
RegistryException
deleteContent
public void deleteContent(java.lang.String contentID)
throws RegistryException
- Throws:
RegistryException
Copyright © 2007 Apache Web Services Project. All Rights Reserved.