Uses of Class
org.wso2.carbon.registry.core.jdbc.handlers.RequestContext

Packages that use RequestContext
org.wso2.carbon.registry.core   
org.wso2.carbon.registry.core.caching   
org.wso2.carbon.registry.core.jdbc.handlers   
org.wso2.carbon.registry.core.jdbc.handlers.builtin   
org.wso2.carbon.registry.core.jdbc.handlers.filters   
 

Uses of RequestContext in org.wso2.carbon.registry.core
 

Methods in org.wso2.carbon.registry.core with parameters of type RequestContext
abstract  void Aspect.dissociate(RequestContext context)
          Remove this Aspect from the referenced resource.
abstract  String[] Aspect.getAvailableActions(RequestContext context)
          Get a list of available actions for the resource in the RequestContext, taking into account current state, user, etc.
abstract  void Aspect.invoke(RequestContext context, String action)
          Do something - action names are aspect-specific, and it's up to the implementation to decide if a given action is allowed, and what to do if so.
 void Aspect.invoke(RequestContext context, String action, Map<String,String> parameters)
          Do something - action names are aspect-specific, and it's up to the implementation to decide if a given action is allowed, and what to do if so.
 

Uses of RequestContext in org.wso2.carbon.registry.core.caching
 

Methods in org.wso2.carbon.registry.core.caching with parameters of type RequestContext
 String CachingHandler.copy(RequestContext requestContext)
           
 void CachingHandler.createLink(RequestContext requestContext)
           
 void CachingHandler.delete(RequestContext requestContext)
           
 void CachingHandler.importResource(RequestContext requestContext)
           
 String CachingHandler.move(RequestContext requestContext)
           
 void CachingHandler.put(RequestContext requestContext)
           
 void CachingHandler.removeLink(RequestContext requestContext)
           
 String CachingHandler.rename(RequestContext requestContext)
           
 void CachingHandler.restore(RequestContext requestContext)
           
 void CachingHandler.restoreVersion(RequestContext requestContext)
           
 

Uses of RequestContext in org.wso2.carbon.registry.core.jdbc.handlers
 

