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

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 MountHandler.addAssociation(RequestContext requestContext)
           
 void SimulationHandler.addAssociation(RequestContext requestContext)
           
 void OperationStatisticsHandler.addAssociation(RequestContext requestContext)
           
 void SymLinkHandler.addAssociation(RequestContext requestContext)
           
 String MountHandler.addComment(RequestContext requestContext)
           
 String SimulationHandler.addComment(RequestContext requestContext)
           
 String SymLinkHandler.addComment(RequestContext requestContext)
           
 void MountHandler.applyTag(RequestContext requestContext)
           
 void SimulationHandler.applyTag(RequestContext requestContext)
           
 void SymLinkHandler.applyTag(RequestContext requestContext)
           
 String MountHandler.copy(RequestContext requestContext)
           
 String SimulationHandler.copy(RequestContext requestContext)
           
 String OperationStatisticsHandler.copy(RequestContext requestContext)
           
 String SymLinkHandler.copy(RequestContext requestContext)
           
 void SimulationHandler.createLink(RequestContext requestContext)
           
 void SimulationHandler.createVersion(RequestContext requestContext)
           
 void MountHandler.delete(RequestContext requestContext)
           
 void SimulationHandler.delete(RequestContext requestContext)
           
 void OperationStatisticsHandler.delete(RequestContext requestContext)
           
 void CommentURLHandler.delete(RequestContext requestContext)
           
 void SymLinkHandler.delete(RequestContext requestContext)
           
 void MountHandler.dump(RequestContext requestContext)
           
 void SimulationHandler.dump(RequestContext requestContext)
           
 void OperationStatisticsHandler.dump(RequestContext requestContext)
           
 void SimulationHandler.editComment(RequestContext requestContext)
           
 Collection MountHandler.executeQuery(RequestContext requestContext)
           
 Collection SimulationHandler.executeQuery(RequestContext requestContext)
           
 Collection OperationStatisticsHandler.executeQuery(RequestContext requestContext)
           
 Resource TagCollectionURLHandler.get(RequestContext requestContext)
          Deprecated.  
 Resource MountHandler.get(RequestContext requestContext)
           
 Resource TagURLHandler.get(RequestContext requestContext)
           
 Resource RatingURLHandler.get(RequestContext requestContext)
           
 Resource RatingCollectionURLHandler.get(RequestContext requestContext)
           
 Resource SimulationHandler.get(RequestContext requestContext)
           
 Resource OperationStatisticsHandler.get(RequestContext requestContext)
           
 Resource CommentURLHandler.get(RequestContext requestContext)
           
 Resource SymLinkHandler.get(RequestContext requestContext)
           
 Resource SQLQueryHandler.get(RequestContext requestContext)
           
 Resource CommentCollectionURLHandler.get(RequestContext requestContext)
           
 Association[] MountHandler.getAllAssociations(RequestContext requestContext)
           
 Association[] SimulationHandler.getAllAssociations(RequestContext requestContext)
           
 Association[] OperationStatisticsHandler.getAllAssociations(RequestContext requestContext)
           
 Association[] SymLinkHandler.getAllAssociations(RequestContext requestContext)
           
 Association[] MountHandler.getAssociations(RequestContext requestContext)
           
 Association[] SimulationHandler.getAssociations(RequestContext requestContext)
           
 Association[] OperationStatisticsHandler.getAssociations(RequestContext requestContext)
           
 Association[] SymLinkHandler.getAssociations(RequestContext requestContext)
           
 float MountHandler.getAverageRating(RequestContext requestContext)
           
 float SimulationHandler.getAverageRating(RequestContext requestContext)
           
 float SymLinkHandler.getAverageRating(RequestContext requestContext)
           
 Comment[] MountHandler.getComments(RequestContext requestContext)
           
 Comment[] SimulationHandler.getComments(RequestContext requestContext)
           
 Comment[] SymLinkHandler.getComments(RequestContext requestContext)
           
 int MountHandler.getRating(RequestContext requestContext)
           
 int SimulationHandler.getRating(RequestContext requestContext)
           
 int SymLinkHandler.getRating(RequestContext requestContext)
           
 RegistryContext MountHandler.getRegistryContext(RequestContext requestContext)
           
 TaggedResourcePath[] MountHandler.getResourcePathsWithTag(RequestContext requestContext)
           
 TaggedResourcePath[] SimulationHandler.getResourcePathsWithTag(RequestContext requestContext)
           
 Tag[] MountHandler.getTags(RequestContext requestContext)
           
 Tag[] SimulationHandler.getTags(RequestContext requestContext)
           
 Tag[] SymLinkHandler.getTags(RequestContext requestContext)
           
 String[] SimulationHandler.getVersions(RequestContext requestContext)
           
 void SimulationHandler.importChild(RequestContext requestContext)
           
 void MountHandler.importResource(RequestContext requestContext)
           
 void SimulationHandler.importResource(RequestContext requestContext)
           
 void OperationStatisticsHandler.importResource(RequestContext requestContext)
           
 void SymLinkHandler.importResource(RequestContext requestContext)
           
 void SimulationHandler.invokeAspect(RequestContext requestContext)
           
 String RegexBaseRestrictionHandler.move(RequestContext requestContext)
           
 String MountHandler.move(RequestContext requestContext)
           
 String SimulationHandler.move(RequestContext requestContext)
           
 String OperationStatisticsHandler.move(RequestContext requestContext)
           
 String SymLinkHandler.move(RequestContext requestContext)
           
 void MountHandler.put(RequestContext requestContext)
           
 void SimulationHandler.put(RequestContext requestContext)
           
 void OperationStatisticsHandler.put(RequestContext requestContext)
           
 void SymLinkHandler.put(RequestContext requestContext)
           
 void SQLQueryHandler.put(RequestContext requestContext)
           
 void MountHandler.rateResource(RequestContext requestContext)
           
 void SimulationHandler.rateResource(RequestContext requestContext)
           
 void SymLinkHandler.rateResource(RequestContext requestContext)
           
 void MountHandler.removeAssociation(RequestContext requestContext)
           
 void SimulationHandler.removeAssociation(RequestContext requestContext)
           
 void OperationStatisticsHandler.removeAssociation(RequestContext requestContext)
           
 void SymLinkHandler.removeAssociation(RequestContext requestContext)
           
 void MountHandler.removeComment(RequestContext requestContext)
           
 void SimulationHandler.removeComment(RequestContext requestContext)
           
 void SimulationHandler.removeLink(RequestContext requestContext)
           
 void SymLinkHandler.removeLink(RequestContext requestContext)
           
 void MountHandler.removeTag(RequestContext requestContext)
           
 void SimulationHandler.removeTag(RequestContext requestContext)
           
 void SymLinkHandler.removeTag(RequestContext requestContext)
           
 String RegexBaseRestrictionHandler.rename(RequestContext requestContext)
           
 String MountHandler.rename(RequestContext requestContext)
           
 String SimulationHandler.rename(RequestContext requestContext)
           
 String OperationStatisticsHandler.rename(RequestContext requestContext)
           
 String SymLinkHandler.rename(RequestContext requestContext)
           
 boolean MountHandler.resourceExists(RequestContext requestContext)
           
 boolean SimulationHandler.resourceExists(RequestContext requestContext)
           
 boolean OperationStatisticsHandler.resourceExists(RequestContext requestContext)
           
 boolean SymLinkHandler.resourceExists(RequestContext requestContext)
           
 void MountHandler.restore(RequestContext requestContext)
           
 void SimulationHandler.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 SimulationFilter.handleAddAssociation(RequestContext requestContext)
           
 boolean URLMatcher.handleAddAssociation(RequestContext requestContext)
           
 boolean Filter.handleAddAssociation(RequestContext requestContext)
          Determines whether the associating handler should handle the addAssociation action.
 boolean SimulationFilter.handleAddComment(RequestContext requestContext)
           
 boolean URLMatcher.handleAddComment(RequestContext requestContext)
           
 boolean Filter.handleAddComment(RequestContext requestContext)
          Determines whether the associating handler should handle the addComment action.
 boolean SimulationFilter.handleApplyTag(RequestContext requestContext)
           
 boolean URLMatcher.handleApplyTag(RequestContext requestContext)
           
 boolean Filter.handleApplyTag(RequestContext requestContext)
          Determines whether the associating handler should handle the applyTag action.
 boolean SimulationFilter.handleCopy(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handleCopy(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean URLMatcher.handleCopy(RequestContext requestContext)
           
 boolean Filter.handleCopy(RequestContext requestContext)
          Determines whether the associating handler should handle the copy action.
 boolean SimulationFilter.handleCreateLink(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handleCreateLink(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 Filter.handleCreateLink(RequestContext requestContext)
          Determines whether the associating handler should handle the createLink action.
 boolean SimulationFilter.handleCreateVersion(RequestContext requestContext)
           
 boolean URLMatcher.handleCreateVersion(RequestContext requestContext)
           
 boolean Filter.handleCreateVersion(RequestContext requestContext)
          Determines whether the associating handler should handle the createVersion action.
 boolean SimulationFilter.handleDelete(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handleDelete(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean URLMatcher.handleDelete(RequestContext requestContext)
           
abstract  boolean Filter.handleDelete(RequestContext requestContext)
          Determines whether the associating handler should handle the delete action.
 boolean SimulationFilter.handleDump(RequestContext requestContext)
           
 boolean URLMatcher.handleDump(RequestContext requestContext)
           
 boolean Filter.handleDump(RequestContext requestContext)
          Determines whether the associating handler should handle the dump action.
 boolean SimulationFilter.handleEditComment(RequestContext requestContext)
           
 boolean URLMatcher.handleEditComment(RequestContext requestContext)
           
 boolean Filter.handleEditComment(RequestContext requestContext)
          Determines whether the associating handler should handle the editComment action.
 boolean SimulationFilter.handleExecuteQuery(RequestContext requestContext)
           
 boolean URLMatcher.handleExecuteQuery(RequestContext requestContext)
           
 boolean Filter.handleExecuteQuery(RequestContext requestContext)
          Determines whether the associating handler should handle the executeQuery action.
 boolean SimulationFilter.handleGet(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handleGet(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean URLMatcher.handleGet(RequestContext requestContext)
           
abstract  boolean Filter.handleGet(RequestContext requestContext)
          Determines whether the associating handler should handle the get action.
 boolean SimulationFilter.handleGetAllAssociations(RequestContext requestContext)
           
 boolean URLMatcher.handleGetAllAssociations(RequestContext requestContext)
           
 boolean Filter.handleGetAllAssociations(RequestContext requestContext)
          Determines whether the associating handler should handle the getAllAssociations action.
 boolean SimulationFilter.handleGetAssociations(RequestContext requestContext)
           
 boolean URLMatcher.handleGetAssociations(RequestContext requestContext)
           
 boolean Filter.handleGetAssociations(RequestContext requestContext)
          Determines whether the associating handler should handle the getAssociations action.
 boolean SimulationFilter.handleGetAverageRating(RequestContext requestContext)
           
 boolean URLMatcher.handleGetAverageRating(RequestContext requestContext)
           
 boolean Filter.handleGetAverageRating(RequestContext requestContext)
          Determines whether the associating handler should handle the getAverageRating action.
 boolean SimulationFilter.handleGetComments(RequestContext requestContext)
           
 boolean URLMatcher.handleGetComments(RequestContext requestContext)
           
 boolean Filter.handleGetComments(RequestContext requestContext)
          Determines whether the associating handler should handle the getComments action.
 boolean SimulationFilter.handleGetRating(RequestContext requestContext)
           
 boolean URLMatcher.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 SimulationFilter.handleGetTags(RequestContext requestContext)
           
 boolean URLMatcher.handleGetTags(RequestContext requestContext)
           
 boolean Filter.handleGetTags(RequestContext requestContext)
          Determines whether the associating handler should handle the getTags action.
 boolean SimulationFilter.handleGetVersions(RequestContext requestContext)
           
 boolean URLMatcher.handleGetVersions(RequestContext requestContext)
           
 boolean Filter.handleGetVersions(RequestContext requestContext)
          Determines whether the associating handler should handle the getVersions action.
 boolean SimulationFilter.handleImportChild(RequestContext requestContext)
           
 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.handleImportChild(RequestContext requestContext)
           
abstract  boolean Filter.handleImportChild(RequestContext requestContext)
          Determines whether the associating handler should handle the importChild action.
 boolean SimulationFilter.handleImportResource(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handleImportResource(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean URLMatcher.handleImportResource(RequestContext requestContext)
           
abstract  boolean Filter.handleImportResource(RequestContext requestContext)
          Determines whether the associating handler should handle the import resource action.
 boolean SimulationFilter.handleInvokeAspect(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handleInvokeAspect(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 Filter.handleInvokeAspect(RequestContext requestContext)
          Determines whether the associating handler should handle the invokeAspect action.
 boolean SimulationFilter.handleMove(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handleMove(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 Filter.handleMove(RequestContext requestContext)
          Determines whether the associating handler should handle the move action.
 boolean SimulationFilter.handlePut(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handlePut(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean URLMatcher.handlePut(RequestContext requestContext)
           
abstract  boolean Filter.handlePut(RequestContext requestContext)
          Determines whether the associating handler should handle the put action.
 boolean SimulationFilter.handlePutChild(RequestContext requestContext)
           
 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.handlePutChild(RequestContext requestContext)
           
abstract  boolean Filter.handlePutChild(RequestContext requestContext)
          Determines whether the associating handler should handle the putChild action.
 boolean SimulationFilter.handleRateResource(RequestContext requestContext)
           
 boolean URLMatcher.handleRateResource(RequestContext requestContext)
           
 boolean Filter.handleRateResource(RequestContext requestContext)
          Determines whether the associating handler should handle the rateResource action.
 boolean SimulationFilter.handleRemoveAssociation(RequestContext requestContext)
           
 boolean URLMatcher.handleRemoveAssociation(RequestContext requestContext)
           
 boolean Filter.handleRemoveAssociation(RequestContext requestContext)
          Determines whether the associating handler should handle the removeAssociation action.
 boolean SimulationFilter.handleRemoveComment(RequestContext requestContext)
           
 boolean URLMatcher.handleRemoveComment(RequestContext requestContext)
           
 boolean Filter.handleRemoveComment(RequestContext requestContext)
          Determines whether the associating handler should handle the removeComment action.
 boolean SimulationFilter.handleRemoveLink(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handleRemoveLink(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean URLMatcher.handleRemoveLink(RequestContext requestContext)
           
 boolean Filter.handleRemoveLink(RequestContext requestContext)
          Determines whether the associating handler should handle the removeLink action.
 boolean SimulationFilter.handleRemoveTag(RequestContext requestContext)
           
 boolean URLMatcher.handleRemoveTag(RequestContext requestContext)
           
 boolean Filter.handleRemoveTag(RequestContext requestContext)
          Determines whether the associating handler should handle the removeTag action.
 boolean SimulationFilter.handleRename(RequestContext requestContext)
           
 boolean MediaTypeMatcher.handleRename(RequestContext requestContext)
          Matches if the media type of the current resource is equal to the handler's media type.
 boolean URLMatcher.handleRename(RequestContext requestContext)
           
 boolean Filter.handleRename(RequestContext requestContext)
          Determines whether the associating handler should handle the rename action.
 boolean SimulationFilter.handleResourceExists(RequestContext requestContext)
           
 boolean URLMatcher.handleResourceExists(RequestContext requestContext)
           
 boolean Filter.handleResourceExists(RequestContext requestContext)
          Determines whether the associating handler should handle the resourceExists action.
 boolean SimulationFilter.handleRestore(RequestContext requestContext)
           
 boolean URLMatcher.handleRestore(RequestContext requestContext)
           
 boolean Filter.handleRestore(RequestContext requestContext)
          Determines whether the associating handler should handle the restore action.
 boolean SimulationFilter.handleRestoreVersion(RequestContext requestContext)
           
 boolean URLMatcher.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 © 2012 WSO2 Inc. All Rights Reserved.