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.jdbc.handlers   
org.wso2.carbon.registry.core.jdbc.handlers.builtin   
org.wso2.carbon.registry.core.jdbc.handlers.filters   
org.wso2.carbon.registry.core.jdbc.indexing   
 

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.
 

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

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

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

Methods in org.wso2.carbon.registry.core.jdbc.indexing with parameters of type RequestContext
 void Indexer.deleteFromIndex(RequestContext requestContext)
           
 void Indexer.indexMSExcel(RequestContext requestContext)
           
 void Indexer.indexMSPowerpoint(RequestContext requestContext)
           
 void Indexer.indexMSWord(RequestContext requestContext)
           
 void Indexer.indexPDF(RequestContext requestContext)
           
 void Indexer.indexXML(RequestContext requestContext)
           
 void Indexer.updateIndex(RequestContext requestContext)
           
 



Copyright © 2010. All Rights Reserved.