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 |
---|---|
Repository |
RegistryContext.getRepository()
Return the repository object, which provides an interface to put, get resources to the
repository.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryContext.setRepository(Repository repository)
Set the repository object.
|
Modifier and Type | Method and Description |
---|---|
void |
RecursionRepository.setRepository(Repository repository)
Constructor accepting repository.
|
Constructor and Description |
---|
RecursionRepository(Repository repository,
Registry registry)
Constructor accepting both registry and repository.
|
Modifier and Type | Method and Description |
---|---|
Repository |
RequestContext.getRepository()
Method to get the Repository.
|
Constructor and Description |
---|
RequestContext(Registry registry,
Repository repository,
VersionRepository versionRepository)
Construct the request context.
|
Copyright © 2016 WSO2 Inc. All Rights Reserved.