Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
UserDefinedHandlerManager.addAssociation(RequestContext 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.
|
String |
UserDefinedHandlerManager.addComment(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.
|
void |
UserDefinedHandlerManager.applyTag(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.
|
String |
UserDefinedHandlerManager.copy(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.
|
void |
UserDefinedHandlerManager.createLink(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.createVersion(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.delete(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.
|
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.
|
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.dumpLite(RequestContext requestContext) |
org.apache.axiom.om.OMElement |
HandlerManager.dumpLite(RequestContext requestContext)
Manages the handler invocations of DUMP method.
|
org.apache.axiom.om.OMElement |
HandlerLifecycleManager.dumpLite(RequestContext requestContext) |
protected void |
Handler.dumpLite(RequestContext requestContext)
Gets called when dumping an path from registry depsync
|
void |
UserDefinedHandlerManager.editComment(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.
|
Collection |
UserDefinedHandlerManager.executeQuery(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.
|
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 |
HandlerLifecycleManager.get(RequestContext requestContext) |
Resource |
Handler.get(RequestContext requestContext)
Processes the GET action for resource path of the requestContext.
|
Association[] |
UserDefinedHandlerManager.getAllAssociations(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.getAssociations(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.
|
float |
UserDefinedHandlerManager.getAverageRating(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.
|
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[] |
UserDefinedHandlerManager.getComments(RequestContext requestContext) |
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.
|
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 |
UserDefinedHandlerManager.getRating(RequestContext requestContext) |
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.
|
Resource |
UIEnabledHandler.getRawResource(RequestContext requestContext)
Returns a Resource instance specified in the requestContext.
|
RegistryContext |
UserDefinedHandlerManager.getRegistryContext(RequestContext requestContext) |
RegistryContext |
HandlerManager.getRegistryContext(RequestContext requestContext)
Manages the handler invocations of GET_REGISTRY_CONTEXT method.
|
RegistryContext |
HandlerLifecycleManager.getRegistryContext(RequestContext requestContext) |
RegistryContext |
Handler.getRegistryContext(RequestContext requestContext)
Gets called when obtaining the registry context.
|
TaggedResourcePath[] |
UserDefinedHandlerManager.getResourcePathsWithTag(RequestContext 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.
|
Tag[] |
UserDefinedHandlerManager.getTags(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.
|
String[] |
UserDefinedHandlerManager.getVersions(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.
|
void |
UserDefinedHandlerManager.importChild(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.
|
String |
UserDefinedHandlerManager.importResource(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.
|
void |
UserDefinedHandlerManager.invokeAspect(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.
|
boolean |
HandlerManager.isProcessingComplete(RequestContext requestContext)
Determines whether the processing of the request is completed or not.
|
String |
UserDefinedHandlerManager.move(RequestContext requestContext) |
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.put(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.
|
void |
UserDefinedHandlerManager.putChild(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.rateResource(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.removeAssociation(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.removeComment(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.removeLink(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.removeTag(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.
|
String |
UserDefinedHandlerManager.rename(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.
|
boolean |
UserDefinedHandlerManager.resourceExists(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.
|
void |
UserDefinedHandlerManager.restore(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.restoreVersion(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.
|
Collection |
UserDefinedHandlerManager.searchContent(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.
|
Modifier and Type | Method and Description |
---|---|
void |
SymLinkHandler.addAssociation(RequestContext requestContext) |
void |
SimulationHandler.addAssociation(RequestContext requestContext) |
void |
OperationStatisticsHandler.addAssociation(RequestContext requestContext) |
void |
MountHandler.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 |
OperationStatisticsHandler.copy(RequestContext requestContext) |
String |
MountHandler.copy(RequestContext requestContext) |
void |
SimulationHandler.createLink(RequestContext requestContext) |
void |
SimulationHandler.createVersion(RequestContext requestContext) |
void |
SymLinkHandler.delete(RequestContext requestContext) |
void |
SimulationHandler.delete(RequestContext requestContext) |
void |
OperationStatisticsHandler.delete(RequestContext requestContext) |
void |
MountHandler.delete(RequestContext requestContext) |
void |
CommentURLHandler.delete(RequestContext requestContext) |
void |
SimulationHandler.dump(RequestContext requestContext) |
void |
OperationStatisticsHandler.dump(RequestContext requestContext) |
void |
MountHandler.dump(RequestContext requestContext) |
void |
SimulationHandler.dumpLite(RequestContext requestContext) |
void |
OperationStatisticsHandler.dumpLite(RequestContext requestContext) |
void |
MountHandler.dumpLite(RequestContext requestContext) |
void |
SimulationHandler.editComment(RequestContext requestContext) |
Collection |
SimulationHandler.executeQuery(RequestContext requestContext) |
Collection |
OperationStatisticsHandler.executeQuery(RequestContext requestContext) |
Collection |
MountHandler.executeQuery(RequestContext requestContext) |
Resource |
TagURLHandler.get(RequestContext requestContext) |
Resource |
TagCollectionURLHandler.get(RequestContext requestContext)
Deprecated.
|
Resource |
SymLinkHandler.get(RequestContext requestContext) |
Resource |
SQLQueryHandler.get(RequestContext requestContext) |
Resource |
SimulationHandler.get(RequestContext requestContext) |
Resource |
RatingURLHandler.get(RequestContext requestContext) |
Resource |
RatingCollectionURLHandler.get(RequestContext requestContext) |
Resource |
OperationStatisticsHandler.get(RequestContext requestContext) |
Resource |
MountHandler.get(RequestContext requestContext) |
Resource |
CommentURLHandler.get(RequestContext requestContext) |
Resource |
CommentCollectionURLHandler.get(RequestContext requestContext) |
Association[] |
SymLinkHandler.getAllAssociations(RequestContext requestContext) |
Association[] |
SimulationHandler.getAllAssociations(RequestContext requestContext) |
Association[] |
OperationStatisticsHandler.getAllAssociations(RequestContext requestContext) |
Association[] |
MountHandler.getAllAssociations(RequestContext requestContext) |
Association[] |
SymLinkHandler.getAssociations(RequestContext requestContext) |
Association[] |
SimulationHandler.getAssociations(RequestContext requestContext) |
Association[] |
OperationStatisticsHandler.getAssociations(RequestContext requestContext) |
Association[] |
MountHandler.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 |
OperationStatisticsHandler.importResource(RequestContext requestContext) |
void |
MountHandler.importResource(RequestContext requestContext) |
void |
SimulationHandler.invokeAspect(RequestContext requestContext) |
String |
SymLinkHandler.move(RequestContext requestContext) |
String |
SimulationHandler.move(RequestContext requestContext) |
String |
RegexBaseRestrictionHandler.move(RequestContext requestContext) |
String |
OperationStatisticsHandler.move(RequestContext requestContext) |
String |
MountHandler.move(RequestContext requestContext) |
void |
SymLinkHandler.put(RequestContext requestContext) |
void |
SQLQueryHandler.put(RequestContext requestContext) |
void |
SimulationHandler.put(RequestContext requestContext) |
void |
OperationStatisticsHandler.put(RequestContext requestContext) |
void |
MountHandler.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 |
OperationStatisticsHandler.removeAssociation(RequestContext requestContext) |
void |
MountHandler.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 |
SymLinkHandler.rename(RequestContext requestContext) |
String |
SimulationHandler.rename(RequestContext requestContext) |
String |
RegexBaseRestrictionHandler.rename(RequestContext requestContext) |
String |
OperationStatisticsHandler.rename(RequestContext requestContext) |
String |
MountHandler.rename(RequestContext requestContext) |
boolean |
SymLinkHandler.resourceExists(RequestContext requestContext) |
boolean |
SimulationHandler.resourceExists(RequestContext requestContext) |
boolean |
OperationStatisticsHandler.resourceExists(RequestContext requestContext) |
boolean |
MountHandler.resourceExists(RequestContext requestContext) |
void |
SimulationHandler.restore(RequestContext requestContext) |
void |
OperationStatisticsHandler.restore(RequestContext requestContext) |
void |
MountHandler.restore(RequestContext requestContext) |
void |
SimulationHandler.restoreVersion(RequestContext requestContext) |
Collection |
SimulationHandler.searchContent(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
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 |
MediaTypeMatcher.handleCopy(RequestContext requestContext)
Matches if the media type of the current resource is equal to the handler's media type.
|
boolean |
Filter.handleCopy(RequestContext requestContext)
Determines whether the associating handler should handle the copy action.
|
boolean |
URLMatcher.handleCreateLink(RequestContext requestContext) |
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 |
Filter.handleCreateLink(RequestContext requestContext)
Determines whether the associating handler should handle the createLink action.
|
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) |
boolean |
MediaTypeMatcher.handleDelete(RequestContext requestContext)
Matches if the media type of the current resource is equal to the handler's media type.
|
abstract boolean |
Filter.handleDelete(RequestContext requestContext)
Determines whether the associating handler should handle the delete action.
|
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) |
boolean |
MediaTypeMatcher.handleGet(RequestContext requestContext)
Matches if the media type of the current resource is equal to the handler's media type.
|
abstract boolean |
Filter.handleGet(RequestContext requestContext)
Determines whether the associating handler should handle the get action.
|
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) |
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.handleImportChild(RequestContext requestContext)
Determines whether the associating handler should handle the importChild action.
|
boolean |
URLMatcher.handleImportResource(RequestContext requestContext) |
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.
|
abstract boolean |
Filter.handleImportResource(RequestContext requestContext)
Determines whether the associating handler should handle the import resource action.
|
boolean |
URLMatcher.handleInvokeAspect(RequestContext requestContext) |
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 |
Filter.handleInvokeAspect(RequestContext requestContext)
Determines whether the associating handler should handle the invokeAspect action.
|
boolean |
URLMatcher.handleMove(RequestContext requestContext) |
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 |
Filter.handleMove(RequestContext requestContext)
Determines whether the associating handler should handle the move action.
|
boolean |
URLMatcher.handlePut(RequestContext requestContext) |
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.
|
abstract boolean |
Filter.handlePut(RequestContext requestContext)
Determines whether the associating handler should handle the put action.
|
boolean |
URLMatcher.handlePutChild(RequestContext requestContext) |
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.
|
abstract boolean |
Filter.handlePutChild(RequestContext requestContext)
Determines whether the associating handler should handle the putChild action.
|
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 |
MediaTypeMatcher.handleRemoveLink(RequestContext requestContext)
Matches if the media type of the current resource is equal to the handler's media type.
|
boolean |
Filter.handleRemoveLink(RequestContext requestContext)
Determines whether the associating handler should handle the removeLink action.
|
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 |
MediaTypeMatcher.handleRename(RequestContext requestContext)
Matches if the media type of the current resource is equal to the handler's media type.
|
boolean |
Filter.handleRename(RequestContext requestContext)
Determines whether the associating handler should handle the rename action.
|
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 © 2016 WSO2 Inc. All Rights Reserved.