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