|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Repository | |
---|---|
org.wso2.carbon.registry.core.config | |
org.wso2.carbon.registry.core.jdbc | |
org.wso2.carbon.registry.core.jdbc.handlers |
Uses of Repository in org.wso2.carbon.registry.core.config |
---|
Methods in org.wso2.carbon.registry.core.config that return Repository | |
---|---|
Repository |
RegistryContext.getRepository()
Return the repository object, which provides an interface to put, get resources to the repository. |
Methods in org.wso2.carbon.registry.core.config with parameters of type Repository | |
---|---|
void |
RegistryContext.setRepository(Repository repository)
Set the repository object. |
Uses of Repository in org.wso2.carbon.registry.core.jdbc |
---|
Methods in org.wso2.carbon.registry.core.jdbc with parameters of type Repository | |
---|---|
void |
RecursionRepository.setRepository(Repository repository)
Constructor accepting repository. |
Constructors in org.wso2.carbon.registry.core.jdbc with parameters of type Repository | |
---|---|
RecursionRepository(Repository repository,
Registry registry)
Constructor accepting both registry and repository. |
Uses of Repository in org.wso2.carbon.registry.core.jdbc.handlers |
---|
Methods in org.wso2.carbon.registry.core.jdbc.handlers that return Repository | |
---|---|
Repository |
RequestContext.getRepository()
Method to get the Repository. |
Constructors in org.wso2.carbon.registry.core.jdbc.handlers with parameters of type Repository | |
---|---|
RequestContext(Registry registry,
Repository repository,
VersionRepository versionRepository)
Construct the request context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |