Uses of Class
org.wso2.carbon.registry.core.Aspect

Packages that use Aspect
org.wso2.carbon.registry.app   
org.wso2.carbon.registry.core   
org.wso2.carbon.registry.core.caching   
org.wso2.carbon.registry.core.config   
org.wso2.carbon.registry.core.jdbc   
org.wso2.carbon.registry.core.jdbc.handlers   
org.wso2.carbon.registry.core.session   
 

Uses of Aspect in org.wso2.carbon.registry.app
 

Methods in org.wso2.carbon.registry.app with parameters of type Aspect
 boolean RemoteRegistry.addAspect(String name, Aspect aspect)
           
 

Uses of Aspect in org.wso2.carbon.registry.core
 

Methods in org.wso2.carbon.registry.core with parameters of type Aspect
 boolean Registry.addAspect(String name, Aspect aspect)
          Add aspect by passing a name and the aspect object.
 

Uses of Aspect in org.wso2.carbon.registry.core.caching
 

Methods in org.wso2.carbon.registry.core.caching with parameters of type Aspect
 boolean CacheBackedRegistry.addAspect(String name, Aspect aspect)
           
 

Uses of Aspect in org.wso2.carbon.registry.core.config
 

Methods in org.wso2.carbon.registry.core.config that return Aspect
 Aspect RegistryContext.getAspect(String name, int tenantId)
          Return an aspect of given name and given tenant id.
static Aspect RegistryConfigurationProcessor.updateAspects(org.apache.axiom.om.OMElement configElement)
          Updates an aspect based on given configuration.
 

Methods in org.wso2.carbon.registry.core.config with parameters of type Aspect
 void RegistryContext.addAspect(String name, Aspect aspect, int tenantId)
          Add an aspect of the name for a given tenant id
 

Uses of Aspect in org.wso2.carbon.registry.core.jdbc
 

Methods in org.wso2.carbon.registry.core.jdbc with parameters of type Aspect
 boolean EmbeddedRegistry.addAspect(String name, Aspect aspect)
           
 

Uses of Aspect in org.wso2.carbon.registry.core.jdbc.handlers
 

Methods in org.wso2.carbon.registry.core.jdbc.handlers that return Aspect
 Aspect RequestContext.getAspect()
          Method to get the Aspect.
 

Methods in org.wso2.carbon.registry.core.jdbc.handlers with parameters of type Aspect
 void RequestContext.setAspect(Aspect aspect)
          Method to set Aspect.
 

Uses of Aspect in org.wso2.carbon.registry.core.session
 

Methods in org.wso2.carbon.registry.core.session with parameters of type Aspect
 boolean UserRegistry.addAspect(String name, Aspect aspect)
           
 



Copyright © 2011 WSO2 Inc. All Rights Reserved.