|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VersionRepository | |
---|---|
org.wso2.carbon.registry.core.config | |
org.wso2.carbon.registry.core.jdbc | |
org.wso2.carbon.registry.core.jdbc.handlers |
Uses of VersionRepository in org.wso2.carbon.registry.core.config |
---|
Methods in org.wso2.carbon.registry.core.config that return VersionRepository | |
---|---|
VersionRepository |
RegistryContext.getVersionRepository()
Return the version repository object, which provides an interface to create versions, retrieve old versions of resources |
Methods in org.wso2.carbon.registry.core.config with parameters of type VersionRepository | |
---|---|
void |
RegistryContext.setVersionRepository(VersionRepository versionRepository)
Set a version repository object. |
Uses of VersionRepository in org.wso2.carbon.registry.core.jdbc |
---|
Constructors in org.wso2.carbon.registry.core.jdbc with parameters of type VersionRepository | |
---|---|
Repository(DataSource dataSource,
VersionRepository versionRepository,
boolean versionOnChange,
RecursionRepository recursionRepository)
Constructs a Repository |
Uses of VersionRepository in org.wso2.carbon.registry.core.jdbc.handlers |
---|
Methods in org.wso2.carbon.registry.core.jdbc.handlers that return VersionRepository | |
---|---|
VersionRepository |
RequestContext.getVersionRepository()
Method to get the Version Repository. |
Constructors in org.wso2.carbon.registry.core.jdbc.handlers with parameters of type VersionRepository | |
---|---|
RequestContext(Registry registry,
Repository repository,
VersionRepository versionRepository)
Construct the request context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |