Package | Description |
---|---|
org.wso2.carbon.registry.core.config | |
org.wso2.carbon.registry.core.jdbc | |
org.wso2.carbon.registry.core.jdbc.handlers |
Modifier and Type | Method and Description |
---|---|
VersionRepository |
RegistryContext.getVersionRepository()
Return the version repository object, which provides an interface to create versions,
retrieve old versions of resources
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryContext.setVersionRepository(VersionRepository versionRepository)
Set a version repository object.
|
Constructor and Description |
---|
Repository(DataAccessManager dataAccessManager,
VersionRepository versionRepository,
boolean versionOnChange,
RecursionRepository recursionRepository)
Constructs a Repository
|
Modifier and Type | Method and Description |
---|---|
VersionRepository |
RequestContext.getVersionRepository()
Method to get the Version Repository.
|
Constructor and Description |
---|
RequestContext(Registry registry,
Repository repository,
VersionRepository versionRepository)
Construct the request context.
|
Copyright © 2016 WSO2 Inc. All Rights Reserved.