Class LifecycleModificationHandler
- java.lang.Object
-
- org.wso2.carbon.registry.core.jdbc.handlers.Handler
-
- org.wso2.carbon.apimgt.impl.handlers.LifecycleModificationHandler
-
public class LifecycleModificationHandler extends org.wso2.carbon.registry.core.jdbc.handlers.Handler
This registry handler is used to clear cache when lifecycle resource is modified.
-
-
Constructor Summary
Constructors Constructor Description LifecycleModificationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete(org.wso2.carbon.registry.core.jdbc.handlers.RequestContext requestContext)
void
put(org.wso2.carbon.registry.core.jdbc.handlers.RequestContext requestContext)
-
Methods inherited from class org.wso2.carbon.registry.core.jdbc.handlers.Handler
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, move, putChild, rateResource, removeAssociation, removeComment, removeLink, removeTag, rename, resourceExists, restore, restoreVersion, searchContent
-
-
-
-
Method Detail
-
put
public void put(org.wso2.carbon.registry.core.jdbc.handlers.RequestContext requestContext)
- Overrides:
put
in classorg.wso2.carbon.registry.core.jdbc.handlers.Handler
-
delete
public void delete(org.wso2.carbon.registry.core.jdbc.handlers.RequestContext requestContext)
- Overrides:
delete
in classorg.wso2.carbon.registry.core.jdbc.handlers.Handler
-
-