public class RegistryCachingHandler
extends org.wso2.carbon.registry.core.jdbc.handlers.Handler
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_REGISTRY_PATH |
static String |
CONFIG_REGISTRY_PREFIX |
static String |
GOV_REGISTRY_PATH |
static String |
GOV_REGISTRY_PREFIX |
static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
RegistryCachingHandler() |
Modifier and Type | Method and Description |
---|---|
void |
delete(org.wso2.carbon.registry.core.jdbc.handlers.RequestContext requestContext)
Clear cache when resource deleted in registry.
|
String |
move(org.wso2.carbon.registry.core.jdbc.handlers.RequestContext requestContext)
Clear cache when resource move in registry.
|
void |
put(org.wso2.carbon.registry.core.jdbc.handlers.RequestContext requestContext)
Clear cache when adding new resource into the registry.
|
String |
rename(org.wso2.carbon.registry.core.jdbc.handlers.RequestContext requestContext)
Clear cache when rename existing resource in registry.
|
addAssociation, addComment, applyTag, copy, createLink, createVersion, dump, dumpLite, editComment, equals, executeQuery, get, getAllAssociations, getAssociations, getAverageRating, getComments, getRating, getRegistryContext, getResourcePathsWithTag, getTags, getVersions, hashCode, importChild, importResource, invokeAspect, putChild, rateResource, removeAssociation, removeComment, removeLink, removeTag, resourceExists, restore, restoreVersion, searchContent
public static final org.apache.commons.logging.Log log
public static final String GOV_REGISTRY_PATH
public static final String GOV_REGISTRY_PREFIX
public static final String CONFIG_REGISTRY_PATH
public static final String CONFIG_REGISTRY_PREFIX
public void put(org.wso2.carbon.registry.core.jdbc.handlers.RequestContext requestContext) throws org.wso2.carbon.registry.core.exceptions.RegistryException
put
in class org.wso2.carbon.registry.core.jdbc.handlers.Handler
requestContext
- The context of the requestorg.wso2.carbon.registry.core.exceptions.RegistryException
- Registry caching exceptionpublic String rename(org.wso2.carbon.registry.core.jdbc.handlers.RequestContext requestContext) throws org.wso2.carbon.registry.core.exceptions.RegistryException
rename
in class org.wso2.carbon.registry.core.jdbc.handlers.Handler
requestContext
- The context of the requestorg.wso2.carbon.registry.core.exceptions.RegistryException
- Registry caching exceptionpublic String move(org.wso2.carbon.registry.core.jdbc.handlers.RequestContext requestContext) throws org.wso2.carbon.registry.core.exceptions.RegistryException
move
in class org.wso2.carbon.registry.core.jdbc.handlers.Handler
requestContext
- The context of the requestorg.wso2.carbon.registry.core.exceptions.RegistryException
- Registry caching exceptionpublic void delete(org.wso2.carbon.registry.core.jdbc.handlers.RequestContext requestContext) throws org.wso2.carbon.registry.core.exceptions.RegistryException
delete
in class org.wso2.carbon.registry.core.jdbc.handlers.Handler
requestContext
- The context of the requestorg.wso2.carbon.registry.core.exceptions.RegistryException
- Registry caching exceptionCopyright © 2019 WSO2. All rights reserved.