Uses of Interface
org.alfresco.rest.framework.resource.actions.ActionExecutor
Packages that use ActionExecutor
-
Uses of ActionExecutor in org.alfresco.rest.framework.webscripts
Classes in org.alfresco.rest.framework.webscripts that implement ActionExecutorModifier and TypeClassDescriptionclass
Webscript that handles the request for and execution of a Resource 1) Finds a resource 2) Extracts params 3) Executes params on a resource 4) Post processes the response to add embeds or projected relationship 5) Renders the responseclass
Handles the HTTP DELETE for a Resourceclass
Handles the HTTP Get for a Resourceclass
Handles the HTTP POST for a Resource, equivalent to CRUD Createclass
Handles the HTTP PUT for a Resource, equivalent to CRUD UpdateMethods in org.alfresco.rest.framework.webscripts with parameters of type ActionExecutorModifier and TypeMethodDescriptionvoid
ResourceWebScriptHelper.setExecutor
(ActionExecutor executor)