Class 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.
    • 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
    • Constructor Detail

      • LifecycleModificationHandler

        public LifecycleModificationHandler()
    • Method Detail

      • put

        public void put​(org.wso2.carbon.registry.core.jdbc.handlers.RequestContext requestContext)
        Overrides:
        put in class org.wso2.carbon.registry.core.jdbc.handlers.Handler
      • delete

        public void delete​(org.wso2.carbon.registry.core.jdbc.handlers.RequestContext requestContext)
        Overrides:
        delete in class org.wso2.carbon.registry.core.jdbc.handlers.Handler