Methods in org.wso2.carbon.registry.core.jdbc.handlers with parameters of type RequestContext
 void UserDefinedHandlerManager.addAssociation(RequestContext requestContext)
           
 void Handler.addAssociation(RequestContext requestContext)
          Gets called when an Association is added.
 void HandlerLifecycleManager.addAssociation(RequestContext requestContext)
           
 void HandlerManager.addAssociation(RequestContext requestContext)
          Manages the handler invocations of ADD_ASSOCIATION method.
 String UserDefinedHandlerManager.addComment(RequestContext requestContext)
           
 String Handler.addComment(RequestContext requestContext)
          Gets called when adding a comment.
 String HandlerLifecycleManager.addComment(RequestContext requestContext)
           
 String HandlerManager.addComment(RequestContext requestContext)
          Manages the handler invocations of ADD_COMMENT method.
 void UserDefinedHandlerManager.applyTag(RequestContext requestContext)
           
 void Handler.applyTag(RequestContext requestContext)
          Gets called when a tag is applied.
 void HandlerLifecycleManager.applyTag(RequestContext requestContext)
           
 void HandlerManager.applyTag(RequestContext requestContext)
          Manages the handler invocations of APPLY_TAG method.
 String UserDefinedHandlerManager.copy(RequestContext requestContext)
           
 String Handler.copy(RequestContext requestContext)
          Copy a resource in the registry.
 String HandlerLifecycleManager.copy(RequestContext requestContext)
           
 String HandlerManager.copy(RequestContext requestContext)
          Manages the handler invocations of COPY method.
 void UserDefinedHandlerManager.createLink(RequestContext requestContext)
           
 void Handler.createLink(RequestContext requestContext)
          Create a symbolic link or mount a registry.
 void HandlerLifecycleManager.createLink(RequestContext requestContext)
           
 void HandlerManager.createLink(RequestContext requestContext)
          Manages the handler invocations of CREATE_LINK method.
 void UserDefinedHandlerManager.createVersion(RequestContext requestContext)
           
 void Handler.createVersion(RequestContext requestContext)
          Gets called when creating a version.
 void HandlerLifecycleManager.createVersion(RequestContext requestContext)
           
 void HandlerManager.createVersion(RequestContext requestContext)
          Manages the handler invocations of CREATE_VERSION method.
 void UserDefinedHandlerManager.delete(RequestContext requestContext)
           
 void Handler.delete(RequestContext requestContext)
          Processes the DELETE action of the media type.
 void HandlerLifecycleManager.delete(RequestContext requestContext)
           
 void HandlerManager.delete(RequestContext requestContext)
          Manages the handler invocations of DELETE method.
 org.apache.axiom.om.OMElement UserDefinedHandlerManager.dump(RequestContext requestContext)
           
 void Handler.dump(RequestContext requestContext)
          Gets called when dumping an path
 org.apache.axiom.om.OMElement HandlerLifecycleManager.dump(RequestContext requestContext)
           
 org.apache.axiom.om.OMElement HandlerManager.dump(RequestContext requestContext)
          Manages the handler invocations of DUMP method.
 void UserDefinedHandlerManager.editComment(RequestContext requestContext)
           
 void Handler.editComment(RequestContext requestContext)
          Gets called when editing a comment.
 void HandlerLifecycleManager.editComment(RequestContext requestContext)
           
 void HandlerManager.editComment(RequestContext requestContext)
          Manages the handler invocations of REMOVE_COMMENT method.
 Collection UserDefinedHandlerManager.executeQuery(RequestContext requestContext)
           
 Collection Handler.executeQuery(RequestContext requestContext)
          Gets called when executing Queries.
 Collection HandlerLifecycleManager.executeQuery(RequestContext requestContext)
           
 Collection HandlerManager.executeQuery(RequestContext requestContext)
          Manages the handler invocations of EXECUTE_QUERY method.
 Resource UserDefinedHandlerManager.get(RequestContext requestContext)
           
 Resource Handler.get(RequestContext requestContext)
          Processes the GET action for resource path of the requestContext.
 Resource UIEnabledHandler.get(RequestContext requestContext)
          Implementation of the Handler.get(org.wso2.carbon.registry.core.jdbc.handlers.RequestContext) method of the Handler class.
 Resource HandlerLifecycleManager.get(RequestContext requestContext)
           
 Resource HandlerManager.get(RequestContext requestContext)
          Manages the handler invocations of GET method.
 Association[] UserDefinedHandlerManager.getAllAssociations(RequestContext requestContext)
           
 Association[] Handler.getAllAssociations(RequestContext requestContext)
          Gets called when getting all Associations.
 Association[] HandlerLifecycleManager.getAllAssociations(RequestContext requestContext)
           
 Association[] HandlerManager.getAllAssociations(RequestContext requestContext)
          Manages the handler invocations of GET_ALL_ASSOCIATIONS method.
 Association[] UserDefinedHandlerManager.getAssociations(RequestContext requestContext)
           
 Association[] Handler.getAssociations(RequestContext requestContext)
          Gets called when getting Associations of given type.
 Association[] HandlerLifecycleManager.getAssociations(RequestContext requestContext)
           
 Association[] HandlerManager.getAssociations(RequestContext requestContext)
          Manages the handler invocations of GET_ASSOCIATIONS method.
 float UserDefinedHandlerManager.getAverageRating(RequestContext requestContext)
           
 float Handler.getAverageRating(RequestContext requestContext)
          Gets called when getting average rating.
 float HandlerLifecycleManager.getAverageRating(RequestContext requestContext)
           
 float HandlerManager.getAverageRating(RequestContext requestContext)
          Manages the handler invocations of GET_AVERAGE_RATING method.
 Resource UIEnabledHandler.getBrowseView(String browseViewKey, RequestContext requestContext)
          Implementations of this method should generate a HTML UI for rendering the resource content and set it as the content of the returned resource.
 Resource XSLTBasedUIEnabledHandler.getBrowseView(String viewKey, RequestContext requestContext)
          Deprecated.  
 Comment[] UserDefinedHandlerManager.getComments(RequestContext requestContext)
           
 Comment[] Handler.getComments(RequestContext requestContext)
          Gets called when retrieving comments.
 Comment[] HandlerLifecycleManager.getComments(RequestContext requestContext)
           
 Comment[] HandlerManager.getComments(RequestContext requestContext)
          Manages the handler invocations of GET_COMMENTS method.
 Resource UIEnabledHandler.getEditView(String editViewKey, RequestContext requestContext)
          Implementations of this method should generate a HTML UI for editing the resource content and set it as the content of the returned resource.
 Resource XSLTBasedUIEnabledHandler.getEditView(String editViewKey, RequestContext requestContext)
          Deprecated.  
 Resource UIEnabledHandler.getNewView(String newViewKey, RequestContext requestContext)
          Implementations of this method should generate a HTML UI for creating a new resource content and set it as the content of the returned resource.
 Resource XSLTBasedUIEnabledHandler.getNewView(String newViewKey, RequestContext requestContext)
          Deprecated.  
 int UserDefinedHandlerManager.getRating(RequestContext requestContext)
           
 int Handler.getRating(RequestContext requestContext)
          Gets called when getting a rating given by a specific user.
 int HandlerLifecycleManager.getRating(RequestContext requestContext)
           
 int HandlerManager.getRating(RequestContext requestContext)
          Manages the handler invocations of GET_RATING method.
 Resource UIEnabledHandler.getRawResource(RequestContext requestContext)
          Returns a Resource instance specified in the requestContext.
 RegistryContext UserDefinedHandlerManager.getRegistryContext(RequestContext requestContext)
           
 RegistryContext Handler.getRegistryContext(RequestContext requestContext)
          Gets called when obtaining the registry context.
 RegistryContext HandlerLifecycleManager.getRegistryContext(RequestContext requestContext)
           
 RegistryContext HandlerManager.getRegistryContext(RequestContext requestContext)
          Manages the handler invocations of GET_REGISTRY_CONTEXT method.
 TaggedResourcePath[] UserDefinedHandlerManager.getResourcePathsWithTag(RequestContext requestContext)
           
 TaggedResourcePath[] Handler.getResourcePathsWithTag(RequestContext requestContext)
          Gets called when getting the resource paths corresponding to the given tag.
 TaggedResourcePath[] HandlerLifecycleManager.getResourcePathsWithTag(RequestContext requestContext)
           
 TaggedResourcePath[] HandlerManager.getResourcePathsWithTag(RequestContext requestContext)
          Manages the handler invocations of GET_RESOURCE_PATHS_WITH_TAG method.
 Tag[] UserDefinedHandlerManager.getTags(RequestContext requestContext)
           
 Tag[] Handler.getTags(RequestContext requestContext)
          Gets called when getting tags.
 Tag[] HandlerLifecycleManager.getTags(RequestContext requestContext)
           
 Tag[] HandlerManager.getTags(RequestContext requestContext)
          Manages the handler invocations of GET_TAGS method.
 String[] UserDefinedHandlerManager.getVersions(RequestContext requestContext)
           
 String[] Handler.getVersions(RequestContext requestContext)
          Gets called when getting versions.
 String[] HandlerLifecycleManager.getVersions(RequestContext requestContext)
           
 String[] HandlerManager.getVersions(RequestContext requestContext)
          Manages the handler invocations of GET_VERSIONS method.
 void UserDefinedHandlerManager.importChild(RequestContext requestContext)
           
 void Handler.importChild(RequestContext requestContext)
          Invokes when a child resource is imported.
 void HandlerLifecycleManager.importChild(RequestContext requestContext)
           
 void HandlerManager.importChild(RequestContext requestContext)
          Manages the handler invocations of IMPORT_CHILD method.
 String UserDefinedHandlerManager.importResource(RequestContext requestContext)
           
 void Handler.importResource(RequestContext requestContext)
          Creates a resource in the given path by fetching the resource content from the given URL.
 String HandlerLifecycleManager.importResource(RequestContext requestContext)
           
 String HandlerManager.importResource(RequestContext requestContext)
          Manages the handler invocations of IMPORT method.
 void UserDefinedHandlerManager.invokeAspect(RequestContext requestContext)
           
 void Handler.invokeAspect(RequestContext requestContext)
          Gets called when an Associated Aspect gets invoked.
 void HandlerLifecycleManager.invokeAspect(RequestContext requestContext)
           
 void HandlerManager.invokeAspect(RequestContext requestContext)
          Manages the handler invocations of INVOKE_ASPECT method.
 boolean HandlerManager.isProcessingComplete(RequestContext requestContext)
          Determines whether the processing of the request is completed or not.
 String UserDefinedHandlerManager.move(RequestContext requestContext)
           
 String Handler.move(RequestContext requestContext)
          Move a resource in the registry.
 String HandlerLifecycleManager.move(RequestContext requestContext)
           
 String HandlerManager.move(RequestContext requestContext)
          Manages the handler invocations of MOVE method.
 String UserDefinedHandlerManager.put(RequestContext requestContext)
           
 void Handler.put(RequestContext requestContext)
          Processes the PUT action.
 String HandlerLifecycleManager.put(RequestContext requestContext)
           
 String HandlerManager.put(RequestContext requestContext)
          Manages the handler invocations of PUT method.
 void UserDefinedHandlerManager.putChild(RequestContext requestContext)
           
 void Handler.putChild(RequestContext requestContext)
          Invokes when a child resource is added.
 void HandlerLifecycleManager.putChild(RequestContext requestContext)
           
 void HandlerManager.putChild(RequestContext requestContext)
          Manages the handler invocations of PUT_CHILD method.
 void UserDefinedHandlerManager.rateResource(RequestContext requestContext)
           
 void Handler.rateResource(RequestContext requestContext)
          Gets called when rating a resource.
 void HandlerLifecycleManager.rateResource(RequestContext requestContext)
           
 void HandlerManager.rateResource(RequestContext requestContext)
          Manages the handler invocations of RATE_RESOURCE method.
 void UserDefinedHandlerManager.removeAssociation(RequestContext requestContext)
           
 void Handler.removeAssociation(RequestContext requestContext)
          Gets called when an Association is removed.
 void HandlerLifecycleManager.removeAssociation(RequestContext requestContext)
           
 void HandlerManager.removeAssociation(RequestContext requestContext)
          Manages the handler invocations of REMOVE_ASSOCIATION method.
 void UserDefinedHandlerManager.removeComment(RequestContext requestContext)
           
 void Handler.removeComment(RequestContext requestContext)
          Gets called when removing a comment.
 void HandlerLifecycleManager.removeComment(RequestContext requestContext)
           
 void HandlerManager.removeComment(RequestContext requestContext)
          Manages the handler invocations of EDIT_COMMENT method.
 void UserDefinedHandlerManager.removeLink(RequestContext requestContext)
           
 void Handler.removeLink(RequestContext requestContext)
          Remove a symbolic link or un-mount a registry.
 void HandlerLifecycleManager.removeLink(RequestContext requestContext)
           
 void HandlerManager.removeLink(RequestContext requestContext)
          Manages the handler invocations of REMOVE_LINK method.
 void UserDefinedHandlerManager.removeTag(RequestContext requestContext)
           
 void Handler.removeTag(RequestContext requestContext)
          Gets called when a tag is removed.
 void HandlerLifecycleManager.removeTag(RequestContext requestContext)
           
 void HandlerManager.removeTag(RequestContext requestContext)
          Manages the handler invocations of REMOVE_TAG method.
 String UserDefinedHandlerManager.rename(RequestContext requestContext)
           
 String Handler.rename(RequestContext requestContext)
          Rename a resource in the registry.
 String HandlerLifecycleManager.rename(RequestContext requestContext)
           
 String HandlerManager.rename(RequestContext requestContext)
          Manages the handler invocations of RENAME method.
 boolean UserDefinedHandlerManager.resourceExists(RequestContext requestContext)
           
 boolean Handler.resourceExists(RequestContext requestContext)
          Gets called when searching for existence of resource.
 boolean HandlerLifecycleManager.resourceExists(RequestContext requestContext)
           
 boolean HandlerManager.resourceExists(RequestContext requestContext)
          Manages the handler invocations of RESOURCE_EXISTS method.
 void UserDefinedHandlerManager.restore(RequestContext requestContext)
           
 void Handler.restore(RequestContext requestContext)
          Gets called when restoring a path
 void HandlerLifecycleManager.restore(RequestContext requestContext)
           
 void HandlerManager.restore(RequestContext requestContext)
          Manages the handler invocations of RESTORE method.
 void UserDefinedHandlerManager.restoreVersion(RequestContext requestContext)
           
 void Handler.restoreVersion(RequestContext requestContext)
          Gets called when restoring a version.
 void HandlerLifecycleManager.restoreVersion(RequestContext requestContext)
           
 void HandlerManager.restoreVersion(RequestContext requestContext)
          Manages the handler invocations of RESTORE_VERSION method.
 Collection UserDefinedHandlerManager.searchContent(RequestContext requestContext)
           
 Collection Handler.searchContent(RequestContext requestContext)
          Gets called when searching for content.
 Collection HandlerLifecycleManager.searchContent(RequestContext requestContext)
           
 Collection HandlerManager.searchContent(RequestContext requestContext)
          Manages the handler invocations of SEARCH_CONTENT method.
 

