public class GovernanceAPIServiceComponent extends Object
Constructor and Description |
---|
GovernanceAPIServiceComponent() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext context)
Activates the Governance API bundle.
|
protected void |
deactivate(org.osgi.service.component.ComponentContext context)
Deactivates the Governance API bundle.
|
protected void |
setAttributeSearchService(org.wso2.carbon.registry.common.AttributeSearchService searchService) |
protected void |
setContentSearchService(org.wso2.carbon.registry.indexing.service.ContentSearchService searchService) |
protected void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
Method to set the registry service used.
|
protected void |
setTermsQuerySearchService(org.wso2.carbon.registry.indexing.service.TermsQuerySearchService searchService) |
protected void |
setTermsSearchService(org.wso2.carbon.registry.indexing.service.TermsSearchService searchService) |
protected void |
unsetAttributeSearchService(org.wso2.carbon.registry.common.AttributeSearchService searchService) |
protected void |
unsetContentSearchService(org.wso2.carbon.registry.indexing.service.ContentSearchService searchService) |
protected void |
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
This method is called when the current registry service becomes un-available.
|
protected void |
unsetTermsQuerySearchService(org.wso2.carbon.registry.indexing.service.TermsQuerySearchService searchService) |
protected void |
unsetTermsSearchService(org.wso2.carbon.registry.indexing.service.TermsSearchService searchService) |
protected void activate(org.osgi.service.component.ComponentContext context)
context
- the OSGi component context.protected void deactivate(org.osgi.service.component.ComponentContext context)
context
- the OSGi component context.protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
registryService
- the registry service.protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
registryService
- the current registry service instance, to be used for any
cleaning-up.protected void setAttributeSearchService(org.wso2.carbon.registry.common.AttributeSearchService searchService)
protected void unsetAttributeSearchService(org.wso2.carbon.registry.common.AttributeSearchService searchService)
protected void setContentSearchService(org.wso2.carbon.registry.indexing.service.ContentSearchService searchService)
protected void unsetContentSearchService(org.wso2.carbon.registry.indexing.service.ContentSearchService searchService)
protected void setTermsSearchService(org.wso2.carbon.registry.indexing.service.TermsSearchService searchService)
protected void unsetTermsSearchService(org.wso2.carbon.registry.indexing.service.TermsSearchService searchService)
protected void setTermsQuerySearchService(org.wso2.carbon.registry.indexing.service.TermsQuerySearchService searchService)
protected void unsetTermsQuerySearchService(org.wso2.carbon.registry.indexing.service.TermsQuerySearchService searchService)
Copyright © 2017 WSO2. All rights reserved.