Interface ActionExecutor
- All Superinterfaces:
HttpMethodSupport
- All Known Implementing Classes:
AbstractResourceWebScript,ResourceWebScriptDelete,ResourceWebScriptGet,ResourceWebScriptPost,ResourceWebScriptPut
Executes an action in the system
- Author:
- Gethin James
-
Method Summary
Modifier and TypeMethodDescriptionexecuteAction(ResourceWithMetadata resource, Params params, WithResponse withResponse) Invokes the resource with the ParamsMethods inherited from interface org.alfresco.rest.framework.core.HttpMethodSupport
getHttpMethod
-
Method Details
-
executeAction
Object executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse) throws Throwable Invokes the resource with the Params- Parameters:
resource- ResourceWithMetadataparams- Params- Throws:
Throwable
-