Uses of RequestContext in org.wso2.carbon.registry.core.jdbc.handlers.builtin
 

Methods in org.wso2.carbon.registry.core.jdbc.handlers.builtin with parameters of type RequestContext
 void SymLinkHandler.addAssociation(RequestContext requestContext)
           
 void SimulationHandler.addAssociation(RequestContext requestContext)
           
 void MountHandler.addAssociation(RequestContext requestContext)
           
 void OperationStatisticsHandler.addAssociation(RequestContext requestContext)
           
 String SymLinkHandler.addComment(RequestContext requestContext)
           
 String SimulationHandler.addComment(RequestContext requestContext)
           
 String MountHandler.addComment(RequestContext requestContext)
           
 void SymLinkHandler.applyTag(RequestContext requestContext)
           
 void SimulationHandler.applyTag(RequestContext requestContext)
           
 void MountHandler.applyTag(RequestContext requestContext)
           
 String SymLinkHandler.copy(RequestContext requestContext)
           
 String SimulationHandler.copy(RequestContext requestContext)
           
 String MountHandler.copy(RequestContext requestContext)
           
 String OperationStatisticsHandler.copy(RequestContext requestContext)
           
 void SimulationHandler.createLink(RequestContext requestContext)
           
 void SimulationHandler.createVersion(RequestContext requestContext)
           
 void SymLinkHandler.delete(RequestContext requestContext)
           
 void SimulationHandler.delete(RequestContext requestContext)
           
 void MountHandler.delete(RequestContext requestContext)
           
 void OperationStatisticsHandler.delete(RequestContext requestContext)
           
 void CommentURLHandler.delete(RequestContext requestContext)
           
 void SimulationHandler.dump(RequestContext requestContext)
           
 void MountHandler.dump(RequestContext requestContext)
           
 void OperationStatisticsHandler.dump(RequestContext requestContext)
           
 void SimulationHandler.editComment(RequestContext requestContext)
           
 Collection SimulationHandler.executeQuery(RequestContext requestContext)
           
 Collection MountHandler.executeQuery(RequestContext requestContext)
           
 Collection OperationStatisticsHandler.executeQuery(RequestContext requestContext)
           
 Resource RatingURLHandler.get(RequestContext requestContext)
           
 Resource RatingCollectionURLHandler.get(RequestContext requestContext)
           
 Resource SymLinkHandler.get(RequestContext requestContext)
           
 Resource SQLQueryHandler.get(RequestContext requestContext)
           
 Resource SimulationHandler.get(RequestContext requestContext)
           
 Resource CommentCollectionURLHandler.get(RequestContext requestContext)
           
 Resource TagURLHandler.get(RequestContext requestContext)
           
 Resource MountHandler.get(RequestContext requestContext)
           
 Resource OperationStatisticsHandler.get(RequestContext requestContext)
           
 Resource CommentURLHandler.get(RequestContext requestContext)
           
 Resource TagCollectionURLHandler.get(RequestContext requestContext)
          Deprecated.  
 Association[] SymLinkHandler.getAllAssociations(RequestContext requestContext)
           
 Association[] SimulationHandler.getAllAssociations(RequestContext requestContext)
           
 Association[] MountHandler.getAllAssociations(RequestContext requestContext)
           
 Association[] OperationStatisticsHandler.getAllAssociations(RequestContext requestContext)
           
 Association[] SymLinkHandler.getAssociations(RequestContext requestContext)
           
 Association[] SimulationHandler.getAssociations(RequestContext requestContext)
           
 Association[] MountHandler.getAssociations(RequestContext requestContext)
           
 Association[] OperationStatisticsHandler.getAssociations(RequestContext requestContext)
           
 float SymLinkHandler.getAverageRating(RequestContext requestContext)
           
 float SimulationHandler.getAverageRating(RequestContext requestContext)
           
 float MountHandler.getAverageRating(RequestContext requestContext)
           
 Comment[] SymLinkHandler.getComments(RequestContext requestContext)
           
 Comment[] SimulationHandler.getComments(RequestContext requestContext)
           
 Comment[] MountHandler.getComments(RequestContext requestContext)
           
 int SymLinkHandler.getRating(RequestContext requestContext)
           
 int SimulationHandler.getRating(RequestContext requestContext)
           
 int MountHandler.getRating(RequestContext requestContext)
           
 RegistryContext MountHandler.getRegistryContext(RequestContext requestContext)
           
 TaggedResourcePath[] SimulationHandler.getResourcePathsWithTag(RequestContext requestContext)
           
 TaggedResourcePath[] MountHandler.getResourcePathsWithTag(RequestContext requestContext)
           
 Tag[] SymLinkHandler.getTags(RequestContext requestContext)
           
 Tag[] SimulationHandler.getTags(RequestContext requestContext)
           
 Tag[] MountHandler.getTags(RequestContext requestContext)
           
 String[] SimulationHandler.getVersions(RequestContext requestContext)
           
 void SimulationHandler.importChild(RequestContext requestContext)
           
 void SymLinkHandler.importResource(RequestContext requestContext)
           
 void SimulationHandler.importResource(RequestContext requestContext)
           
 void MountHandler.importResource(RequestContext requestContext)
           
 void OperationStatisticsHandler.importResource(RequestContext requestContext)
           
 void SimulationHandler.invokeAspect(RequestContext requestContext)
           
 String RegexBaseRestrictionHandler.move(RequestContext requestContext)
           
 String SymLinkHandler.move(RequestContext requestContext)
           
 String SimulationHandler.move(RequestContext requestContext)
           
 String MountHandler.move(RequestContext requestContext)
           
 String OperationStatisticsHandler.move(RequestContext requestContext)
           
 void SymLinkHandler.put(RequestContext requestContext)
           
 void SQLQueryHandler.put(RequestContext requestContext)
           
 void SimulationHandler.put(RequestContext requestContext)
           
 void MountHandler.put(RequestContext requestContext)
           
 void OperationStatisticsHandler.put(RequestContext requestContext)
           
 void SymLinkHandler.rateResource(RequestContext requestContext)
           
 void SimulationHandler.rateResource(RequestContext requestContext)
           
 void MountHandler.rateResource(RequestContext requestContext)
           
 void SymLinkHandler.removeAssociation(RequestContext requestContext)
           
 void SimulationHandler.removeAssociation(RequestContext requestContext)
           
 void MountHandler.removeAssociation(RequestContext requestContext)
           
 void OperationStatisticsHandler.removeAssociation(RequestContext requestContext)
           
 void SimulationHandler.removeComment(RequestContext requestContext)
           
 void MountHandler.removeComment(RequestContext requestContext)
           
 void SymLinkHandler.removeLink(RequestContext requestContext)
           
 void SimulationHandler.removeLink(RequestContext requestContext)
           
 void SymLinkHandler.removeTag(RequestContext requestContext)
           
 void SimulationHandler.removeTag(RequestContext requestContext)
           
 void MountHandler.removeTag(RequestContext requestContext)
           
 String RegexBaseRestrictionHandler.rename(RequestContext requestContext)
           
 String SymLinkHandler.rename(RequestContext requestContext)
           
 String SimulationHandler.rename(RequestContext requestContext)
           
 String MountHandler.rename(RequestContext requestContext)
           
 String OperationStatisticsHandler.rename(RequestContext requestContext)
           
 boolean SymLinkHandler.resourceExists(RequestContext requestContext)
           
 boolean SimulationHandler.resourceExists(RequestContext requestContext)
           
 boolean MountHandler.resourceExists(RequestContext requestContext)
           
 boolean OperationStatisticsHandler.resourceExists(RequestContext requestContext)
           
 void SimulationHandler.restore(RequestContext requestContext)
           
 void MountHandler.restore(RequestContext requestContext)
           
 void OperationStatisticsHandler.restore(RequestContext requestContext)
           
 void SimulationHandler.restoreVersion(RequestContext requestContext)
           
 Collection SimulationHandler.searchContent(RequestContext requestContext)
           
 

