org.wso2.registry.jdbc
Class VersionRepository
java.lang.Object
org.wso2.registry.jdbc.VersionRepository
public class VersionRepository
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionRepository
public VersionRepository(javax.sql.DataSource dataSource)
createSnapshot
public void createSnapshot(java.lang.String path)
throws RegistryException
- Throws:
RegistryException
getVersions
public java.lang.String[] getVersions(java.lang.String resourcePath)
throws RegistryException
- Throws:
RegistryException
get
public Resource get(VersionedPath versionedPath)
throws RegistryException
- Throws:
RegistryException
get
public Collection get(VersionedPath versionedPath,
int start,
int pageLen)
throws RegistryException
- Throws:
RegistryException
restoreVersion
public void restoreVersion(java.lang.String versionPath)
throws RegistryException
- Throws:
RegistryException
Copyright © 2007 Apache Web Services Project. All Rights Reserved.