Modifier and Type | Method and Description |
---|---|
boolean |
RemoteRegistry.addAspect(String name,
Aspect aspect) |
Modifier and Type | Method and Description |
---|---|
boolean |
Registry.addAspect(String name,
Aspect aspect)
Add aspect by passing a name and the aspect object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CacheBackedRegistry.addAspect(String name,
Aspect aspect) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryContext.addAspect(String name,
Aspect aspect,
int tenantId)
Add an aspect of the name for a given tenant id
|
Modifier and Type | Method and Description |
---|---|
boolean |
GhostRegistry.addAspect(String name,
Aspect aspect) |
Modifier and Type | Method and Description |
---|---|
boolean |
EmbeddedRegistry.addAspect(String name,
Aspect aspect) |
Modifier and Type | Method and Description |
---|---|
Aspect |
RequestContext.getAspect()
Method to get the Aspect.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestContext.setAspect(Aspect aspect)
Method to set Aspect.
|
Modifier and Type | Method and Description |
---|---|
boolean |
UserRegistry.addAspect(String name,
Aspect aspect) |
Copyright © 2016 WSO2 Inc. All Rights Reserved.