org.wso2.registry.jdbc.dao
Class RestoreUtilDAO

java.lang.Object
  extended by org.wso2.registry.jdbc.dao.RestoreUtilDAO

public class RestoreUtilDAO
extends java.lang.Object


Constructor Summary
RestoreUtilDAO()
           
 
Method Summary
 java.lang.String copyContentVersion(ResourceDO resourceVersionDO)
           
 void copyProperties(java.lang.String resourceID, long versionNumber)
           
 void copyResourceVersion(ResourceDO resourceVersionDO, java.lang.String contentID, java.lang.String resourcePath)
           
 void deleteContent(java.lang.String contentID)
           
 void mergeResourceVersion(ResourceDO resourceDO, ResourceDO resourceVersionDO, java.lang.String contentID)
           
 java.lang.String replaceContentVersion(ResourceDO resourceDO, ResourceDO resourceVersionDO)
           
 void replaceDependencies(java.lang.String resourceID, java.util.List<java.lang.String> versionedChildIDs)
           
 void replaceProperties(java.lang.String resourceID, long versionNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestoreUtilDAO

public RestoreUtilDAO()
Method Detail

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.