Uses of RequestContext in org.wso2.carbon.registry.core.jdbc.handlers.filters
 

Methods in org.wso2.carbon.registry.core.jdbc.handlers.filters with parameters of type RequestContext
 boolean URLMatcher.handleAddAssociation(RequestContext requestContext)
           
 boolean SimulationFilter.handleAddAssociation(RequestContext requestContext)
           
 boolean Filter.handleAddAssociation(RequestContext requestContext)
          Determines whether the associating handler should handle the addAssociation action.
 boolean URLMatcher.handleAddComment(RequestContext requestContext)
           
 boolean SimulationFilter.handleAddComment(RequestContext requestContext)
           
 boolean Filter.handleAddComment(RequestContext requestContext)
          Determines whether the associating handler should handle the addComment action.
 boolean URLMatcher.handleApplyTag(RequestContext requestContext)
           
 boolean SimulationFilter.handleApplyTag(RequestContext requestContext)
           
 boolean Filter.handleApplyTag(RequestContext requestContext)
          Determines whether the associating handler should handle the applyTag action.
 boolean URLMatcher.handleCopy(RequestContext requestContext)
           
 boolean SimulationFilter.handleCopy(RequestContext requestContext)
           
 boolean Filter.handleCopy(RequestContext requestContext)
          Determines whether the associating handler should handle the copy action.
 boolean MediaTypeMatcher.handleCopy(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean URLMatcher.handleCreateLink(RequestContext requestContext)
           
 boolean SimulationFilter.handleCreateLink(RequestContext requestContext)
           
 boolean Filter.handleCreateLink(RequestContext requestContext)
          Determines whether the associating handler should handle the createLink action.
 boolean MediaTypeMatcher.handleCreateLink(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean URLMatcher.handleCreateVersion(RequestContext requestContext)
           
 boolean SimulationFilter.handleCreateVersion(RequestContext requestContext)
           
 boolean Filter.handleCreateVersion(RequestContext requestContext)
          Determines whether the associating handler should handle the createVersion action.
 boolean URLMatcher.handleDelete(RequestContext requestContext)
           
 boolean SimulationFilter.handleDelete(RequestContext requestContext)
           
abstract  boolean Filter.handleDelete(RequestContext requestContext)
          Determines whether the associating handler should handle the delete action.
 boolean MediaTypeMatcher.handleDelete(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean URLMatcher.handleDump(RequestContext requestContext)
           
 boolean SimulationFilter.handleDump(RequestContext requestContext)
           
 boolean Filter.handleDump(RequestContext requestContext)
          Determines whether the associating handler should handle the dump action.
 boolean URLMatcher.handleEditComment(RequestContext requestContext)
           
 boolean SimulationFilter.handleEditComment(RequestContext requestContext)
           
 boolean Filter.handleEditComment(RequestContext requestContext)
          Determines whether the associating handler should handle the editComment action.
 boolean URLMatcher.handleExecuteQuery(RequestContext requestContext)
           
 boolean SimulationFilter.handleExecuteQuery(RequestContext requestContext)
           
 boolean Filter.handleExecuteQuery(RequestContext requestContext)
          Determines whether the associating handler should handle the executeQuery action.
 boolean URLMatcher.handleGet(RequestContext requestContext)
           
 boolean SimulationFilter.handleGet(RequestContext requestContext)
           
abstract  boolean Filter.handleGet(RequestContext requestContext)
          Determines whether the associating handler should handle the get action.
 boolean MediaTypeMatcher.handleGet(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean URLMatcher.handleGetAllAssociations(RequestContext requestContext)
           
 boolean SimulationFilter.handleGetAllAssociations(RequestContext requestContext)
           
 boolean Filter.handleGetAllAssociations(RequestContext requestContext)
          Determines whether the associating handler should handle the getAllAssociations action.
 boolean URLMatcher.handleGetAssociations(RequestContext requestContext)
           
 boolean SimulationFilter.handleGetAssociations(RequestContext requestContext)
           
 boolean Filter.handleGetAssociations(RequestContext requestContext)
          Determines whether the associating handler should handle the getAssociations action.
 boolean URLMatcher.handleGetAverageRating(RequestContext requestContext)
           
 boolean SimulationFilter.handleGetAverageRating(RequestContext requestContext)
           
 boolean Filter.handleGetAverageRating(RequestContext requestContext)
          Determines whether the associating handler should handle the getAverageRating action.
 boolean URLMatcher.handleGetComments(RequestContext requestContext)
           
 boolean SimulationFilter.handleGetComments(RequestContext requestContext)
           
 boolean Filter.handleGetComments(RequestContext requestContext)
          Determines whether the associating handler should handle the getComments action.
 boolean URLMatcher.handleGetRating(RequestContext requestContext)
           
 boolean SimulationFilter.handleGetRating(RequestContext requestContext)
           
 boolean Filter.handleGetRating(RequestContext requestContext)
          Determines whether the associating handler should handle the getRating action.
 boolean URLMatcher.handleGetRegistryContext(RequestContext requestContext)
           
 boolean Filter.handleGetRegistryContext(RequestContext requestContext)
          Determines whether the associating handler should handle the getRegistryContext action.
 boolean SimulationFilter.handleGetResourcePathsWithTag(RequestContext requestContext)
           
 boolean Filter.handleGetResourcePathsWithTag(RequestContext requestContext)
          Determines whether the associating handler should handle the getResourcePathsWithTag action.
 boolean URLMatcher.handleGetTags(RequestContext requestContext)
           
 boolean SimulationFilter.handleGetTags(RequestContext requestContext)
           
 boolean Filter.handleGetTags(RequestContext requestContext)
          Determines whether the associating handler should handle the getTags action.
 boolean URLMatcher.handleGetVersions(RequestContext requestContext)
           
 boolean SimulationFilter.handleGetVersions(RequestContext requestContext)
           
 boolean Filter.handleGetVersions(RequestContext requestContext)
          Determines whether the associating handler should handle the getVersions action.
 boolean URLMatcher.handleImportChild(RequestContext requestContext)
           
 boolean SimulationFilter.handleImportChild(RequestContext requestContext)
           
abstract  boolean Filter.handleImportChild(RequestContext requestContext)
          Determines whether the associating handler should handle the importChild action.
 boolean MediaTypeMatcher.handleImportChild(RequestContext requestContext)
          Matches if the media type of the parent collection of the current resource is equal to the handler's media type.
 boolean URLMatcher.handleImportResource(RequestContext requestContext)
           
 boolean SimulationFilter.handleImportResource(RequestContext requestContext)
           
abstract  boolean Filter.handleImportResource(RequestContext requestContext)
          Determines whether the associating handler should handle the import resource action.
 boolean MediaTypeMatcher.handleImportResource(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean URLMatcher.handleInvokeAspect(RequestContext requestContext)
           
 boolean SimulationFilter.handleInvokeAspect(RequestContext requestContext)
           
 boolean Filter.handleInvokeAspect(RequestContext requestContext)
          Determines whether the associating handler should handle the invokeAspect action.
 boolean MediaTypeMatcher.handleInvokeAspect(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean URLMatcher.handleMove(RequestContext requestContext)
           
 boolean SimulationFilter.handleMove(RequestContext requestContext)
           
 boolean Filter.handleMove(RequestContext requestContext)
          Determines whether the associating handler should handle the move action.
 boolean MediaTypeMatcher.handleMove(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean URLMatcher.handlePut(RequestContext requestContext)
           
 boolean SimulationFilter.handlePut(RequestContext requestContext)
           
abstract  boolean Filter.handlePut(RequestContext requestContext)
          Determines whether the associating handler should handle the put action.
 boolean MediaTypeMatcher.handlePut(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean URLMatcher.handlePutChild(RequestContext requestContext)
           
 boolean SimulationFilter.handlePutChild(RequestContext requestContext)
           
abstract  boolean Filter.handlePutChild(RequestContext requestContext)
          Determines whether the associating handler should handle the putChild action.
 boolean MediaTypeMatcher.handlePutChild(RequestContext requestContext)
          Matches if the media type of the parent collection of the current resource is equal to the handler's media type.
 boolean URLMatcher.handleRateResource(RequestContext requestContext)
           
 boolean SimulationFilter.handleRateResource(RequestContext requestContext)
           
 boolean Filter.handleRateResource(RequestContext requestContext)
          Determines whether the associating handler should handle the rateResource action.
 boolean URLMatcher.handleRemoveAssociation(RequestContext requestContext)
           
 boolean SimulationFilter.handleRemoveAssociation(RequestContext requestContext)
           
 boolean Filter.handleRemoveAssociation(RequestContext requestContext)
          Determines whether the associating handler should handle the removeAssociation action.
 boolean URLMatcher.handleRemoveComment(RequestContext requestContext)
           
 boolean SimulationFilter.handleRemoveComment(RequestContext requestContext)
           
 boolean Filter.handleRemoveComment(RequestContext requestContext)
          Determines whether the associating handler should handle the removeComment action.
 boolean URLMatcher.handleRemoveLink(RequestContext requestContext)
           
 boolean SimulationFilter.handleRemoveLink(RequestContext requestContext)
           
 boolean Filter.handleRemoveLink(RequestContext requestContext)
          Determines whether the associating handler should handle the removeLink action.
 boolean MediaTypeMatcher.handleRemoveLink(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean URLMatcher.handleRemoveTag(RequestContext requestContext)
           
 boolean SimulationFilter.handleRemoveTag(RequestContext requestContext)
           
 boolean Filter.handleRemoveTag(RequestContext requestContext)
          Determines whether the associating handler should handle the removeTag action.
 boolean URLMatcher.handleRename(RequestContext requestContext)
           
 boolean SimulationFilter.handleRename(RequestContext requestContext)
           
 boolean Filter.handleRename(RequestContext requestContext)
          Determines whether the associating handler should handle the rename action.
 boolean MediaTypeMatcher.handleRename(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean URLMatcher.handleResourceExists(RequestContext requestContext)
           
 boolean SimulationFilter.handleResourceExists(RequestContext requestContext)
           
 boolean Filter.handleResourceExists(RequestContext requestContext)
          Determines whether the associating handler should handle the resourceExists action.
 boolean URLMatcher.handleRestore(RequestContext requestContext)
           
 boolean SimulationFilter.handleRestore(RequestContext requestContext)
           
 boolean Filter.handleRestore(RequestContext requestContext)
          Determines whether the associating handler should handle the restore action.
 boolean URLMatcher.handleRestoreVersion(RequestContext requestContext)
           
 boolean SimulationFilter.handleRestoreVersion(RequestContext requestContext)
           
 boolean Filter.handleRestoreVersion(RequestContext requestContext)
          Determines whether the associating handler should handle the restoreVersion action.
 boolean SimulationFilter.handleSearchContent(RequestContext requestContext)
           
 boolean Filter.handleSearchContent(RequestContext requestContext)
          Determines whether the associating handler should handle the searchContent action.
 



Copyright © 2013 WSO2 Inc. All Rights Reserved.