public class CarbonResourceFinder
extends org.wso2.balana.finder.ResourceFinderModule
Constructor and Description |
---|
CarbonResourceFinder(int tenantId) |
Modifier and Type | Method and Description |
---|---|
void |
clearAttributeCache()
Clears attribute cache
|
void |
disableAttributeCache()
Disables resource Caches
|
void |
enableAttributeCache()
Enables resource caches
|
org.wso2.balana.finder.ResourceFinderResult |
findChildResources(org.wso2.balana.attr.AttributeValue parentResourceId,
org.wso2.balana.ctx.EvaluationCtx context) |
org.wso2.balana.finder.ResourceFinderResult |
findDescendantResources(org.wso2.balana.attr.AttributeValue parentResourceId,
org.wso2.balana.ctx.EvaluationCtx context) |
void |
init()
initializes the Carbon resource finder by listing the registered resource finders
|
boolean |
isChildSupported() |
boolean |
isDescendantSupported() |
public void init()
public boolean isChildSupported()
isChildSupported
in class org.wso2.balana.finder.ResourceFinderModule
public boolean isDescendantSupported()
isDescendantSupported
in class org.wso2.balana.finder.ResourceFinderModule
public org.wso2.balana.finder.ResourceFinderResult findDescendantResources(org.wso2.balana.attr.AttributeValue parentResourceId, org.wso2.balana.ctx.EvaluationCtx context)
findDescendantResources
in class org.wso2.balana.finder.ResourceFinderModule
public org.wso2.balana.finder.ResourceFinderResult findChildResources(org.wso2.balana.attr.AttributeValue parentResourceId, org.wso2.balana.ctx.EvaluationCtx context)
findChildResources
in class org.wso2.balana.finder.ResourceFinderModule
public void disableAttributeCache()
public void enableAttributeCache()
public void clearAttributeCache()
Copyright © 2016 WSO2. All rights reserved.